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 OutputType
AbstractClassifierBasedGeneticAlgorithm. m_OutputType
the type of output to generate.Methods in adams.opt.genetic that return OutputType Modifier and Type Method Description protected abstract OutputType
AbstractClassifierBasedGeneticAlgorithm. getDefaultOutputType()
Returns the default output type to use.protected OutputType
DarkLord. getDefaultOutputType()
Returns the default output type to use.protected OutputType
Hermione. getDefaultOutputType()
Returns the default output type to use.OutputType
AbstractClassifierBasedGeneticAlgorithm. getOutputType()
Returns the type of output to generate.static OutputType
OutputType. 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 void
AbstractClassifierBasedGeneticAlgorithm. setOutputType(OutputType value)
Sets the type of output to generate.
-