Interface ICategoricalAttribute
-
- All Superinterfaces:
IAttribute,java.io.Serializable
public interface ICategoricalAttribute extends IAttribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICategoricalAttributeValuegetAsAttributeValue(java.lang.Object obj)java.util.List<java.lang.String>getValues()booleanisBinary()-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttribute
getName, getStringDescriptionOfDomain, isValidValue
-
-
-
-
Method Detail
-
getValues
java.util.List<java.lang.String> getValues()
-
isBinary
boolean isBinary()
-
getAsAttributeValue
ICategoricalAttributeValue getAsAttributeValue(java.lang.Object obj)
- Specified by:
getAsAttributeValuein interfaceIAttribute
-
-