Skip to content

Commit

Permalink
Add hierarchical to the class javadoc of the classification class
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Jul 18, 2024
1 parent fb02323 commit 8287d82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* A class that encapsulates the result of a hierarchical clustering algorithm.<br>
* It contains:
* <ul>
* <li>the root {@link Cluster} object, from which the results of the algorithm can be accessed</li>
* <li>the root {@link Cluster} object, from which the results of the algorithm can be accessed. Clusters are hierarchically organized.</li>
* <li>a {@link List} of {@link ObjectClassification} objects, where each objects contains:
* <ul>
* <li>a {@link Cluster} object, which represents the classified objects in the dendrogram</li>
Expand Down

0 comments on commit 8287d82

Please sign in to comment.