Package | Description |
---|---|
weka.classifiers.meta |
Modifier and Type | Field and Description |
---|---|
protected GridSearch.PointDouble |
GridSearch.m_Values
the best values
|
protected GridSearch.PointDouble |
GridSearch.Performance.m_Values
the value pair the classifier was built with
|
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 GridSearch.PointDouble |
GridSearch.findBest()
returns the best values-pair in the grid
|
GridSearch.PointDouble |
GridSearch.getValues()
returns the parameter pair that was found to work best
|
GridSearch.PointDouble |
GridSearch.Performance.getValues()
returns the values-pair for this performance
|
GridSearch.PointDouble |
GridSearch.Grid.getValues(int x,
int y)
returns the values at the given point in the grid
|
Modifier and Type | Method and Description |
---|---|
Enumeration<GridSearch.PointDouble> |
GridSearch.Grid.column(int x)
returns an Enumeration over all pairs in the given column
|
Enumeration<GridSearch.PointDouble> |
GridSearch.Grid.row(int y)
returns an Enumeration over all pairs in the given row
|
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.Performance |
GridSearch.PerformanceCache.get(int cv,
GridSearch.PointDouble values)
returns a cached performance object, null if not yet in the cache
|
protected String |
GridSearch.PerformanceCache.getID(int cv,
GridSearch.PointDouble values)
returns the ID string for a cache item
|
GridSearch.PointInt |
GridSearch.Grid.getLocation(GridSearch.PointDouble values)
returns the closest index pair for the given value pair in the grid.
|
boolean |
GridSearch.PerformanceCache.isCached(int cv,
GridSearch.PointDouble values)
checks whether the point was already calculated ones
|
boolean |
GridSearch.Grid.isOnBorder(GridSearch.PointDouble values)
checks whether the given values are on the border of the grid
|
Constructor and Description |
---|
Performance(GridSearch.PointDouble values,
Evaluation evaluation)
initializes the performance container
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.