Uses of Class
weka.core.setupgenerator.Space

Packages that use Space
weka.classifiers.meta   
weka.core   
weka.core.setupgenerator   
 

Uses of Space in weka.classifiers.meta
 

Fields in weka.classifiers.meta declared as Space
protected  Space MultiSearch.m_Space
          the parameter space.
 

Methods in weka.classifiers.meta with parameters of type Space
protected  Point<Object> MultiSearch.determineBestInSpace(Space space, weka.core.Instances inst, int folds)
          determines the best point for the given space, using CV with specified number of folds.
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 Space in weka.core
 

Fields in weka.core declared as Space
protected  Space SetupGenerator.m_Space
          the parameter space to use for obtaining the setups from.
 

Methods in weka.core that return Space
 Space SetupGenerator.getSpace()
          Returns the space currently in use.
 

Methods in weka.core with parameters of type Space
 void SetupGenerator.setSpace(Space value)
          Updates the space to use for the setup generation.
 

Uses of Space in weka.core.setupgenerator
 

Methods in weka.core.setupgenerator that return Space
 Space Space.subspace(Point<Integer> center)
          Returns a subspace around the given point, with just one more neighbor left and right on each dimension.
 



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