Class NumericAttributeValue
- java.lang.Object
-
- ai.libs.jaicore.ml.core.dataset.schema.attribute.NumericAttributeValue
-
- All Implemented Interfaces:
org.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue,org.api4.java.ai.ml.core.dataset.schema.attribute.INumericAttributeValue
public class NumericAttributeValue extends java.lang.Object implements org.api4.java.ai.ml.core.dataset.schema.attribute.INumericAttributeValue
-
-
Constructor Summary
Constructors Constructor Description NumericAttributeValue(org.api4.java.ai.ml.core.dataset.schema.attribute.INumericAttribute attribute, double value)NumericAttributeValue(org.api4.java.ai.ml.core.dataset.schema.attribute.INumericAttributeValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.api4.java.ai.ml.core.dataset.schema.attribute.INumericAttributegetAttribute()java.lang.DoublegetValue()
-
-
-
Method Detail
-
getValue
public java.lang.Double getValue()
- Specified by:
getValuein interfaceorg.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue- Specified by:
getValuein interfaceorg.api4.java.ai.ml.core.dataset.schema.attribute.INumericAttributeValue
-
getAttribute
public org.api4.java.ai.ml.core.dataset.schema.attribute.INumericAttribute getAttribute()
- Specified by:
getAttributein interfaceorg.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue- Specified by:
getAttributein interfaceorg.api4.java.ai.ml.core.dataset.schema.attribute.INumericAttributeValue
-
-