Uses of Class
adams.core.base.BaseDouble
-
Packages that use BaseDouble Package Description adams.core.base adams.flow.transformer -
-
Uses of BaseDouble in adams.core.base
Methods in adams.core.base that return BaseDouble Modifier and Type Method Description static BaseDouble[]
BaseDouble. toBaseDouble(double[] values)
Turns the primitive array into a BaseDouble one.static BaseDouble[]
BaseDouble. toBaseDouble(Double[] values)
Turns the primitive array into a BaseDouble one.Methods in adams.core.base with parameters of type BaseDouble Modifier and Type Method Description static Double[]
BaseDouble. toNumber(BaseDouble[] values)
Turns the BaseDouble array into a number array.static double[]
BaseDouble. toPrimitive(BaseDouble[] values)
Turns the BaseDouble array into a primitive array. -
Uses of BaseDouble in adams.flow.transformer
Fields in adams.flow.transformer declared as BaseDouble Modifier and Type Field Description protected BaseDouble[]
WekaBootstrapping. m_Percentiles
the percentiles to output (0-1).Methods in adams.flow.transformer that return BaseDouble Modifier and Type Method Description BaseDouble[]
WekaBootstrapping. getPercentiles()
Returns the percentiles to calculate for the errors.Methods in adams.flow.transformer with parameters of type BaseDouble Modifier and Type Method Description void
WekaBootstrapping. setPercentiles(BaseDouble[] value)
Sets the percentiles to calculate for the errors.
-