Package org.neo4j.graphalgo.beta.fastrp
Class FastRPExtendedMutateProc
- java.lang.Object
-
- org.neo4j.graphalgo.BaseProc
-
- org.neo4j.graphalgo.AlgoBaseProc<ALGO,ALGO_RESULT,CONFIG>
-
- org.neo4j.graphalgo.MutateProc<ALGO,ALGO_RESULT,PROC_RESULT,CONFIG>
-
- org.neo4j.graphalgo.MutatePropertyProc<org.neo4j.gds.embeddings.fastrp.FastRP,org.neo4j.gds.embeddings.fastrp.FastRP.FastRPResult,FastRPExtendedMutateProc.MutateResult,org.neo4j.graphalgo.beta.fastrp.FastRPExtendedMutateConfig>
-
- org.neo4j.graphalgo.beta.fastrp.FastRPExtendedMutateProc
-
public class FastRPExtendedMutateProc extends org.neo4j.graphalgo.MutatePropertyProc<org.neo4j.gds.embeddings.fastrp.FastRP,org.neo4j.gds.embeddings.fastrp.FastRP.FastRPResult,FastRPExtendedMutateProc.MutateResult,org.neo4j.graphalgo.beta.fastrp.FastRPExtendedMutateConfig>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFastRPExtendedMutateProc.MutateResult
-
Constructor Summary
Constructors Constructor Description FastRPExtendedMutateProc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.gds.embeddings.fastrp.FastRP,org.neo4j.graphalgo.beta.fastrp.FastRPExtendedMutateConfig>algorithmFactory()java.util.stream.Stream<org.neo4j.graphalgo.results.MemoryEstimateResult>estimate(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)java.util.stream.Stream<FastRPExtendedMutateProc.MutateResult>mutate(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)protected org.neo4j.graphalgo.beta.fastrp.FastRPExtendedMutateConfignewConfig(java.lang.String username, java.util.Optional<java.lang.String> graphName, java.util.Optional<org.neo4j.graphalgo.config.GraphCreateConfig> maybeImplicitCreate, org.neo4j.graphalgo.core.CypherMapWrapper config)protected org.neo4j.graphalgo.api.NodePropertiesnodeProperties(org.neo4j.graphalgo.AlgoBaseProc.ComputationResult<org.neo4j.gds.embeddings.fastrp.FastRP,org.neo4j.gds.embeddings.fastrp.FastRP.FastRPResult,org.neo4j.graphalgo.beta.fastrp.FastRPExtendedMutateConfig> computationResult)protected org.neo4j.graphalgo.result.AbstractResultBuilder<FastRPExtendedMutateProc.MutateResult>resultBuilder(org.neo4j.graphalgo.AlgoBaseProc.ComputationResult<org.neo4j.gds.embeddings.fastrp.FastRP,org.neo4j.gds.embeddings.fastrp.FastRP.FastRPResult,org.neo4j.graphalgo.beta.fastrp.FastRPExtendedMutateConfig> computeResult)-
Methods inherited from class org.neo4j.graphalgo.MutatePropertyProc
nodePropertyList, updateGraphStore
-
Methods inherited from class org.neo4j.graphalgo.AlgoBaseProc
algoName, compute, compute, computeEstimate, createGraph, getOrCreateGraphStore, processInput, sharedConfigKeys, validateConfigsAfterLoad, validateConfigsBeforeLoad
-
-
-
-
Method Detail
-
mutate
public java.util.stream.Stream<FastRPExtendedMutateProc.MutateResult> mutate(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)
-
estimate
public java.util.stream.Stream<org.neo4j.graphalgo.results.MemoryEstimateResult> estimate(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)
-
nodeProperties
protected org.neo4j.graphalgo.api.NodeProperties nodeProperties(org.neo4j.graphalgo.AlgoBaseProc.ComputationResult<org.neo4j.gds.embeddings.fastrp.FastRP,org.neo4j.gds.embeddings.fastrp.FastRP.FastRPResult,org.neo4j.graphalgo.beta.fastrp.FastRPExtendedMutateConfig> computationResult)
- Overrides:
nodePropertiesin classorg.neo4j.graphalgo.MutatePropertyProc<org.neo4j.gds.embeddings.fastrp.FastRP,org.neo4j.gds.embeddings.fastrp.FastRP.FastRPResult,FastRPExtendedMutateProc.MutateResult,org.neo4j.graphalgo.beta.fastrp.FastRPExtendedMutateConfig>
-
resultBuilder
protected org.neo4j.graphalgo.result.AbstractResultBuilder<FastRPExtendedMutateProc.MutateResult> resultBuilder(org.neo4j.graphalgo.AlgoBaseProc.ComputationResult<org.neo4j.gds.embeddings.fastrp.FastRP,org.neo4j.gds.embeddings.fastrp.FastRP.FastRPResult,org.neo4j.graphalgo.beta.fastrp.FastRPExtendedMutateConfig> computeResult)
- Specified by:
resultBuilderin classorg.neo4j.graphalgo.MutateProc<org.neo4j.gds.embeddings.fastrp.FastRP,org.neo4j.gds.embeddings.fastrp.FastRP.FastRPResult,FastRPExtendedMutateProc.MutateResult,org.neo4j.graphalgo.beta.fastrp.FastRPExtendedMutateConfig>
-
newConfig
protected org.neo4j.graphalgo.beta.fastrp.FastRPExtendedMutateConfig newConfig(java.lang.String username, java.util.Optional<java.lang.String> graphName, java.util.Optional<org.neo4j.graphalgo.config.GraphCreateConfig> maybeImplicitCreate, org.neo4j.graphalgo.core.CypherMapWrapper config)- Specified by:
newConfigin classorg.neo4j.graphalgo.AlgoBaseProc<org.neo4j.gds.embeddings.fastrp.FastRP,org.neo4j.gds.embeddings.fastrp.FastRP.FastRPResult,org.neo4j.graphalgo.beta.fastrp.FastRPExtendedMutateConfig>
-
algorithmFactory
protected org.neo4j.graphalgo.AlgorithmFactory<org.neo4j.gds.embeddings.fastrp.FastRP,org.neo4j.graphalgo.beta.fastrp.FastRPExtendedMutateConfig> algorithmFactory()
- Specified by:
algorithmFactoryin classorg.neo4j.graphalgo.AlgoBaseProc<org.neo4j.gds.embeddings.fastrp.FastRP,org.neo4j.gds.embeddings.fastrp.FastRP.FastRPResult,org.neo4j.graphalgo.beta.fastrp.FastRPExtendedMutateConfig>
-
-