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 ofBoundaryValues
LiftGraph.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 TypeMethodDescriptionvoid
LiftGraph.setBoundaryValues
(BoundaryValues value) Sets the value of the boundaryValues property.void
ROCGraph.setBoundaryValues
(BoundaryValues value) Sets the value of the boundaryValues property.