Skip to content

Commit

Permalink
Fixed typos in Centroid Driver explanation text
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBerdik committed Dec 22, 2020
1 parent 7117c91 commit a978d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/jgaap/classifiers/CentroidDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public String displayName() {

@Override
public String tooltipText() {
return "Computes one centroid per Author.\n"
+ "Centroids are the average relitive frequency of events over all docuents provided.\n"
return "Computes one centroid per author.\n"
+ "Centroids are the average relative frequency of events over all documents provided.\n"
+ "i=1 to n \u03A3frequencyIn_i(event)/n";
}

Expand Down

0 comments on commit a978d0a

Please sign in to comment.