unittestCodebookRandomForestMex.m 351 B

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