Uses of Class
classifier.wekaSVM.SMO

Packages that use SMO
classifier   
 

Uses of SMO in classifier
 

Methods in classifier that return SMO
 SMO WekaSVM.loadModel(java.lang.String fileIn)
          This method loads the SMO java-object from a file.
 

Methods in classifier with parameters of type SMO
 void WekaSVM.saveModel(SMO smo, java.lang.String fileOut)
          This method saves the SMO java-object to a file in the filesystem.