typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@776410 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3352617df1
commit
c6002f4cd1
|
@ -306,7 +306,7 @@ public class NaturalRanking implements RankingAlgorithm {
|
|||
}
|
||||
|
||||
/**
|
||||
* Resolve a sequence of ties, using the cconfigured {@link TiesStrategy}.
|
||||
* Resolve a sequence of ties, using the configured {@link TiesStrategy}.
|
||||
* The input <code>ranks</code> array is expected to take the same value
|
||||
* for all indices in <code>tiesTrace</code>. The common value is recoded
|
||||
* according to the tiesStrategy. For example, if ranks = <5,8,2,6,2,7,1,2>,
|
||||
|
|
Loading…
Reference in New Issue