Constant Field Values

Contents

org.neo4j.*

  • org.neo4j.gds.ml.linkmodels.pipeline.train.LinkPredictionTrain 
    Modifier and Type Constant Field Value
    public static final java.lang.String MODEL_TYPE "Link prediction pipeline"
  • org.neo4j.gds.similarity.ApproxNearestNeighborsProc 
    Modifier and Type Constant Field Value
    public static final java.lang.String SIMILARITY_FAKE_GRAPH_NAME " SIM-NULL-GRAPH"
  • org.neo4j.gds.similarity.CosineProc 
    Modifier and Type Constant Field Value
    public static final java.lang.String SIMILARITY_FAKE_GRAPH_NAME " SIM-NULL-GRAPH"
  • org.neo4j.gds.similarity.EuclideanProc 
    Modifier and Type Constant Field Value
    public static final java.lang.String SIMILARITY_FAKE_GRAPH_NAME " SIM-NULL-GRAPH"
  • org.neo4j.gds.similarity.OverlapProc 
    Modifier and Type Constant Field Value
    public static final java.lang.String SIMILARITY_FAKE_GRAPH_NAME " SIM-NULL-GRAPH"
  • org.neo4j.gds.similarity.PearsonProc 
    Modifier and Type Constant Field Value
    public static final java.lang.String SIMILARITY_FAKE_GRAPH_NAME " SIM-NULL-GRAPH"