Class ModifiedISACgMeans


  • public class ModifiedISACgMeans
    extends ai.libs.jaicore.ml.clustering.learner.GMeans<org.apache.commons.math3.ml.clustering.DoublePoint>
    • Constructor Summary

      Constructors 
      Constructor Description
      ModifiedISACgMeans​(java.util.List<double[]> toClusterPoints, java.util.List<ai.libs.jaicore.ml.ranking.label.learner.clusterbased.customdatatypes.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<double[]> getIntermediateCenter()  
      java.util.Map<double[],​java.util.List<double[]>> getIntermediatePoints()  
      java.util.List<double[]> getLoopPoints()  
      java.util.Map<double[],​ai.libs.jaicore.ml.ranking.label.learner.clusterbased.customdatatypes.ProblemInstance<weka.core.Instance>> getPointToInstance()  
      • Methods inherited from class ai.libs.jaicore.ml.clustering.learner.GMeans

        andersonDarlingTest, cluster, difference, getCentersModifiable, getGmeansCluster, getPoints, mergeCluster
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ModifiedISACgMeans

        public ModifiedISACgMeans​(java.util.List<double[]> toClusterPoints,
                                  java.util.List<ai.libs.jaicore.ml.ranking.label.learner.clusterbased.customdatatypes.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()
      • 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[],​ai.libs.jaicore.ml.ranking.label.learner.clusterbased.customdatatypes.ProblemInstance<weka.core.Instance>> getPointToInstance()