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 ofModelStatsDecisionTree.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 TypeMethodDescriptionvoidDecisionTree.setModelStats(ModelStats value) Sets the value of the modelStats property.voidRegression.setModelStats(ModelStats value) Sets the value of the modelStats property.