Package netkit.classifiers.nonrelational

Class Summary
ClassPrior This classifier is static and always returns the class marginals.
ExternalPrior This classifier reads in estimates from a user-specified file.
LocalMetaClassifier Abstract class for combining multiple classifiers.
LocalWeka Weka wrapper that uses a specified weka classifier to do its predictions.
MetaMultiplicative a classifier that multiplies the predictions of one or more classifiers and returns a normalized distribution as its own estimate.
NullPrior Predict nothing.
UniformPrior Dummy classifier that always predicts that all classes were equally likely.