Class ARankingAttribute<O>

  • All Implemented Interfaces:
    java.io.Serializable, org.api4.java.ai.ml.core.dataset.schema.attribute.IAttribute, org.api4.java.ai.ml.core.dataset.schema.attribute.INumericEncodingAttribute, org.api4.java.ai.ml.core.dataset.schema.attribute.IObjectAttribute<org.api4.java.ai.ml.ranking.IRanking<O>>, org.api4.java.ai.ml.core.dataset.schema.attribute.IRankingAttribute<O>
    Direct Known Subclasses:
    DyadRankingAttribute, LabelRankingAttribute

    public abstract class ARankingAttribute<O>
    extends AGenericObjectAttribute<org.api4.java.ai.ml.ranking.IRanking<O>>
    implements org.api4.java.ai.ml.core.dataset.schema.attribute.IRankingAttribute<O>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ARankingAttribute​(java.lang.String name)  
    • Method Summary

      • Methods inherited from class ai.libs.jaicore.ml.core.dataset.schema.attribute.AAttribute

        getName
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttribute

        deserializeAttributeValue, getAsAttributeValue, getName, getStringDescriptionOfDomain, isValidValue, serializeAttributeValue, toDouble
    • Constructor Detail

      • ARankingAttribute

        protected ARankingAttribute​(java.lang.String name)