Class ClusteringCoefficientParams
- java.lang.Object
-
- org.apache.hugegraph.computer.algorithm.community.cc.ClusteringCoefficientParams
-
- All Implemented Interfaces:
org.apache.hugegraph.computer.algorithm.AlgorithmParams
public class ClusteringCoefficientParams extends java.lang.Object implements org.apache.hugegraph.computer.algorithm.AlgorithmParams
-
-
Field Summary
-
Fields inherited from interface org.apache.hugegraph.computer.algorithm.AlgorithmParams
BYTESID_CLASS_NAME, DEFAULTINPUTFILTER_CLASS_NAME, EXTRACTALLPROPERTYINPUTFILTER_CLASS_NAME, HDFS_OUTPUT_CLASS_NAME, HUGEGRAPH_DOUBLE_OUTPUT_CLASS_NAME, HUGEGRAPH_FLOAT_OUTPUT_CLASS_NAME, HUGEGRAPH_ID_OUTPUT_CLASS_NAME, HUGEGRAPH_INT_OUTPUT_CLASS_NAME, HUGEGRAPH_LIST_OUTPUT_CLASS_NAME, HUGEGRAPH_LONG_OUTPUT_CLASS_NAME, HUGEGRAPH_STRING_OUTPUT_CLASS_NAME, LOG, LOG_OUTPUT_CLASS_NAME
-
-
Constructor Summary
Constructors Constructor Description ClusteringCoefficientParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAlgorithmParameters(java.util.Map<java.lang.String,java.lang.String> params)
-