Uses of Class
org.cyberlab.recognition.local.LocalModel

Packages that use LocalModel
org.cyberlab.activity.local   
org.cyberlab.activity.local.task   
org.cyberlab.db.local   
org.cyberlab.recognition.local   
org.cyberlab.recognition.local.LICOV   
 

Uses of LocalModel in org.cyberlab.activity.local
 

Fields in org.cyberlab.activity.local declared as LocalModel
protected  LocalModel<E> AbstractCreateModelActivity.mModel
           
 

Methods in org.cyberlab.activity.local that return LocalModel
 LocalModel<E> AbstractCreateModelActivity.getModel()
          Retrieves the stored model.
 

Methods in org.cyberlab.activity.local with parameters of type LocalModel
 void AbstractCreateModelActivity.setModel(LocalModel<E> model)
          Stores the model.
 

Uses of LocalModel in org.cyberlab.activity.local.task
 

Fields in org.cyberlab.activity.local.task declared as LocalModel
protected  LocalModel<E> AbstractCreateModelTask.model
           
 

Methods in org.cyberlab.activity.local.task that return LocalModel
protected  LocalModel<LICOVModel> CreateLicovModelTask.doInBackground(Unknown... arg0)
           
 LocalModel<E> AbstractCreateModelTask.getModel()
           
 

Methods in org.cyberlab.activity.local.task with parameters of type LocalModel
protected  java.util.ArrayList<LocalMatch<LICOVMatch>> LicovMatchTask.doInBackground(LocalModel<?>... arg0)
           
protected  void CreateLicovModelTask.onPostExecute(LocalModel<LICOVModel> result)
           
 

Uses of LocalModel in org.cyberlab.db.local
 

Methods in org.cyberlab.db.local with parameters of type LocalModel
 long QuizSQLiteDBAdapter.addModel(LocalModel<?> model)
          Add model to database
 int QuizSQLiteDBAdapter.editModel(long iD, java.lang.String name, LocalModel<?> model)
          Edits the specified model
 

Uses of LocalModel in org.cyberlab.recognition.local
 

Methods in org.cyberlab.recognition.local that return LocalModel
static LocalModel<LICOVModel> LocalRecognitionTools.createLICOVmodel(Unknown obj1, Unknown obj2)
          Explanation on usage: LICOVrecognitionTools.createLICOVmodel(Unknown, Unknown)
static LocalModel<LICOVModel> LocalRecognitionTools.createLICOVmodel(Unknown obj1, Unknown obj2, LICOVcreatorOptions opts)
          Explanation on usage: LICOVrecognitionTools.createModel(Unknown, Unknown, LICOVcreatorOptions)
 

Uses of LocalModel in org.cyberlab.recognition.local.LICOV
 

Subclasses of LocalModel in org.cyberlab.recognition.local.LICOV
 class LICOVModel
          LICOV - LInear COmbination of Views The model consists of a type which is generated by the LocalFeaturesExtractor.