Uses of Class
adams.opt.genetic.OutputType
-
Packages that use OutputType Package Description adams.opt.genetic -
-
Uses of OutputType in adams.opt.genetic
Fields in adams.opt.genetic declared as OutputType Modifier and Type Field Description protected OutputTypeAbstractClassifierBasedGeneticAlgorithm. m_OutputTypethe type of output to generate.Methods in adams.opt.genetic that return OutputType Modifier and Type Method Description protected abstract OutputTypeAbstractClassifierBasedGeneticAlgorithm. getDefaultOutputType()Returns the default output type to use.protected OutputTypeDarkLord. getDefaultOutputType()Returns the default output type to use.protected OutputTypeHermione. getDefaultOutputType()Returns the default output type to use.OutputTypeAbstractClassifierBasedGeneticAlgorithm. getOutputType()Returns the type of output to generate.static OutputTypeOutputType. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputType[]OutputType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.opt.genetic with parameters of type OutputType Modifier and Type Method Description voidAbstractClassifierBasedGeneticAlgorithm. setOutputType(OutputType value)Sets the type of output to generate.
-