Skip to content

Commit

Permalink
stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhare committed Nov 21, 2017
1 parent 18814f4 commit 19752e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
*
* @author Jonathon Hare ([email protected])
*/
@Demonstration(title = "K-Nearest-Neighbour Classification Demo for Tomatoe ripeness")
@Demonstration(title = "K-Nearest-Neighbour Classification Demo for Tomato ripeness")
public class TomatoKNNClassifierDemo implements Slide, ActionListener, VideoDisplayListener<MBFImage>, ChangeListener {
private static final int CIRCLE_THICKNESS = 4;
private static final int CIRCLE_SIZE = 15;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
*
* @author Jonathon Hare ([email protected])
*/
@Demonstration(title = "Perceptron Linear Classification Demo for Tomatoe Ripeness")
@Demonstration(title = "Perceptron Linear Classification Demo for Tomato Ripeness")
public class TomatoLinearClassifierDemo implements Slide, ActionListener, VideoDisplayListener<MBFImage> {
/**
* A really simple perceptron
Expand Down

0 comments on commit 19752e9

Please sign in to comment.