Skip to content

Commit

Permalink
Fixed POD in GMM.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
jkh1 committed Feb 12, 2016
1 parent a89986a commit 6f028bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Algorithms/GMM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6f028bc

Please sign in to comment.