Skip to content

Commit

Permalink
fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0m1th3as committed Jan 28, 2024
1 parent 2e160f3 commit 9b80f8e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion inst/Clustering/CalinskiHarabaszEvaluation.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
##
## The best solution according to the Calinski-Harabasz criterion is the one
## that scores the highest value.
## @end deftypefn
##
## @seealso{evalclusters, ClusterCriterion, DaviesBouldinEvaluation,
## GapEvaluation, SilhouetteEvaluation}
## @end deftypefn

properties (GetAccess = public, SetAccess = private)

Expand Down
2 changes: 1 addition & 1 deletion inst/Clustering/ClusterCriterion.m
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
## clusters.
##
## @end table
## @end deftypefn
##
## @seealso{evalclusters, CalinskiHarabaszEvaluation, DaviesBouldinEvaluation,
## GapEvaluation, SilhouetteEvaluation}
## @end deftypefn

properties (Access = public)
## public properties
Expand Down
2 changes: 1 addition & 1 deletion inst/Clustering/DaviesBouldinEvaluation.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
##
## The best solution according to the Davies-Bouldin criterion is the one
## that scores the lowest value.
## @end deftypefn
##
## @seealso{evalclusters, ClusterCriterion, CalinskiHarabaszEvaluation,
## GapEvaluation, SilhouetteEvaluation}
## @end deftypefn

properties (GetAccess = public, SetAccess = private)

Expand Down
2 changes: 1 addition & 1 deletion inst/Clustering/GapEvaluation.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
## max gap value; when the search method is @code{firstMaxSE}, the chosen
## gap value is the first one which is inside a standard error from the next
## gap value.
## @end deftypefn
##
## @seealso{evalclusters, ClusterCriterion, CalinskiHarabaszEvaluation,
## DaviesBouldinEvaluation, SilhouetteEvaluation}
## @end deftypefn

properties (GetAccess = public, SetAccess = private)
B = 0; # number of reference datasets
Expand Down
2 changes: 1 addition & 1 deletion inst/Clustering/SilhouetteEvaluation.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
##
## The best solution according to the silhouette criterion is the one
## that scores the highest average silhouette value.
## @end deftypefn
##
## @seealso{evalclusters, ClusterCriterion, CalinskiHarabaszEvaluation,
## DaviesBouldinEvaluation, GapEvaluation}
## @end deftypefn

properties (GetAccess = public, SetAccess = private)
Distance = ""; # pdist parameter
Expand Down

0 comments on commit 9b80f8e

Please sign in to comment.