Constant Field Values
Contents
org.neo4j.*
-
org.neo4j.gds.centrality.ClosenessCentralityProc<PROC_RESULT> Modifier and Type Constant Field Value protected static final java.lang.StringDESCRIPTION"Closeness centrality is a way of detecting nodes that are able to spread information very efficiently through a graph." -
org.neo4j.gds.centrality.HarmonicCentralityProc<PROC_RESULT> Modifier and Type Constant Field Value protected static final java.lang.StringDESCRIPTION"Harmonic centrality is a way of detecting nodes that are able to spread information very efficiently through a graph."
-
org.neo4j.gds.influenceMaximization.CELFProc Modifier and Type Constant Field Value public static final java.lang.StringDESCRIPTION"The Cost Effective Lazy Forward (CELF) algorithm aims to find k nodes that maximize the expected spread of influence in the network." -
org.neo4j.gds.influenceMaximization.GreedyProc Modifier and Type Constant Field Value public static final java.lang.StringDESCRIPTION"The Greedy algorithm aims to find k nodes that maximize the expected spread of influence in the network."
-
org.neo4j.gds.ml.linkmodels.pipeline.LinkPredictionPipelineCompanion Modifier and Type Constant Field Value public static final java.lang.StringPIPELINE_MODEL_TYPE"Link prediction training pipeline"public static final java.lang.StringPREDICT_DESCRIPTION"Predicts relationships for all node pairs based on a previously trained link prediction model."
-
org.neo4j.gds.ml.linkmodels.pipeline.predict.LinkPredictionPredictPipelineBaseConfig Modifier and Type Constant Field Value public static final doubleDEFAULT_THRESHOLD0.0
-
org.neo4j.gds.ml.linkmodels.pipeline.train.LinkPredictionTrain Modifier and Type Constant Field Value public static final java.lang.StringMODEL_TYPE"Link prediction pipeline"
-
org.neo4j.gds.ml.nodemodels.pipeline.NodeClassificationPipelineCompanion Modifier and Type Constant Field Value public static final java.lang.StringESTIMATE_PREDICT_DESCRIPTION"Estimates memory for predicting classes for all nodes based on a previously trained pipeline model"public static final java.lang.StringPIPELINE_MODEL_TYPE"Node classification training pipeline"public static final java.lang.StringPREDICT_DESCRIPTION"Predicts classes for all nodes based on a previously trained pipeline model"
-
org.neo4j.gds.pregel.SpeakerListenerLPA Modifier and Type Constant Field Value public static final java.lang.StringLABELS_PROPERTY"communityIds"
-
org.neo4j.gds.scc.SccProc<PROC_RESULT> Modifier and Type Constant Field Value protected static final java.lang.StringDESCRIPTION"The SCC algorithm finds sets of connected nodes in an directed graph, where all nodes in the same set form a connected component."
-
org.neo4j.gds.shortestpath.ShortestPathDeltaSteppingConfig Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_TARGET_PROPERTY"sssp" -
org.neo4j.gds.shortestpath.ShortestPathDeltaSteppingProc<PROC_RESULT> Modifier and Type Constant Field Value protected static final java.lang.StringDESCRIPTION"Delta-Stepping is a non-negative single source shortest paths (NSSSP) algorithm."
-
org.neo4j.gds.shortestpaths.AllShortestPathsProc Modifier and Type Constant Field Value public static final java.lang.StringDESCRIPTION"The All Pairs Shortest Path (APSP) calculates the shortest (weighted) path between all pairs of nodes."
-
org.neo4j.gds.similarity.AlphaSimilarityProc<ALGO extends org.neo4j.gds.impl.similarity.SimilarityAlgorithm<ALGO,?>,CONFIG extends org.neo4j.gds.impl.similarity.SimilarityConfig,PROC_RESULT> Modifier and Type Constant Field Value public static final java.lang.StringSIMILARITY_FAKE_GRAPH_NAME" SIM-NULL-GRAPH"
-
org.neo4j.gds.similarity.ann.ApproxNearestNeighborsProc<PROC_RESULT> Modifier and Type Constant Field Value protected static final java.lang.StringDESCRIPTION"The Approximate Nearest Neighbors algorithm constructs a k-Nearest Neighbors graph for a set of objects based on a provided similarity function."
-
org.neo4j.gds.similarity.cosine.CosineProc<PROC_RESULT> Modifier and Type Constant Field Value protected static final java.lang.StringDESCRIPTION"Cosine-similarity is an algorithm for finding similar nodes based on the cosine similarity metric."
-
org.neo4j.gds.similarity.euclidean.EuclideanProc<PROC_RESULT> Modifier and Type Constant Field Value protected static final java.lang.StringDESCRIPTION"Euclidean-similarity is an algorithm for finding similar nodes based on the euclidean distance."
-
org.neo4j.gds.similarity.overlap.OverlapProc<PROC_RESULT> Modifier and Type Constant Field Value protected static final java.lang.StringDESCRIPTION"Overlap-similarity is an algorithm for finding similar nodes based on the overlap coefficient."
-
org.neo4j.gds.similarity.pearson.PearsonProc<PROC_RESULT> Modifier and Type Constant Field Value protected static final java.lang.StringDESCRIPTION"Pearson-similarity is an algorithm for finding similar nodes based on the pearson correlation coefficient."
-
org.neo4j.gds.spanningtree.KSpanningTreeMaxProc Modifier and Type Constant Field Value public static final java.lang.StringDESCRIPTION"The maximum weight spanning tree (MST) starts from a given node, and finds all its reachable nodes and the set of relationships that connect the nodes together with the maximum possible weight." -
org.neo4j.gds.spanningtree.KSpanningTreeMinProc Modifier and Type Constant Field Value public static final java.lang.StringDESCRIPTION"The minimum weight spanning tree (MST) starts from a given node, and finds all its reachable nodes and the set of relationships that connect the nodes together with the minimum possible weight." -
org.neo4j.gds.spanningtree.KSpanningTreeProc Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_CLUSTER_PROPERTY"partition" -
org.neo4j.gds.spanningtree.SpanningTreeConfig Modifier and Type Constant Field Value public static final java.lang.StringWRITE_RELATIONSHIP_TYPE"MST"