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.LimitTypeActualVsPredictedPlot. m_Limitthe limit type.Methods in adams.flow.sink that return ActualVsPredictedPlot.LimitType Modifier and Type Method Description ActualVsPredictedPlot.LimitTypeActualVsPredictedPlot. getLimit()Returns the limit to impose on the axes.static ActualVsPredictedPlot.LimitTypeActualVsPredictedPlot.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 voidActualVsPredictedPlot. 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.LimitTypeClassifierErrors. m_Limitthe limit type.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return ActualVsPredictedPlot.LimitType Modifier and Type Method Description ActualVsPredictedPlot.LimitTypeClassifierErrors. 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 voidClassifierErrors. setLimit(ActualVsPredictedPlot.LimitType value)Sets the limit to impose on the axes.
-