Class 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.INumericAttribute getAttribute()  
      java.lang.Double getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NumericAttributeValue

        public NumericAttributeValue​(org.api4.java.ai.ml.core.dataset.schema.attribute.INumericAttribute attribute,
                                     double value)
      • NumericAttributeValue

        public NumericAttributeValue​(org.api4.java.ai.ml.core.dataset.schema.attribute.INumericAttributeValue value)
    • Method Detail

      • getValue

        public java.lang.Double getValue()
        Specified by:
        getValue in interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue
        Specified by:
        getValue in interface org.api4.java.ai.ml.core.dataset.schema.attribute.INumericAttributeValue
      • getAttribute

        public org.api4.java.ai.ml.core.dataset.schema.attribute.INumericAttribute getAttribute()
        Specified by:
        getAttribute in interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue
        Specified by:
        getAttribute in interface org.api4.java.ai.ml.core.dataset.schema.attribute.INumericAttributeValue