diff --git a/modules/Algorithms/GMM.pm b/modules/Algorithms/GMM.pm index 1069899..7a59d01 100644 --- a/modules/Algorithms/GMM.pm +++ b/modules/Algorithms/GMM.pm @@ -159,9 +159,9 @@ sub initialize { =head2 cluster_means - Arg: (optional) Algorithms::Matrix with one row + Arg: (optional) Algorithms::Matrix with one row per cluster Description: Gets/sets mean of each cluster - Returntype: Algorithms::Matrix (with one row) + Returntype: Algorithms::Matrix (with one row per cluster) =cut