Package org.neo4j.gds.approxmaxkcut
Class ApproxMaxKCutMutateProc
- java.lang.Object
-
- org.neo4j.gds.BaseProc
-
- org.neo4j.gds.AlgoBaseProc<ALGO,ALGO_RESULT,CONFIG>
-
- org.neo4j.gds.MutateProc<ALGO,ALGO_RESULT,PROC_RESULT,CONFIG>
-
- org.neo4j.gds.MutatePropertyProc<org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut.CutResult,ApproxMaxKCutMutateProc.MutateResult,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCutMutateConfig>
-
- org.neo4j.gds.approxmaxkcut.ApproxMaxKCutMutateProc
-
public class ApproxMaxKCutMutateProc extends org.neo4j.gds.MutatePropertyProc<org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut.CutResult,ApproxMaxKCutMutateProc.MutateResult,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCutMutateConfig>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApproxMaxKCutMutateProc.MutateResult
-
Constructor Summary
Constructors Constructor Description ApproxMaxKCutMutateProc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCutMutateConfig>algorithmFactory()java.util.stream.Stream<org.neo4j.gds.results.MemoryEstimateResult>estimate(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)java.util.stream.Stream<ApproxMaxKCutMutateProc.MutateResult>mutate(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)protected org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCutMutateConfignewConfig(java.lang.String username, java.util.Optional<java.lang.String> graphName, java.util.Optional<org.neo4j.gds.config.GraphCreateConfig> maybeImplicitCreate, org.neo4j.gds.core.CypherMapWrapper config)protected org.neo4j.gds.api.NodePropertiesnodeProperties(org.neo4j.gds.AlgoBaseProc.ComputationResult<org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut.CutResult,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCutMutateConfig> computationResult)protected org.neo4j.gds.result.AbstractResultBuilder<ApproxMaxKCutMutateProc.MutateResult>resultBuilder(org.neo4j.gds.AlgoBaseProc.ComputationResult<org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut.CutResult,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCutMutateConfig> computeResult)-
Methods inherited from class org.neo4j.gds.AlgoBaseProc
compute, compute, computeEstimate, getOrCreateGraphStore, processInput, procName, sharedConfigKeys, validateConfigsAfterLoad, validateConfigsBeforeLoad, validateConfigWithGraphStore
-
Methods inherited from class org.neo4j.gds.BaseProc
allocationTracker, catalogRequest, databaseId, estimateGraphCreate, graphStoreFromCatalog, isGdsAdmin, newLoader, runWithExceptionLogging, runWithExceptionLogging, tryValidateMemoryUsage, tryValidateMemoryUsage, username, validateConfig, validateConfig, validateGraphName
-
-
-
-
Method Detail
-
mutate
public java.util.stream.Stream<ApproxMaxKCutMutateProc.MutateResult> mutate(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)
-
estimate
public java.util.stream.Stream<org.neo4j.gds.results.MemoryEstimateResult> estimate(java.lang.Object graphNameOrConfig, java.util.Map<java.lang.String,java.lang.Object> configuration)
-
newConfig
protected org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCutMutateConfig newConfig(java.lang.String username, java.util.Optional<java.lang.String> graphName, java.util.Optional<org.neo4j.gds.config.GraphCreateConfig> maybeImplicitCreate, org.neo4j.gds.core.CypherMapWrapper config)- Specified by:
newConfigin classorg.neo4j.gds.AlgoBaseProc<org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut.CutResult,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCutMutateConfig>
-
algorithmFactory
protected org.neo4j.gds.AlgorithmFactory<org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCutMutateConfig> algorithmFactory()
- Specified by:
algorithmFactoryin classorg.neo4j.gds.AlgoBaseProc<org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut.CutResult,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCutMutateConfig>
-
resultBuilder
protected org.neo4j.gds.result.AbstractResultBuilder<ApproxMaxKCutMutateProc.MutateResult> resultBuilder(org.neo4j.gds.AlgoBaseProc.ComputationResult<org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut.CutResult,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCutMutateConfig> computeResult)
- Specified by:
resultBuilderin classorg.neo4j.gds.MutateProc<org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut.CutResult,ApproxMaxKCutMutateProc.MutateResult,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCutMutateConfig>
-
nodeProperties
protected org.neo4j.gds.api.NodeProperties nodeProperties(org.neo4j.gds.AlgoBaseProc.ComputationResult<org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut.CutResult,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCutMutateConfig> computationResult)
- Overrides:
nodePropertiesin classorg.neo4j.gds.MutatePropertyProc<org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCut.CutResult,ApproxMaxKCutMutateProc.MutateResult,org.neo4j.gds.impl.approxmaxkcut.ApproxMaxKCutMutateConfig>
-
-