Uses of Class
weka.classifiers.meta.multisearch.Performance

Packages that use Performance
adams.flow.transformer   
weka.classifiers.meta   
weka.classifiers.meta.multisearch   
 

Uses of Performance in adams.flow.transformer
 

Fields in adams.flow.transformer declared as Performance
protected  Performance WekaClassifierRanker.RankingJob.m_Performance
          the performance.
 

Methods in adams.flow.transformer that return Performance
 Performance WekaClassifierRanker.RankingJob.getPerformance()
          The generated performance.
 

Uses of Performance in weka.classifiers.meta
 

Fields in weka.classifiers.meta with type parameters of type Performance
protected  Vector<Performance> MultiSearch.m_Performances
          for storing the performances.
 

Methods in weka.classifiers.meta with parameters of type Performance
protected  void MultiSearch.addPerformance(Performance performance, int folds)
          Adds the performance to the cache and the current list of performances.
 

Method parameters in weka.classifiers.meta with type arguments of type Performance
protected  void MultiSearch.logPerformances(Space space, Vector<Performance> performances)
          aligns all performances in the space and prints those tables to the log file.
protected  String MultiSearch.logPerformances(Space space, Vector<Performance> performances, weka.core.Tag type)
          generates a table string for all the performances in the space and returns that.
 

Uses of Performance in weka.classifiers.meta.multisearch
 

Fields in weka.classifiers.meta.multisearch with type parameters of type Performance
protected  Hashtable<String,Performance> PerformanceCache.m_Cache
          the cache for points in the space that got calculated.
 

Methods in weka.classifiers.meta.multisearch that return Performance
 Performance PerformanceCache.get(int cv, Point<Object> values)
          returns a cached performance object, null if not yet in the cache.
 

Methods in weka.classifiers.meta.multisearch with parameters of type Performance
 void PerformanceCache.add(int cv, Performance p)
          adds the performance to the cache.
 int PerformanceComparator.compare(Performance o1, Performance o2)
          Compares its two arguments for order.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.