Class ModifiedISACGroupBuilder

  • All Implemented Interfaces:
    ai.libs.jaicore.ml.ranking.label.learner.clusterbased.IGroupBuilder<double[],​weka.core.Instance>

    public class ModifiedISACGroupBuilder
    extends java.lang.Object
    implements ai.libs.jaicore.ml.ranking.label.learner.clusterbased.IGroupBuilder<double[],​weka.core.Instance>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ai.libs.jaicore.ml.ranking.label.learner.clusterbased.customdatatypes.Group<double[],​weka.core.Instance>> buildGroup​(java.util.List<ai.libs.jaicore.ml.ranking.label.learner.clusterbased.customdatatypes.ProblemInstance<weka.core.Instance>> allInstances)  
      void setPoints​(java.util.List<double[]> toSetPoints)  
      • Methods inherited from class java.lang.Object

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

      • ModifiedISACGroupBuilder

        public ModifiedISACGroupBuilder()
    • Method Detail

      • buildGroup

        public java.util.List<ai.libs.jaicore.ml.ranking.label.learner.clusterbased.customdatatypes.Group<double[],​weka.core.Instance>> buildGroup​(java.util.List<ai.libs.jaicore.ml.ranking.label.learner.clusterbased.customdatatypes.ProblemInstance<weka.core.Instance>> allInstances)
        Specified by:
        buildGroup in interface ai.libs.jaicore.ml.ranking.label.learner.clusterbased.IGroupBuilder<double[],​weka.core.Instance>
      • setPoints

        public void setPoints​(java.util.List<double[]> toSetPoints)