Package org.neo4j.gds.embeddings.fastrp
Class FastRP
- java.lang.Object
-
- org.neo4j.gds.Algorithm<FastRP.FastRPResult>
-
- org.neo4j.gds.embeddings.fastrp.FastRP
-
public class FastRP extends org.neo4j.gds.Algorithm<FastRP.FastRPResult>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFastRP.FastRPResult
-
Constructor Summary
Constructors Constructor Description FastRP(org.neo4j.gds.api.Graph graph, FastRPBaseConfig config, java.util.List<org.neo4j.gds.ml.core.features.FeatureExtractor> featureExtractors, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)FastRP(org.neo4j.gds.api.Graph graph, FastRPBaseConfig config, java.util.List<org.neo4j.gds.ml.core.features.FeatureExtractor> featureExtractors, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker, java.util.Optional<java.lang.Long> randomSeed)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FastRP.FastRPResultcompute()voidinitDegreePartition()static org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(FastRPBaseConfig config)voidrelease()
-
-
-
Constructor Detail
-
FastRP
public FastRP(org.neo4j.gds.api.Graph graph, FastRPBaseConfig config, java.util.List<org.neo4j.gds.ml.core.features.FeatureExtractor> featureExtractors, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker)
-
FastRP
public FastRP(org.neo4j.gds.api.Graph graph, FastRPBaseConfig config, java.util.List<org.neo4j.gds.ml.core.features.FeatureExtractor> featureExtractors, org.neo4j.gds.core.utils.progress.tasks.ProgressTracker progressTracker, java.util.Optional<java.lang.Long> randomSeed)
-
-
Method Detail
-
memoryEstimation
public static org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(FastRPBaseConfig config)
-
compute
public FastRP.FastRPResult compute()
- Specified by:
computein classorg.neo4j.gds.Algorithm<FastRP.FastRPResult>
-
release
public void release()
- Specified by:
releasein classorg.neo4j.gds.Algorithm<FastRP.FastRPResult>
-
initDegreePartition
public void initDegreePartition()
-
-