Class ClassifierRankingForGroup

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<java.lang.String>, java.util.Collection<java.lang.String>, java.util.List<java.lang.String>, java.util.RandomAccess, org.api4.java.ai.ml.core.evaluation.IPrediction, org.api4.java.ai.ml.ranking.IRanking<java.lang.String>

    public class ClassifierRankingForGroup
    extends ai.libs.jaicore.ml.ranking.label.learner.clusterbased.customdatatypes.RankingForGroup<double[],​java.lang.String>
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.AbstractList

        modCount
    • Method Summary

      • Methods inherited from class ai.libs.jaicore.ml.ranking.label.learner.clusterbased.customdatatypes.RankingForGroup

        equals, getIdentifierForGroup, hashCode
      • Methods inherited from class ai.libs.jaicore.ml.ranking.label.learner.clusterbased.customdatatypes.Ranking

        getClassConfidence, getClassDistribution, getLabelWithHighestProbability, getPrediction, getProbabilityOfLabel
      • Methods inherited from class java.util.ArrayList

        add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
      • Methods inherited from class java.util.AbstractCollection

        containsAll, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface org.api4.java.ai.ml.ranking.IRanking

        getObjectForRank, getRankOfObject
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray