Uses of Class
weka.core.pmml.jaxbbindings.LiftGraph
Packages that use LiftGraph
-
Uses of LiftGraph in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return LiftGraphModifier and TypeMethodDescriptionObjectFactory.createLiftGraph()
Create an instance ofLiftGraph
ModelLiftGraph.getLiftGraph()
Gets the value of the liftGraph property.OptimumLiftGraph.getLiftGraph()
Gets the value of the liftGraph property.RandomLiftGraph.getLiftGraph()
Gets the value of the liftGraph property.Methods in weka.core.pmml.jaxbbindings with parameters of type LiftGraphModifier and TypeMethodDescriptionvoid
ModelLiftGraph.setLiftGraph
(LiftGraph value) Sets the value of the liftGraph property.void
OptimumLiftGraph.setLiftGraph
(LiftGraph value) Sets the value of the liftGraph property.void
RandomLiftGraph.setLiftGraph
(LiftGraph value) Sets the value of the liftGraph property.