Uses of Class
adams.flow.sink.ActualVsPredictedPlot.LimitType
-
Packages that use ActualVsPredictedPlot.LimitType Package Description adams.flow.sink adams.gui.tools.wekainvestigator.tab.classifytab.output -
-
Uses of ActualVsPredictedPlot.LimitType in adams.flow.sink
Fields in adams.flow.sink declared as ActualVsPredictedPlot.LimitType Modifier and Type Field Description protected ActualVsPredictedPlot.LimitType
ActualVsPredictedPlot. m_Limit
the limit type.Methods in adams.flow.sink that return ActualVsPredictedPlot.LimitType Modifier and Type Method Description ActualVsPredictedPlot.LimitType
ActualVsPredictedPlot. getLimit()
Returns the limit to impose on the axes.static ActualVsPredictedPlot.LimitType
ActualVsPredictedPlot.LimitType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActualVsPredictedPlot.LimitType[]
ActualVsPredictedPlot.LimitType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.sink with parameters of type ActualVsPredictedPlot.LimitType Modifier and Type Method Description void
ActualVsPredictedPlot. setLimit(ActualVsPredictedPlot.LimitType value)
Sets the limit to impose on the axes. -
Uses of ActualVsPredictedPlot.LimitType in adams.gui.tools.wekainvestigator.tab.classifytab.output
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output declared as ActualVsPredictedPlot.LimitType Modifier and Type Field Description protected ActualVsPredictedPlot.LimitType
ClassifierErrors. m_Limit
the limit type.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return ActualVsPredictedPlot.LimitType Modifier and Type Method Description ActualVsPredictedPlot.LimitType
ClassifierErrors. getLimit()
Returns the limit to impose on the axes.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type ActualVsPredictedPlot.LimitType Modifier and Type Method Description void
ClassifierErrors. setLimit(ActualVsPredictedPlot.LimitType value)
Sets the limit to impose on the axes.
-