public interface PowerIterationClusteringParams extends Params, HasMaxIter, HasWeightCol
Modifier and Type | Method and Description |
---|---|
Param<String> |
dstCol()
Name of the input column for destination vertex IDs.
|
String |
getDstCol() |
String |
getInitMode() |
int |
getK() |
String |
getSrcCol() |
Param<String> |
initMode()
Param for the initialization algorithm.
|
IntParam |
k()
The number of clusters to create (k).
|
Param<String> |
srcCol()
Param for the name of the input column for source vertex IDs.
|
getMaxIter, maxIter
getWeightCol, weightCol
clear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwn
toString, uid
Param<String> dstCol()
String getDstCol()
String getInitMode()
int getK()
String getSrcCol()
Param<String> initMode()
IntParam k()
Param<String> srcCol()