Uses of Interface
org.apache.commons.math4.util.PivotingStrategyInterface
-
Packages that use PivotingStrategyInterface Package Description org.apache.commons.math4.stat.descriptive.rank Summary statistics based on ranks.org.apache.commons.math4.util Convenience routines and common data structures used throughout the commons-math library. -
-
Uses of PivotingStrategyInterface in org.apache.commons.math4.stat.descriptive.rank
Methods in org.apache.commons.math4.stat.descriptive.rank that return PivotingStrategyInterface Modifier and Type Method Description PivotingStrategyInterfacePercentile. getPivotingStrategy()Get thePivotingStrategyInterfaceused in KthSelector for computation. -
Uses of PivotingStrategyInterface in org.apache.commons.math4.util
Classes in org.apache.commons.math4.util that implement PivotingStrategyInterface Modifier and Type Class Description classCentralPivotingStrategyA mid point strategy based on the average of begin and end indices.classMedianOf3PivotingStrategyClassic median of 3 strategy given begin and end indices.classRandomPivotingStrategyA strategy of selecting random index between begin and end indices.Methods in org.apache.commons.math4.util that return PivotingStrategyInterface Modifier and Type Method Description PivotingStrategyInterfaceKthSelector. getPivotingStrategy()Get the pivotin strategy.Constructors in org.apache.commons.math4.util with parameters of type PivotingStrategyInterface Constructor Description KthSelector(PivotingStrategyInterface pivotingStrategy)Constructor with specified pivoting strategy
-