Uses of Class
weka.core.pmml.jaxbbindings.BoundaryValues
Packages that use BoundaryValues
-
Uses of BoundaryValues in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return BoundaryValuesModifier and TypeMethodDescriptionObjectFactory.createBoundaryValues()Create an instance ofBoundaryValuesLiftGraph.getBoundaryValues()Gets the value of the boundaryValues property.ROCGraph.getBoundaryValues()Gets the value of the boundaryValues property.Methods in weka.core.pmml.jaxbbindings with parameters of type BoundaryValuesModifier and TypeMethodDescriptionvoidLiftGraph.setBoundaryValues(BoundaryValues value) Sets the value of the boundaryValues property.voidROCGraph.setBoundaryValues(BoundaryValues value) Sets the value of the boundaryValues property.