Uses of Class
org.dmg.pmml.BoundaryValueMeans
-
Packages that use BoundaryValueMeans Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of BoundaryValueMeans in org.dmg.pmml
Methods in org.dmg.pmml that return BoundaryValueMeans Modifier and Type Method Description BoundaryValueMeansBoundaryValueMeans. addExtensions(Extension... extensions)BoundaryValueMeansObjectFactory. createBoundaryValueMeans()Create an instance ofBoundaryValueMeansBoundaryValueMeansLiftGraph. getBoundaryValueMeans()BoundaryValueMeansBoundaryValueMeans. setArray(Array array)Methods in org.dmg.pmml with parameters of type BoundaryValueMeans Modifier and Type Method Description LiftGraphLiftGraph. setBoundaryValueMeans(BoundaryValueMeans boundaryValueMeans)VisitorActionVisitor. visit(BoundaryValueMeans boundaryValueMeans) -
Uses of BoundaryValueMeans in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type BoundaryValueMeans Modifier and Type Method Description VisitorActionAbstractVisitor. visit(BoundaryValueMeans boundaryValueMeans)
-