Uses of Class
de.bwaldvogel.liblinear.Heap.HeapType
-
-
Uses of Heap.HeapType in de.bwaldvogel.liblinear
Fields in de.bwaldvogel.liblinear declared as Heap.HeapType Modifier and Type Field Description private Heap.HeapType
Heap. type
Methods in de.bwaldvogel.liblinear that return Heap.HeapType Modifier and Type Method Description static Heap.HeapType
Heap.HeapType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Heap.HeapType[]
Heap.HeapType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.bwaldvogel.liblinear with parameters of type Heap.HeapType Constructor Description Heap(int max_size, Heap.HeapType type)
-