| Package | Description |
|---|---|
| cs2.introml |
| Modifier and Type | Class and Description |
|---|---|
class |
EuclideanDistanceSquared
Implements the squared euclidean distance
between examples.
|
| Constructor and Description |
|---|
NearestNeighborClassifier(DistanceFunction df,
long rngSeed)
Initializes using a distance function and a seed
for a random number generator (used for ties).
|