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