Constant Field Values
Contents
org.neo4j.*
-
org.neo4j.gds.beta.k1coloring.ColoringStep Modifier and Type Constant Field Value public static final intINITIAL_FORBIDDEN_COLORS1000
-
org.neo4j.gds.betweenness.SelectionStrategy Modifier and Type Constant Field Value public static final intNONE_SELECTED-1
-
org.neo4j.gds.embeddings.graphsage.BatchSampler Modifier and Type Constant Field Value public static final doubleDEGREE_SMOOTHING_FACTOR0.75
-
org.neo4j.gds.embeddings.graphsage.algo.GraphSage Modifier and Type Constant Field Value public static final java.lang.StringMODEL_TYPE"graphSage" -
org.neo4j.gds.embeddings.graphsage.algo.GraphSageBaseConfig Modifier and Type Constant Field Value public static final longserialVersionUID66L -
org.neo4j.gds.embeddings.graphsage.algo.GraphSageMutateConfig Modifier and Type Constant Field Value public static final longserialVersionUID66L -
org.neo4j.gds.embeddings.graphsage.algo.GraphSageStreamConfig Modifier and Type Constant Field Value public static final longserialVersionUID66L -
org.neo4j.gds.embeddings.graphsage.algo.GraphSageTrainConfig Modifier and Type Constant Field Value public static final longserialVersionUID66L -
org.neo4j.gds.embeddings.graphsage.algo.GraphSageWriteConfig Modifier and Type Constant Field Value public static final longserialVersionUID66L
-
org.neo4j.gds.influenceMaximization.CELFAlgorithmFactory<CONFIG extends InfluenceMaximizationBaseConfig> Modifier and Type Constant Field Value public static final intDEFAULT_BATCH_SIZE10
-
org.neo4j.gds.modularityoptimization.ModularityOptimization Modifier and Type Constant Field Value public static final intK1COLORING_MAX_ITERATIONS5 -
org.neo4j.gds.modularityoptimization.ModularityOptimizationConfig Modifier and Type Constant Field Value public static final intDEFAULT_ITERATIONS10
-
org.neo4j.gds.msbfs.MSBFSConstants Modifier and Type Constant Field Value public static final intOMEGA64
-
org.neo4j.gds.paths.astar.config.ShortestPathAStarBaseConfig Modifier and Type Constant Field Value public static final java.lang.StringLATITUDE_PROPERTY_KEY"latitudeProperty"public static final java.lang.StringLONGITUDE_PROPERTY_KEY"longitudeProperty"
-
org.neo4j.gds.paths.delta.DeltaStepping Modifier and Type Constant Field Value public static final java.lang.StringDESCRIPTION"The Delta Stepping shortest path algorithm computes the shortest (weighted) path between one node and any other node in the graph. The computation is run multi-threaded" -
org.neo4j.gds.paths.delta.TentativeDistances Modifier and Type Constant Field Value public static final doubleDIST_INF1.7976931348623157E308public static final longNO_PREDECESSOR9223372036854775807L
-
org.neo4j.gds.paths.dijkstra.Dijkstra Modifier and Type Constant Field Value public static final java.lang.StringDESCRIPTION_SOURCE_TARGET"The Dijkstra shortest path algorithm computes the shortest (weighted) path between one node and any other node in the graph."
-
org.neo4j.gds.paths.dijkstra.config.ShortestPathDijkstraWriteConfig Modifier and Type Constant Field Value public static final java.lang.StringCOSTS_KEY"costs"public static final java.lang.StringNODE_IDS_KEY"nodeIds"public static final java.lang.StringTOTAL_COST_KEY"totalCost"
-
org.neo4j.gds.paths.traverse.BFS Modifier and Type Constant Field Value public static final intALL_DEPTHS_ALLOWED-1 -
org.neo4j.gds.paths.traverse.BfsBaseConfig Modifier and Type Constant Field Value public static final longNO_MAX_DEPTH-1L -
org.neo4j.gds.paths.traverse.DfsBaseConfig Modifier and Type Constant Field Value public static final longNO_MAX_DEPTH-1L
-
org.neo4j.gds.similarity.nodesim.NodeSimilarityBaseConfig Modifier and Type Constant Field Value public static final intBOTTOM_K_DEFAULT10public static final java.lang.StringBOTTOM_K_KEY"bottomK"public static final intBOTTOM_N_DEFAULT0public static final java.lang.StringBOTTOM_N_KEY"bottomN"public static final intTOP_K_DEFAULT10public static final java.lang.StringTOP_K_KEY"topK"public static final intTOP_N_DEFAULT0public static final java.lang.StringTOP_N_KEY"topN"
-
org.neo4j.gds.steiner.ShortestPathsSteinerAlgorithm Modifier and Type Constant Field Value public static final longPRUNED-2Lpublic static final longROOT_NODE-1L -
org.neo4j.gds.steiner.SteinerBasedDeltaStepping Modifier and Type Constant Field Value public static final intBIN_SIZE_THRESHOLD1000