Uses of Enum
org.apache.commons.statistics.ranking.TiesStrategy
Packages that use TiesStrategy
-
Uses of TiesStrategy in org.apache.commons.statistics.ranking
Fields in org.apache.commons.statistics.ranking declared as TiesStrategyModifier and TypeFieldDescriptionprivate static final TiesStrategy
NaturalRanking.DEFAULT_TIES_STRATEGY
Default ties strategy.private final TiesStrategy
NaturalRanking.tiesStrategy
Ties strategy.Methods in org.apache.commons.statistics.ranking that return TiesStrategyModifier and TypeMethodDescriptionNaturalRanking.getTiesStrategy()
Return theTiesStrategy
.static TiesStrategy
Returns 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 @nanStrategy
and the specified @tiesStrategy
.private
NaturalRanking
(NaNStrategy nanStrategy, TiesStrategy tiesStrategy, IntUnaryOperator randomIntFunction) NaturalRanking
(TiesStrategy tiesStrategy) Creates an instance withNaNStrategy.FAILED
and the specified @tiesStrategy
.