jml.options
Class SpectralClusteringOptions
java.lang.Object
jml.options.ClusteringOptions
jml.options.SpectralClusteringOptions
public class SpectralClusteringOptions
- extends ClusteringOptions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graphType
public java.lang.String graphType
graphParam
public double graphParam
graphDistanceFunction
public java.lang.String graphDistanceFunction
graphWeightType
public java.lang.String graphWeightType
graphWeightParam
public double graphWeightParam
SpectralClusteringOptions
public SpectralClusteringOptions()
- Constructor with default data member values:
graphType = "nn";
graphParam = 6;
graphDistanceFunction = "euclidean";
graphWeightType = "heat";
graphWeightParam = 1;
SpectralClusteringOptions
public SpectralClusteringOptions(int nClus)
SpectralClusteringOptions
public SpectralClusteringOptions(int nClus,
boolean verbose,
int maxIter,
java.lang.String graphType,
double graphParam,
java.lang.String graphDistanceFunction,
java.lang.String graphWeightType,
double graphWeightParam)
SpectralClusteringOptions
public SpectralClusteringOptions(ClusteringOptions clusteringOptions)