Class ACollectionOfObjectsAttribute<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
    Direct Known Subclasses:
    MultiLabelAttribute, SetOfObjectsAttribute

    public abstract class ACollectionOfObjectsAttribute<O>
    extends AGenericObjectAttribute<java.util.Collection<O>>
    See Also:
    Serialized Form
    • 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, getStringDescriptionOfDomain, isValidValue, serializeAttributeValue, toDouble
    • Constructor Detail

      • ACollectionOfObjectsAttribute

        protected ACollectionOfObjectsAttribute​(java.lang.String name)