Uses of Class
adams.flow.transformer.ArrayStatisticDataType
-
Packages that use ArrayStatisticDataType Package Description adams.flow.transformer -
-
Uses of ArrayStatisticDataType in adams.flow.transformer
Fields in adams.flow.transformer declared as ArrayStatisticDataType Modifier and Type Field Description protected ArrayStatisticDataType
ArrayHistogramRanges. m_DataType
the type of data to get from the double matrix (rows or columns).protected ArrayStatisticDataType
ArrayStatistic. m_DataType
the type of data to get from the double matrix (rows or columns).Methods in adams.flow.transformer that return ArrayStatisticDataType Modifier and Type Method Description ArrayStatisticDataType
ArrayHistogramRanges. getDataType()
Returns what type of data to retrieve from the Instances object.ArrayStatisticDataType
ArrayStatistic. getDataType()
Returns what type of data to retrieve from the Instances object.static ArrayStatisticDataType
ArrayStatisticDataType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArrayStatisticDataType[]
ArrayStatisticDataType. 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 ArrayStatisticDataType Modifier and Type Method Description void
ArrayHistogramRanges. setDataType(ArrayStatisticDataType value)
Sets what type of data to retrieve from the Instances object.void
ArrayStatistic. setDataType(ArrayStatisticDataType value)
Sets what type of data to retrieve from the Instances object.
-