Class ModifiedISACgMeans


  • public class ModifiedISACgMeans
    extends GMeans<org.apache.commons.math3.ml.clustering.DoublePoint>
    • 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()