Class WekaCompatibleInstancesImpl

    • Field Summary

      • Fields inherited from class java.util.AbstractList

        modCount
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean add​(LabeledInstance<java.lang.String> i)  
      boolean equals​(java.lang.Object obj)  
      java.util.List<java.lang.String> getDeclaredClasses()  
      int hashCode()  
      java.lang.String toJson()  
      • Methods inherited from class java.util.ArrayList

        add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
      • Methods inherited from class java.util.AbstractCollection

        containsAll, toString
      • Methods inherited from class java.lang.Object

        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, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
    • Constructor Detail

      • WekaCompatibleInstancesImpl

        public WekaCompatibleInstancesImpl​(java.util.List<java.lang.String> declaredClasses)
      • WekaCompatibleInstancesImpl

        public WekaCompatibleInstancesImpl​(java.lang.String json)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • WekaCompatibleInstancesImpl

        public WekaCompatibleInstancesImpl​(com.fasterxml.jackson.databind.JsonNode jsonNode)
      • WekaCompatibleInstancesImpl

        public WekaCompatibleInstancesImpl​(java.io.File jsonFile)
                                    throws java.io.IOException
        Throws:
        java.io.IOException