Class WekaInstances<L>

    • Constructor Summary

      Constructors 
      Constructor Description
      WekaInstances​(weka.core.Instances list)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      WekaInstances<L> createEmpty()
      Creates an empty copy of the same structure (and same type).
      boolean equals​(java.lang.Object obj)  
      java.util.List<IAttributeType<?>> getAttributeTypes()
      Returns the list of attribute types.
      int getFrequency​(WekaInstance<L> instance)  
      int getNumberOfAttributes()
      Getter for the number of attributes (excluding target attribute).
      IAttributeType<L> getTargetType()
      Returns the attribute type of the target attribute.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class ai.libs.jaicore.basic.sets.ListDecorator

        add, add, addAll, addAll, clear, contains, containsAll, get, getList, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray