Uses of Class
com.pervasive.datarush.analytics.stats.Rank.RankMode
-
Packages that use Rank.RankMode Package Description com.pervasive.datarush.analytics.stats Provides various statistics, Data Summarizer, and Data Quality Analyzer. -
-
Uses of Rank.RankMode in com.pervasive.datarush.analytics.stats
Methods in com.pervasive.datarush.analytics.stats that return Rank.RankMode Modifier and Type Method Description Rank.RankModeRank. getMode()Get the mode used for ranking.static Rank.RankModeRank.RankMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Rank.RankMode[]Rank.RankMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.analytics.stats with parameters of type Rank.RankMode Modifier and Type Method Description voidRank. setMode(Rank.RankMode mode)Set the ranking mode.
-