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 NaNStrategyNaturalRanking.DEFAULT_NAN_STRATEGYDefault NaN strategy.private final NaNStrategyNaturalRanking.nanStrategyNaN strategy.Methods in org.apache.commons.statistics.ranking that return NaNStrategyModifier and TypeMethodDescriptionNaturalRanking.getNanStrategy()Return theNaNStrategy.static NaNStrategyReturns 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 @nanStrategyandTiesStrategy.AVERAGE.NaturalRanking(NaNStrategy nanStrategy, IntUnaryOperator randomIntFunction) Creates an instance with the specified @nanStrategy,TiesStrategy.RANDOMand the given the source of random index data.NaturalRanking(NaNStrategy nanStrategy, TiesStrategy tiesStrategy) Creates an instance with the specified @nanStrategyand the specified @tiesStrategy.privateNaturalRanking(NaNStrategy nanStrategy, TiesStrategy tiesStrategy, IntUnaryOperator randomIntFunction)