Skip to content

WIP:Mock classifier data classifier

Reed Essick requested to merge MockClassifierDataClassifier into master

This adds a new classifier that works specifically with our synthetic feature streams (MockClassifierData). By parsing the data generation scheme contained within a MockClassifierData, it is able to construct the likelihood ratio ~exactly (via numeric marginalization over latent features) and therefore should produce optimal performance.

This has not been tested, thus the WIP label.

Merge request reports