Skip to content

Commit

Permalink
Fixed javadoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rscarberry-wa committed Nov 26, 2014
1 parent de55ad2 commit 97e8356
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class SimpleXMeansDemo {
* @param data the data to be clustered.
* @param tupleLength the length of the tuples.
* @param tupleCount the number of tuples.
* @return
* @return a list of clusters.
*/
public static List<Cluster> simpleClusterWithXMeans(double[] data, int tupleLength, int tupleCount) {

Expand Down

0 comments on commit 97e8356

Please sign in to comment.