Uses of Class
adams.data.filter.HeatmapThreshold.MissingValuesHandling
-
Packages that use HeatmapThreshold.MissingValuesHandling Package Description adams.data.filter -
-
Uses of HeatmapThreshold.MissingValuesHandling in adams.data.filter
Fields in adams.data.filter declared as HeatmapThreshold.MissingValuesHandling Modifier and Type Field Description protected HeatmapThreshold.MissingValuesHandling
HeatmapThreshold. m_MissingValuesHandling
how missing values are treated.Methods in adams.data.filter that return HeatmapThreshold.MissingValuesHandling Modifier and Type Method Description HeatmapThreshold.MissingValuesHandling
HeatmapThreshold. getMissingValuesHandling()
Returns how missing values are handled.static HeatmapThreshold.MissingValuesHandling
HeatmapThreshold.MissingValuesHandling. valueOf(String name)
Returns the enum constant of this type with the specified name.static HeatmapThreshold.MissingValuesHandling[]
HeatmapThreshold.MissingValuesHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.filter with parameters of type HeatmapThreshold.MissingValuesHandling Modifier and Type Method Description void
HeatmapThreshold. setMissingValuesHandling(HeatmapThreshold.MissingValuesHandling value)
Sets how missing values are handled.
-