Interface ICategoricalAttributeType
-
- All Superinterfaces:
IAttributeType<java.lang.String>,java.io.Serializable
- All Known Implementing Classes:
CategoricalAttributeType
public interface ICategoricalAttributeType extends IAttributeType<java.lang.String>
Interface for categorical attribute types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>getDomain()-
Methods inherited from interface ai.libs.jaicore.ml.core.dataset.attribute.IAttributeType
buildAttributeValue, buildAttributeValue, getStringDescriptionOfDomain, isValidValue
-
-