12345678910111213 |
- % brief: Unit testing of the NICE::MatlabConversion functions
- % author: Johannes Ruehle
- % date: 11-04-2014 (dd-mm-yyyy)
- %% test Creation of OBJREC::Examples class from sample matrix and label data
- %try
- hClassifier = CodebookRandomForestMex('new');
- CodebookRandomForestMex('delete', hClassifier);
- %catch ecpn
- % disp( ecpn );
- %end
|