Classifier Unit
Components Classes Types Routines
Contains classification components.

Components
TKNearestNeighbors Implementation of the K-NN (K Nearest Neighbors) classification algorithm.
TLinearClassifier Implementation of the "Linear classifier" classifier.
TNaiveBayes Implementation of the "Naive Bayes" classification algorithm.

Classes
TBClassesList Holds a list of classes for Naive Bayes classification algorithm.
TBClassesListItem Classification class definition for the Naive Bayes classification algorithm.
TClassesList The abstract object holds a list of known classification classes.
TClassesListItem Abstract class for items of a list of clasification classes.
TClassifier Abstract class for encapsulation of different classification algorithms.
TLClassesList Holds a list of classes for the Linear Classifier classification algorithm.
TLClassesListItem Classification class for the "Linear classifier" classification algorithm.
TStatisticClassifier Abstract classifier class for statistical classifiers.

Types
PAPointer 
PKRecord Pointer to the TKRecord type.
TDiscreteRecord Record type used to store parameteres learned for discrete attributes.
TDiscreteRecordArray 
TDistanceModel Distance model used by the K-NN algorithm.
TExampleRecord Record type used by K-NN (K Nearest Neighbors) classification algorithm to store the entire learn database in memory.
TFloatRecord Record type used to store parameteres learned for continuous attributes.
TFloatRecordArray 
TIndexNextRecord Event type used by TClassifier.
TIndexRecord Used by the TClassifier to estimate the quality of the attributes Used by the TClassifier to estimate the quality of the attributes.
TKFloatSpan Record type used by K-NN (K Nearest Neighbors) classification algorithm to store the information about the range of real valued attributes.
TKNNParams Record type used by K-NN (K Nearest Neighbors) classification algorithm to control the use of attributes.
TKRecord Record type used by K-NN (K Nearest Neighbors) classification algorithm to store the nearest neighbors.
TNameNextRecord Event type used by TClassifier.
TOnClassifyTest Event type used to determine classification accuracy.
TPopBookmark Event type used to get bookmark position.
TPushBookmark Event type used to save bookmark position.

Routines
Mean Compute average of the a array.
StdDev Compute standard deviation.


Help for MtxVec v2.1. (c) 2006 Dew Research.
http://www.dewresearch.com