Skip to content

Commit

Permalink
various updates and bug fixes in kNN functions
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0m1th3as committed Dec 28, 2023
1 parent f215f7b commit d692b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/@ClassificationKNN/ClassificationKNN.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
## k-Nearest Neighbor classification model. It is recommended to use the
## @code{fitcknn} function to create a @qcode{ClassificationKNN} class object.
##
## @code{@var{obj} = ClassificationKNN (@var{X}, @var{Y})} returns an empty object
## of class ClassificationKNN with empty properties.
## @code{@var{obj} = ClassificationKNN (@var{X}, @var{Y})} returns an empty
## object of class ClassificationKNN with empty properties.
##
## @code{@var{obj} = ClassificationKNN (@var{X}, @var{Y})} returns an object
## of class ClassificationKNN, with @var{X} as predictor data and @var{Y}
Expand Down

0 comments on commit d692b14

Please sign in to comment.