Uses of Class
weka.core.pmml.jaxbbindings.Targets
Packages that use Targets
-
Uses of Targets in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return TargetsModifier and TypeMethodDescriptionObjectFactory.createTargets()
Create an instance ofTargets
DecisionTree.getTargets()
Gets the value of the targets property.Regression.getTargets()
Gets the value of the targets property.Methods in weka.core.pmml.jaxbbindings with parameters of type TargetsModifier and TypeMethodDescriptionvoid
DecisionTree.setTargets
(Targets value) Sets the value of the targets property.void
Regression.setTargets
(Targets value) Sets the value of the targets property.