|
WSF
|
#include <WsfBayesClassification.hpp>


Public Member Functions | |
| WsfCompoundAttributeMeasure () | |
| ~WsfCompoundAttributeMeasure () override | |
| double | GetEllipticalGate (double aValue, double aChiSqPointMult) override |
| Elliptical distance. | |
| double | GetProbabilityDistribution (double aValue) override |
| Returns the standard BC statistical distance or probability density function (PDF) value, of the given data point given the set's variance and average. | |
| WsfAttributeMeasure * | AddMode () |
| Public Member Functions inherited from WsfAttributeMeasure | |
| WsfAttributeMeasure () | |
| virtual | ~WsfAttributeMeasure ()=default |
| void | SetRange (const AttributePair &aAttributeValuePair) |
| Data range from CSV, data inputs. | |
| void | SetSigma (const AttributePair &aAttributeValuePair) |
| virtual void | AssertValid () |
Protected Attributes | |
| std::vector< WsfAttributeMeasure * > | mMultiModes |
| Protected Attributes inherited from WsfAttributeMeasure | |
| double | mAverage |
| double | mVariance |
Friends | |
| class | WsfBayesClassifier |
Compound refers to multiple spreads for the same cluster, like freq 10-20 &| 60-90
| WsfCompoundAttributeMeasure::WsfCompoundAttributeMeasure | ( | ) |
References mMultiModes, and WsfAttributeMeasure::WsfAttributeMeasure().
|
override |
References mMultiModes.
| WsfAttributeMeasure * WsfCompoundAttributeMeasure::AddMode | ( | ) |
References mMultiModes, and WsfAttributeMeasure::WsfAttributeMeasure().
|
overridevirtual |
Elliptical distance.
A "point" on the perimeter == 1.0. The peak occurs at the centroid, where aValue = mAverage
Reimplemented from WsfAttributeMeasure.
References ed, and mMultiModes.
Referenced by WsfEntityPrototype::GetEllipticalGate().
|
overridevirtual |
Returns the standard BC statistical distance or probability density function (PDF) value, of the given data point given the set's variance and average.
Reimplemented from WsfAttributeMeasure.
References mMultiModes.
Referenced by WsfEntityPrototype::GetProbabilityDistribution().
|
friend |
References WsfBayesClassifier.
Referenced by WsfBayesClassifier.
|
protected |