Uses of Enum
org.apache.commons.statistics.ranking.NaNStrategy
Packages that use NaNStrategy
-
Uses of NaNStrategy in org.apache.commons.statistics.ranking
Fields in org.apache.commons.statistics.ranking declared as NaNStrategyModifier and TypeFieldDescriptionprivate static final NaNStrategy
NaturalRanking.DEFAULT_NAN_STRATEGY
Default NaN strategy.private final NaNStrategy
NaturalRanking.nanStrategy
NaN strategy.Methods in org.apache.commons.statistics.ranking that return NaNStrategyModifier and TypeMethodDescriptionNaturalRanking.getNanStrategy()
Return theNaNStrategy
.static NaNStrategy
Returns the enum constant of this type with the specified name.static NaNStrategy[]
NaNStrategy.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 NaNStrategyModifierConstructorDescriptionNaturalRanking
(NaNStrategy nanStrategy) Creates an instance with the specified @nanStrategy
andTiesStrategy.AVERAGE
.NaturalRanking
(NaNStrategy nanStrategy, IntUnaryOperator randomIntFunction) Creates an instance with the specified @nanStrategy
,TiesStrategy.RANDOM
and the given the source of random index data.NaturalRanking
(NaNStrategy nanStrategy, TiesStrategy tiesStrategy) Creates an instance with the specified @nanStrategy
and the specified @tiesStrategy
.private
NaturalRanking
(NaNStrategy nanStrategy, TiesStrategy tiesStrategy, IntUnaryOperator randomIntFunction)