Package | Description |
---|---|
weka.clusterers |
Modifier and Type | Field and Description |
---|---|
protected KDTree |
XMeans.m_KDTree
KDTrees class if KDTrees are used.
|
Modifier and Type | Method and Description |
---|---|
KDTree |
XMeans.getKDTree()
Gets the KDTree class.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
XMeans.assignToCenters(KDTree kdtree,
Instances centers,
int[][] instOfCent,
int[] assignments,
int iterationCount)
Assign instances to centers using KDtree.
|
protected boolean |
XMeans.assignToCenters(KDTree tree,
Instances centers,
int[][] instOfCent,
int[] allInstList,
int[] assignments,
int iterationCount)
Assigns instances to centers.
|
void |
XMeans.setKDTree(KDTree k)
Sets the KDTree class.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.