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.ErrorCalculationWekaBootstrapping. m_ErrorCalculationthe error calculation.Methods in adams.flow.transformer that return WekaBootstrapping.ErrorCalculation Modifier and Type Method Description WekaBootstrapping.ErrorCalculationWekaBootstrapping. getErrorCalculation()Returns how to calculate the errors for the percentiles.static WekaBootstrapping.ErrorCalculationWekaBootstrapping.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 voidWekaBootstrapping. setErrorCalculation(WekaBootstrapping.ErrorCalculation value)Sets how to calculate the errors for the percentiles.
-