|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Centroid | |
---|---|
it.unibz.algorithms | |
it.unibz.algorithms.types |
Uses of Centroid in it.unibz.algorithms |
---|
Methods in it.unibz.algorithms that return Centroid | |
---|---|
private Centroid |
KMeans.generateCentroid(int currentpos)
Method generates the first centroids used to perform initial steps |
Uses of Centroid in it.unibz.algorithms.types |
---|
Fields in it.unibz.algorithms.types declared as Centroid | |
---|---|
private Centroid |
Cluster.centroid
|
Methods in it.unibz.algorithms.types that return Centroid | |
---|---|
Centroid |
Cluster.getCentroid()
This method returns the centroid object |
Methods in it.unibz.algorithms.types with parameters of type Centroid | |
---|---|
void |
Cluster.setCentroid(Centroid c)
This method sets the value of the centroid object |
double |
Instance.testEuclideanDistance(Centroid c)
This method is in charge of cheching the validity of the euclidean distance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |