Package org.neo4j.graphalgo.similarity
Class SimilarityWriteProc<ALGO extends org.neo4j.graphalgo.Algorithm<ALGO,ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.graphalgo.config.WritePropertyConfig & org.neo4j.graphalgo.config.WriteRelationshipConfig & org.neo4j.graphalgo.config.AlgoBaseConfig>
- java.lang.Object
-
- org.neo4j.graphalgo.BaseProc
-
- org.neo4j.graphalgo.AlgoBaseProc<ALGO,ALGO_RESULT,CONFIG>
-
- org.neo4j.graphalgo.WriteProc<ALGO,ALGO_RESULT,SimilarityWriteResult,CONFIG>
-
- org.neo4j.graphalgo.similarity.SimilarityWriteProc<ALGO,ALGO_RESULT,CONFIG>
-
- Direct Known Subclasses:
KnnWriteProc,NodeSimilarityWriteProc
public abstract class SimilarityWriteProc<ALGO extends org.neo4j.graphalgo.Algorithm<ALGO,ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.graphalgo.config.WritePropertyConfig & org.neo4j.graphalgo.config.WriteRelationshipConfig & org.neo4j.graphalgo.config.AlgoBaseConfig> extends org.neo4j.graphalgo.WriteProc<ALGO,ALGO_RESULT,SimilarityWriteResult,CONFIG>
-
-
Constructor Summary
Constructors Constructor Description SimilarityWriteProc()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.StringprocedureName()protected abstract org.neo4j.graphalgo.similarity.SimilarityGraphResultsimilarityGraphResult(org.neo4j.graphalgo.AlgoBaseProc.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computationResult)protected java.util.stream.Stream<SimilarityWriteResult>write(org.neo4j.graphalgo.AlgoBaseProc.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computationResult)-
Methods inherited from class org.neo4j.graphalgo.WriteProc
nodeProperties, nodePropertyList, resultBuilder
-
Methods inherited from class org.neo4j.graphalgo.AlgoBaseProc
algoName, algorithmFactory, compute, compute, computeEstimate, createGraph, getOrCreateGraphStore, newConfig, newConfig, processInput, validateConfigs, validateConfigsAndGraphStore, validateGraphStore
-
-
-
-
Method Detail
-
procedureName
public abstract java.lang.String procedureName()
-
write
protected java.util.stream.Stream<SimilarityWriteResult> write(org.neo4j.graphalgo.AlgoBaseProc.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computationResult)
- Overrides:
writein classorg.neo4j.graphalgo.WriteProc<ALGO extends org.neo4j.graphalgo.Algorithm<ALGO,ALGO_RESULT>,ALGO_RESULT,SimilarityWriteResult,CONFIG extends org.neo4j.graphalgo.config.WritePropertyConfig & org.neo4j.graphalgo.config.WriteRelationshipConfig & org.neo4j.graphalgo.config.AlgoBaseConfig>
-
similarityGraphResult
protected abstract org.neo4j.graphalgo.similarity.SimilarityGraphResult similarityGraphResult(org.neo4j.graphalgo.AlgoBaseProc.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computationResult)
-
-