Data Miner
|
Implementation of the "Linear classifier" classifier.
TLinearClassifier = class(TStatisticClassifier);
The classifier is very similar to the Naive Bayes, with several important differences. It can natively process real valued attributes, it is invariant to the prior probability and works well even, if there is only one learned example per class. Classification accuracy is close to the one of the Naive Bayes.
Copyright (c) 1999-2017 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|