Pick Time Series Filter Ranking Method
enum PickTimeSeriesFilterRankingMethod : Enum<PickTimeSeriesFilterRankingMethod> , ConvertibleToJava<PickTimeSeriesFilterRankingMethod>
ranking_method is applied to each time series independently to produce the value which will be used to compare the time series to other time series.
Entries
Link copied to clipboard
Not allowed. You must specify a different Method if you specify a PickTimeSeriesFilter.
Link copied to clipboard
Select the mean of all values.
Link copied to clipboard
Select the most recent value.
Types
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.