Interface IInstance

    • Method Detail

      • getAttributeValue

        default java.lang.Object getAttributeValue​(int pos)
        Parameters:
        pos - The position of the feature that is to be returned.
        Returns:
        The feature value at position pos.
      • isAttributeValuePresent

        default boolean isAttributeValuePresent​(int pos)
      • getAttributes

        java.lang.Object[] getAttributes()
      • getNumAttributes

        default int getNumAttributes()
      • getPoint

        double[] getPoint()
      • getPointValue

        default double getPointValue​(int pos)
      • removeColumn

        void removeColumn​(int columnPos)
      • setAttributeValue

        void setAttributeValue​(int pos,
                               java.lang.Object value)
        Sets the value of the attribute at position pos to a new value as provided as an argument.
        Parameters:
        pos - The position where to replace the current value with the new value.
        value - The new attribute value (to replace the previous value).