Uses of Class
adams.flow.transformer.WekaBootstrapping.ErrorCalculation
-
Packages that use WekaBootstrapping.ErrorCalculation Package Description adams.flow.transformer -
-
Uses of WekaBootstrapping.ErrorCalculation in adams.flow.transformer
Fields in adams.flow.transformer declared as WekaBootstrapping.ErrorCalculation Modifier and Type Field Description protected WekaBootstrapping.ErrorCalculation
WekaBootstrapping. m_ErrorCalculation
the error calculation.Methods in adams.flow.transformer that return WekaBootstrapping.ErrorCalculation Modifier and Type Method Description WekaBootstrapping.ErrorCalculation
WekaBootstrapping. getErrorCalculation()
Returns how to calculate the errors for the percentiles.static WekaBootstrapping.ErrorCalculation
WekaBootstrapping.ErrorCalculation. valueOf(String name)
Returns the enum constant of this type with the specified name.static WekaBootstrapping.ErrorCalculation[]
WekaBootstrapping.ErrorCalculation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type WekaBootstrapping.ErrorCalculation Modifier and Type Method Description void
WekaBootstrapping. setErrorCalculation(WekaBootstrapping.ErrorCalculation value)
Sets how to calculate the errors for the percentiles.
-