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.StringOPTION_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.StringOPTION_SAMPLE_RATE"closeness_centrality.sample_rate"public static final java.lang.StringOPTION_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.StringOPTION_WEIGHT_PROPERTY"degree_centrality.weight_property"
-
org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank Modifier and Type Constant Field Value public static final doubleALPHA_DEFAULT_VALUE0.15public static final java.lang.StringOPTION_ALPHA"page_rank.alpha" -
org.apache.hugegraph.computer.algorithm.centrality.pagerank.PageRank4Master Modifier and Type Constant Field Value public static final java.lang.StringAGGR_COMULATIVE_DANGLING_PROBABILITY"pagerank.comulative_dangling_probability"public static final java.lang.StringAGGR_COMULATIVE_PROBABILITY"pagerank.comulative_probability"public static final java.lang.StringAGGR_DANGLING_VERTICES_NUM"pagerank.dangling_vertices_num"public static final java.lang.StringAGGR_L1_NORM_DIFFERENCE_KEY"pagerank.aggr_l1_norm_difference"public static final doubleCONF_L1_DIFF_THRESHOLD_DEFAULT1.0E-5public static final java.lang.StringCONF_L1_NORM_DIFFERENCE_THRESHOLD_KEY"pagerank.l1DiffThreshold"
-
org.apache.hugegraph.computer.algorithm.community.kcore.Kcore Modifier and Type Constant Field Value public static final intK_DEFAULT_VALUE3public static final java.lang.StringOPTION_K"kcore.k"
-
org.apache.hugegraph.computer.algorithm.path.rings.filter.RingsDetectionWithFilter Modifier and Type Constant Field Value public static final java.lang.StringOPTION_FILTER"rings.property_filter"
-
org.apache.hugegraph.computer.algorithm.sampling.RandomWalk Modifier and Type Constant Field Value public static final java.lang.StringOPTION_DEFAULT_WEIGHT"random_walk.default_weight"public static final java.lang.StringOPTION_INOUT_FACTOR"random_walk.inout_factor"public static final java.lang.StringOPTION_MAX_WEIGHT_THRESHOLD"random_walk.max_weight_threshold"public static final java.lang.StringOPTION_MIN_WEIGHT_THRESHOLD"random_walk.min_weight_threshold"public static final java.lang.StringOPTION_RETURN_FACTOR"random_walk.return_factor"public static final java.lang.StringOPTION_WALK_LENGTH"random_walk.walk_length"public static final java.lang.StringOPTION_WALK_PER_NODE"random_walk.walk_per_node"public static final java.lang.StringOPTION_WEIGHT_PROPERTY"random_walk.weight_property"