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 WekaInstancesStatisticDataTypeWekaInstancesHistogramRanges. m_DataTypethe type of data to get from the Instances object (rows or columns).protected WekaInstancesStatisticDataTypeWekaInstancesStatistic. m_DataTypethe 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 WekaInstancesStatisticDataTypeWekaInstancesHistogramRanges. getDataType()Returns what type of data to retrieve from the Instances object.WekaInstancesStatisticDataTypeWekaInstancesStatistic. getDataType()Returns what type of data to retrieve from the Instances object.static WekaInstancesStatisticDataTypeWekaInstancesStatisticDataType. 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 voidWekaInstancesHistogramRanges. setDataType(WekaInstancesStatisticDataType value)Sets what type of data to retrieve from the Instances object.voidWekaInstancesStatistic. setDataType(WekaInstancesStatisticDataType value)Sets what type of data to retrieve from the Instances object.
-