-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ClassificationSVM classdef (#153)
* Add files via upload * added fitcsvm.m * Added ClassificationSVM.m * Fixed docstring in fitcknn * Fixed docstring in RegressionGAM.m * Add files via upload * Add files via upload * Update svm.h * Update svm.cpp * Updated fitcsvm texinfo * Updated texinfo * Updated texinfo and added input validation tests * Updated texinfo * Added BISTs for the input validation tests * Add files via upload * Add files via upload * Bug fixes * Add files via upload * Add files via upload * Bug fixes for the constructor * Add files via upload * Added predict method Input validation Tests Built in self tests * Add files via upload * Bug fixes * Add files via upload * Updated margin method, added demo 1. Added input validation tests (and corresponding BISTs), texinfo, to margin method. 2. Added demo to the classdef ClassificationSVM * Add files via upload * Add files via upload * Add files via upload * Added loss method input validation tests and texinfo * Updated loss method Added texinfo; Now completely functional loss method. * Added resubpredict method to ClassificationSVM * Added resubLoss method to ClassificationSVM * Added resubMargin method to ClassificationSVM * Added crossval method to ClassificationSVM * Added test to Crossval method * reverted the commit * Added test to crossval method of ClassificationSVM * Added demos to ClassificationSVM * Delete inst/ClassificationSVM.m * Added demos to ClassificationSVM * Add files via upload * Fixed coding style and fixed printf bug I don't know how but the printf problem disappeared after fixing coding style * Fixed coding style * Add files via upload * Removed evalc * Added support of SVM objects to PartitionedModel in crossval method. * Add files via upload * Add files via upload * Add files via upload * Updated demos * Added tests and improved readability * Added tests and improved readability * Improved readability. * improved readability * Add files via upload * Add files via upload * added tests * Added tests * Delete ClassificationSVM.m * Added tests * Add files via upload * Add files via upload * Removed resubmargin method * Add files via upload * Added tests * Delete inst/Classification/ClassificationNeuralNetwork.m * Delete inst/fitcnet.m
- Loading branch information
Showing
4 changed files
with
2,213 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.