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