Uses of Class
weka.core.pmml.jaxbbindings.ModelStats
-
Uses of ModelStats in weka.core.pmml.jaxbbindings
Modifier 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.Modifier 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.