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