See: Description
Interface | Description |
---|---|
ClassificationScheme.Classifier |
Resolves the class of a query record from
a set of neighbors.
|
NearnessMeasure.Measurer |
A calculator of "nearness".
|
Class | Description |
---|---|
ClassificationScheme |
Determines how to classify a query record based on
its nearest neighbors.
|
ClassificationScheme.Distance |
Representation of the distance between two points.
|
KNNClassifier |
Applies the K-nearest neighbor algorithm to classify input data against an
already classified set of example data.
|
NearnessMeasure |
Determines how to measure how near an example and query record are
to each other.
|
VotingClassification |
Copyright © 2020 Actian Corporation. All rights reserved.