Class ModifiedISACgMeans
- java.lang.Object
-
- ai.libs.jaicore.ml.clustering.GMeans<org.apache.commons.math3.ml.clustering.DoublePoint>
-
- ai.libs.jaicore.ml.ranking.clusterbased.modifiedisac.ModifiedISACgMeans
-
public class ModifiedISACgMeans extends GMeans<org.apache.commons.math3.ml.clustering.DoublePoint>
-
-
Constructor Summary
Constructors Constructor 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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()-
Methods inherited from class ai.libs.jaicore.ml.clustering.GMeans
andersonDarlingTest, cluster, difference, getCentersModifiable, getPoints, mergeCluster
-
-
-
-
Constructor Detail
-
ModifiedISACgMeans
public 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- Parameters:
toClusterPoints-instances-
-
-
Method Detail
-
clusterDeprecated
public java.util.List<Cluster> clusterDeprecated()
-
getGmeansCluster
public java.util.List<Cluster> getGmeansCluster()
-
getIntermediateCenter
public java.util.List<double[]> getIntermediateCenter()
-
getCurrentPoints
public java.util.Map<double[],java.util.List<double[]>> getCurrentPoints()
-
getIntermediatePoints
public java.util.Map<double[],java.util.List<double[]>> getIntermediatePoints()
-
getLoopPoints
public java.util.List<double[]> getLoopPoints()
-
getPointToInstance
public java.util.Map<double[],ProblemInstance<weka.core.Instance>> getPointToInstance()
-
-