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 ArrayStatisticDataTypeArrayHistogramRanges. m_DataTypethe type of data to get from the double matrix (rows or columns).protected ArrayStatisticDataTypeArrayStatistic. m_DataTypethe 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 ArrayStatisticDataTypeArrayHistogramRanges. getDataType()Returns what type of data to retrieve from the Instances object.ArrayStatisticDataTypeArrayStatistic. getDataType()Returns what type of data to retrieve from the Instances object.static ArrayStatisticDataTypeArrayStatisticDataType. 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 voidArrayHistogramRanges. setDataType(ArrayStatisticDataType value)Sets what type of data to retrieve from the Instances object.voidArrayStatistic. setDataType(ArrayStatisticDataType value)Sets what type of data to retrieve from the Instances object.
-