|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap
com.rapidminer.operator.learner.functions.kernel.jmysvm.util.MinHeap
public class MinHeap
Implements a MinHeap on n doubles and ints
| Field Summary |
|---|
| Fields inherited from class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap |
|---|
heap, indizes, last, the_size |
| Constructor Summary | |
|---|---|
MinHeap(int n)
|
|
| Method Summary | |
|---|---|
void |
add(double value,
int index)
|
protected void |
heapify(int start,
int size)
|
| Methods inherited from class com.rapidminer.operator.learner.functions.kernel.jmysvm.util.Heap |
|---|
clear, empty, get_values, init, size, top_value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MinHeap(int n)
| Method Detail |
|---|
public final void add(double value,
int index)
add in class Heap
protected final void heapify(int start,
int size)
heapify in class Heap
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||