Uses of Class
adams.opt.genetic.OutputPrefixType
-
Packages that use OutputPrefixType Package Description adams.opt.genetic -
-
Uses of OutputPrefixType in adams.opt.genetic
Fields in adams.opt.genetic declared as OutputPrefixType Modifier and Type Field Description protected OutputPrefixType
AbstractClassifierBasedGeneticAlgorithm. m_OutputPrefixType
the type of prefix to use for the output.Methods in adams.opt.genetic that return OutputPrefixType Modifier and Type Method Description OutputPrefixType
AbstractClassifierBasedGeneticAlgorithm. getOutputPrefixType()
Returns the type of prefix to use for the output.static OutputPrefixType
OutputPrefixType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutputPrefixType[]
OutputPrefixType. 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 OutputPrefixType Modifier and Type Method Description void
AbstractClassifierBasedGeneticAlgorithm. setOutputPrefixType(OutputPrefixType value)
Sets the type of prefix to use for the output.
-