gnu-octave / statistics

The Statistics package for GNU Octave
GNU General Public License v3.0
24 stars 22 forks source link

Various Methods of ClassificationKNN and a new classdef ClassificationPartitionedModel #149

Closed ruchikasonagote closed 1 month ago

ruchikasonagote commented 1 month ago

This pull request introduces the implementation of crossval, loss, margin, and partialDependence methods inside the classificationKNN classdef. Also, a new classdef, ClassificationPartitionedModel, and a kfoldPredict method have been introduced.