Add missing type T javadoc

This commit is contained in:
Alex Herbert 2020-03-18 07:25:08 +00:00
parent 45abfa45ae
commit 955f56fbe4
1 changed files with 1 additions and 0 deletions

View File

@ -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.
*/