Uses of Class
weka.core.pmml.jaxbbindings.ModelStats
Packages that use ModelStats
-
Uses of ModelStats in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return ModelStatsModifier and TypeMethodDescriptionObjectFactory.createModelStats()
Create an instance ofModelStats
DecisionTree.getModelStats()
Gets the value of the modelStats property.Regression.getModelStats()
Gets the value of the modelStats property.Methods in weka.core.pmml.jaxbbindings with parameters of type ModelStatsModifier and TypeMethodDescriptionvoid
DecisionTree.setModelStats
(ModelStats value) Sets the value of the modelStats property.void
Regression.setModelStats
(ModelStats value) Sets the value of the modelStats property.