Uses of Enum
org.apache.commons.statistics.ranking.TiesStrategy
Packages that use TiesStrategy
-
Uses of TiesStrategy in org.apache.commons.statistics.ranking
Subclasses with type arguments of type TiesStrategy in org.apache.commons.statistics.rankingModifier and TypeClassDescriptionenumStrategies for handling tied values in rank transformations.Fields in org.apache.commons.statistics.ranking declared as TiesStrategyModifier and TypeFieldDescriptionprivate static final TiesStrategyNaturalRanking.DEFAULT_TIES_STRATEGYDefault ties strategy.private final TiesStrategyNaturalRanking.tiesStrategyTies strategy.Methods in org.apache.commons.statistics.ranking that return TiesStrategyModifier and TypeMethodDescriptionNaturalRanking.getTiesStrategy()Return theTiesStrategy.static TiesStrategyReturns the enum constant of this type with the specified name.static TiesStrategy[]TiesStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.statistics.ranking with parameters of type TiesStrategyModifierConstructorDescriptionNaturalRanking(NaNStrategy nanStrategy, TiesStrategy tiesStrategy) Creates an instance with the specified @nanStrategyand the specified @tiesStrategy.privateNaturalRanking(NaNStrategy nanStrategy, TiesStrategy tiesStrategy, IntUnaryOperator randomIntFunction) NaturalRanking(TiesStrategy tiesStrategy) Creates an instance withNaNStrategy.FAILEDand the specified @tiesStrategy.