Class CompressedRandomWalks
- java.lang.Object
-
- org.neo4j.gds.embeddings.node2vec.CompressedRandomWalks
-
public class CompressedRandomWalks extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompressedRandomWalks.CompressedWalkIterator
-
Constructor Summary
Constructors Constructor Description CompressedRandomWalks(long maxWalkCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(long... walk)java.util.Iterator<long[]>iterator(long startIndex, long length)longsize()intwalkLength(long index)
-