Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Code for testing supervised classification algorithms

There are three different functions for testing the algorithms, one for each type of algorithm:

  • 2D CNNs (testImageMethod)
  • 1D CNNs (testRowDataMethod)
  • all classifiers that use features (testRowFeatureMethod)