Uses of Class
weka.core.pmml.jaxbbindings.ConfusionMatrix
Packages that use ConfusionMatrix
-
Uses of ConfusionMatrix in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return ConfusionMatrixModifier and TypeMethodDescriptionObjectFactory.createConfusionMatrix()
Create an instance ofConfusionMatrix
PredictiveModelQuality.getConfusionMatrix()
Gets the value of the confusionMatrix property.Methods in weka.core.pmml.jaxbbindings with parameters of type ConfusionMatrixModifier and TypeMethodDescriptionvoid
PredictiveModelQuality.setConfusionMatrix
(ConfusionMatrix value) Sets the value of the confusionMatrix property.