Class ACollectionOfObjectsAttribute<O>
- java.lang.Object
-
- ai.libs.jaicore.ml.core.dataset.schema.attribute.AAttribute
-
- ai.libs.jaicore.ml.core.dataset.schema.attribute.AGenericObjectAttribute<java.util.Collection<O>>
-
- ai.libs.jaicore.ml.core.dataset.schema.attribute.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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedACollectionOfObjectsAttribute(java.lang.String name)
-
Method Summary
-
Methods inherited from class ai.libs.jaicore.ml.core.dataset.schema.attribute.AGenericObjectAttribute
decodeValue, encodeValue, equals, getAsAttributeValue, getValueAsTypeInstance, hashCode
-
Methods inherited from class ai.libs.jaicore.ml.core.dataset.schema.attribute.AAttribute
getName
-
-