Class IntBasedCategoricalAttributeValue

  • All Implemented Interfaces:
    org.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue, org.api4.java.ai.ml.core.dataset.schema.attribute.ICategoricalAttributeValue

    public class IntBasedCategoricalAttributeValue
    extends java.lang.Object
    implements org.api4.java.ai.ml.core.dataset.schema.attribute.ICategoricalAttributeValue
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.api4.java.ai.ml.core.dataset.schema.attribute.ICategoricalAttribute getAttribute()  
      java.lang.Integer getValue()  
      • Methods inherited from class java.lang.Object

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

      • IntBasedCategoricalAttributeValue

        public IntBasedCategoricalAttributeValue​(org.api4.java.ai.ml.core.dataset.schema.attribute.ICategoricalAttribute attribute,
                                                 int value)
      • IntBasedCategoricalAttributeValue

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

      • getValue

        public java.lang.Integer 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.ICategoricalAttributeValue
      • getAttribute

        public org.api4.java.ai.ml.core.dataset.schema.attribute.ICategoricalAttribute 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.ICategoricalAttributeValue