Interface AILabeledAttributeArrayDataset<I extends ILabeledAttributeArrayInstance<L>,​L>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<IAttributeType<?>> getAttributeTypes()
      Returns the list of attribute types.
      int getNumberOfAttributes()
      Getter for the number of attributes (excluding target attribute).
      IAttributeType<L> getTargetType()
      Returns the attribute type of the target attribute.
      • Methods inherited from interface java.util.Collection

        add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
    • Method Detail

      • getTargetType

        IAttributeType<L> getTargetType()
        Returns the attribute type of the target attribute.
        Returns:
        The attribute type of the target attribute.
      • getAttributeTypes

        java.util.List<IAttributeType<?>> getAttributeTypes()
        Returns the list of attribute types.
        Returns:
        The list of attribute types.
      • getNumberOfAttributes

        int getNumberOfAttributes()
        Getter for the number of attributes (excluding target attribute).
        Returns:
        The number of attributes.