Adding linter. Adding … checks. Moving to tidymodels integration. Adding print method. Adding input correction.
Fixing hard coded sphere argument in sub_dann and graph_eigenvalues. Fixing default values of df methods. xTrain to train. Added “none”” option to sphere argument.
Adding formula functions (_df) and associated tests. Vignettes use df functions, not matrix functions.
Minor optimizations.
One small loop removed for vectorized R code.
Summing a logical vector instead of sub setting and calculating length.
Fixing code coverage to work with github actions.
If the most common class fails to break ties in
distance, sort by Y so that predictions are consistent
in all cases.
Moving from travisCI to github actions.
Ties in distance are broken by most common class.
Updating vignettes.
Moving to RcppArmadillo for performance improvements.
Initial release.