public class ModifiedISACgMeans extends GMeans<org.apache.commons.math3.ml.clustering.DoublePoint>
| Constructor and Description |
|---|
ModifiedISACgMeans(java.util.List<double[]> toClusterPoints,
java.util.List<ProblemInstance<weka.core.Instance>> instances)
inilizes toClusterPoints with the points that are to Cluster and are
normalized metafeatures
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Cluster> |
clusterDeprecated() |
java.util.Map<double[],java.util.List<double[]>> |
getCurrentPoints() |
java.util.List<Cluster> |
getGmeansCluster() |
java.util.List<double[]> |
getIntermediateCenter() |
java.util.Map<double[],java.util.List<double[]>> |
getIntermediatePoints() |
java.util.List<double[]> |
getLoopPoints() |
java.util.Map<double[],ProblemInstance<weka.core.Instance>> |
getPointToInstance() |
andersonDarlingTest, cluster, difference, getCentersModifiable, getPoints, mergeClusterpublic ModifiedISACgMeans(java.util.List<double[]> toClusterPoints,
java.util.List<ProblemInstance<weka.core.Instance>> instances)
toClusterPoints - instances - public java.util.List<Cluster> clusterDeprecated()
public java.util.List<Cluster> getGmeansCluster()
public java.util.List<double[]> getIntermediateCenter()
public java.util.Map<double[],java.util.List<double[]>> getCurrentPoints()
public java.util.Map<double[],java.util.List<double[]>> getIntermediatePoints()
public java.util.List<double[]> getLoopPoints()
public java.util.Map<double[],ProblemInstance<weka.core.Instance>> getPointToInstance()