Uses of Class
org.dmg.pmml.RandomLiftGraph
-
Packages that use RandomLiftGraph Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of RandomLiftGraph in org.dmg.pmml
Methods in org.dmg.pmml that return RandomLiftGraph Modifier and Type Method Description RandomLiftGraphRandomLiftGraph. addExtensions(Extension... extensions)RandomLiftGraphObjectFactory. createRandomLiftGraph()Create an instance ofRandomLiftGraphRandomLiftGraphLiftData. getRandomLiftGraph()RandomLiftGraphRandomLiftGraph. setLiftGraph(LiftGraph liftGraph)Methods in org.dmg.pmml with parameters of type RandomLiftGraph Modifier and Type Method Description LiftDataLiftData. setRandomLiftGraph(RandomLiftGraph randomLiftGraph)VisitorActionVisitor. visit(RandomLiftGraph randomLiftGraph) -
Uses of RandomLiftGraph in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type RandomLiftGraph Modifier and Type Method Description VisitorActionAbstractVisitor. visit(RandomLiftGraph randomLiftGraph)
-