Interface INumericEncodingAttribute
-
- All Superinterfaces:
IAttribute,java.io.Serializable
public interface INumericEncodingAttribute extends IAttribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectdecodeValue(double encodedAttributeValue)doubleencodeValue(java.lang.Object attributeValue)IAttributeValuegetAsAttributeValue(double encodedAttributeValue)-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttribute
getAsAttributeValue, getName, getStringDescriptionOfDomain, isValidValue
-
-
-
-
Method Detail
-
encodeValue
double encodeValue(java.lang.Object attributeValue)
-
decodeValue
java.lang.Object decodeValue(double encodedAttributeValue)
-
getAsAttributeValue
IAttributeValue getAsAttributeValue(double encodedAttributeValue)
-
-