Constant Field Values

Contents

org.apache.*

  • org.apache.hugegraph.computer.algorithm.centrality.betweenness.BetweennessCentrality 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPTION_SAMPLE_RATE "betweenness_centrality.sample_rate"
  • org.apache.hugegraph.computer.algorithm.centrality.closeness.ClosenessCentrality 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPTION_SAMPLE_RATE "closeness_centrality.sample_rate"
    public static final java.lang.String OPTION_WEIGHT_PROPERTY "closeness_centrality.weight_property"
  • org.apache.hugegraph.computer.algorithm.centrality.degree.DegreeCentrality 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPTION_WEIGHT_PROPERTY "degree_centrality.weight_property"
  • org.apache.hugegraph.computer.algorithm.community.kcore.Kcore 
    Modifier and Type Constant Field Value
    public static final int K_DEFAULT_VALUE 3
    public static final java.lang.String OPTION_K "kcore.k"
  • org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionWithFilter 
    Modifier and Type Constant Field Value
    public static final java.lang.String OPTION_FILTER "rings.property_filter"