Package de.bwaldvogel.liblinear
Class Heap
java.lang.Object
de.bwaldvogel.liblinear.Heap
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
size
private int size -
type
-
a
-
-
Constructor Details
-
Heap
Heap(int max_size, Heap.HeapType type)
-
-
Method Details
-
cmp
-
size
int size() -
push
-
pop
void pop() -
top
Feature top()
-