Package | Description |
---|---|
weka.core.neighboursearch.balltrees |
Modifier and Type | Method and Description |
---|---|
MiddleOutConstructor.MyIdxList |
MiddleOutConstructor.MyIdxList.append(MiddleOutConstructor.MyIdxList list1,
MiddleOutConstructor.MyIdxList list2)
Appends one list at the end of the other.
|
Modifier and Type | Method and Description |
---|---|
MiddleOutConstructor.MyIdxList |
MiddleOutConstructor.MyIdxList.append(MiddleOutConstructor.MyIdxList list1,
MiddleOutConstructor.MyIdxList list2)
Appends one list at the end of the other.
|
Instance |
MiddleOutConstructor.calcPivot(MiddleOutConstructor.MyIdxList list1,
MiddleOutConstructor.MyIdxList list2,
Instances insts)
Calculates the centroid pivot of a node based on
the list of points that it contains (tbe two
lists of its children are provided).
|
double |
MiddleOutConstructor.calcRadius(MiddleOutConstructor.MyIdxList list1,
MiddleOutConstructor.MyIdxList list2,
Instance pivot,
Instances insts)
Calculates the radius of a node based on the
list of points that it contains (the two lists of
its children are provided).
|
void |
MiddleOutConstructor.checkIndicesList(MiddleOutConstructor.MyIdxList list,
int startidx,
int endidx)
Checks whether if the points in an index list
are in some specified of the master index array.
|
void |
MiddleOutConstructor.MyIdxList.checkSorting(MiddleOutConstructor.MyIdxList list)
Checks the sorting of a list.
|
String |
MiddleOutConstructor.printList(MiddleOutConstructor.MyIdxList points)
For printing indices in a given point list.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.