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.MissingValuesHandlingHeatmapThreshold. m_MissingValuesHandlinghow missing values are treated.Methods in adams.data.filter that return HeatmapThreshold.MissingValuesHandling Modifier and Type Method Description HeatmapThreshold.MissingValuesHandlingHeatmapThreshold. getMissingValuesHandling()Returns how missing values are handled.static HeatmapThreshold.MissingValuesHandlingHeatmapThreshold.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 voidHeatmapThreshold. setMissingValuesHandling(HeatmapThreshold.MissingValuesHandling value)Sets how missing values are handled.
-