Add missing type T javadoc
This commit is contained in:
parent
45abfa45ae
commit
955f56fbe4
|
@ -43,6 +43,7 @@ public interface ClusterEvaluator {
|
|||
* Converts to a {@link ClusterRanking ranking function}
|
||||
* (as required by clustering implementations).
|
||||
*
|
||||
* @param <T> the type of points that can be clustered
|
||||
* @param eval Evaluator function.
|
||||
* @return a ranking function.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue