Package | Description |
---|---|
weka.classifiers.meta |
Modifier and Type | Field and Description |
---|---|
protected GridSearch.Grid |
GridSearch.m_Grid
the value-pairs grid
|
protected GridSearch.Grid |
GridSearch.PerformanceTable.m_Grid
the corresponding grid
|
Modifier and Type | Method and Description |
---|---|
GridSearch.Grid |
GridSearch.Grid.extend(GridSearch.PointDouble values)
returns an extended grid that encompasses the given point (won't be on
the border of the grid).
|
GridSearch.Grid |
GridSearch.PerformanceTable.getGrid()
returns the corresponding grid
|
GridSearch.Grid |
GridSearch.Grid.subgrid(int top,
int left,
int bottom,
int right)
returns a subgrid with the same step sizes, but different borders
|
Modifier and Type | Method and Description |
---|---|
protected GridSearch.PointDouble |
GridSearch.determineBestInGrid(GridSearch.Grid grid,
Instances inst,
int cv)
determines the best values-pair for the given grid, using CV with
specified number of folds.
|
protected void |
GridSearch.logPerformances(GridSearch.Grid grid,
Vector performances)
aligns all performances in the grid and prints those tables to the log
file.
|
protected String |
GridSearch.logPerformances(GridSearch.Grid grid,
Vector<GridSearch.Performance> performances,
Tag type)
generates a table string for all the performances in the grid and returns
that.
|
Constructor and Description |
---|
PerformanceTable(GridSearch.Grid grid,
Vector<GridSearch.Performance> performances,
int type)
initializes the table
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.