| Package | Description |
|---|---|
| weka.classifiers.meta | |
| weka.classifiers.meta.multisearch | |
| weka.core | |
| weka.core.setupgenerator |
| Modifier and Type | Method and Description |
|---|---|
Point<Object> |
MultiSearch.getBestCoordinates()
returns the points that were found to work best.
|
Point<Object> |
MultiSearch.getBestValues()
returns the parameter values that were found to work best.
|
| Modifier and Type | Field and Description |
|---|---|
Point<Object> |
AbstractSearch.SearchResult.values |
| Modifier and Type | Method and Description |
|---|---|
Point<Object> |
MultiSearchCapable.getBestCoordinates()
returns the points that were found to work best.
|
Point<Object> |
MultiSearchCapable.getBestValues()
returns the parameter values that were found to work best.
|
Point<Object> |
AbstractSearch.getValues()
returns the parameter values that were found to work best.
|
Point<Object> |
Performance.getValues()
returns the values for this performance.
|
| Modifier and Type | Method and Description |
|---|---|
Performance |
PerformanceCache.get(int cv,
Point<Object> values)
returns a cached performance object, null if not yet in the cache.
|
boolean |
PerformanceCache.isCached(int cv,
Point<Object> values)
checks whether the point was already calculated once.
|
DefaultEvaluationTask |
DefaultEvaluationFactory.newTask(MultiSearchCapable owner,
weka.core.Instances train,
weka.core.Instances test,
SetupGenerator generator,
Point<Object> values,
int folds,
int eval,
int classLabel)
Returns a new task.
|
abstract T |
AbstractEvaluationFactory.newTask(MultiSearchCapable owner,
weka.core.Instances train,
weka.core.Instances test,
SetupGenerator generator,
Point<Object> values,
int folds,
int eval,
int classLabel)
Returns a new task.
|
| Constructor and Description |
|---|
AbstractEvaluationTask(MultiSearchCapable owner,
weka.core.Instances train,
weka.core.Instances test,
SetupGenerator generator,
Point<Object> values,
int folds,
int eval,
int classLabel)
Initializes the task.
|
DefaultEvaluationTask(MultiSearchCapable owner,
weka.core.Instances train,
weka.core.Instances test,
SetupGenerator generator,
Point<Object> values,
int folds,
int eval,
int classLabel)
Initializes the task.
|
Performance(Point<Object> values,
AbstractEvaluationWrapper evaluation,
int evalType,
int classLabel,
weka.classifiers.Classifier classifier)
Initializes the performance container.
|
| Modifier and Type | Method and Description |
|---|---|
Point<Object> |
SetupGenerator.evaluate(Point<Object> values)
evalutes the expression for the current iteration.
|
| Modifier and Type | Method and Description |
|---|---|
Point<Object> |
SetupGenerator.evaluate(Point<Object> values)
evalutes the expression for the current iteration.
|
Serializable |
SetupGenerator.setup(Serializable original,
Point<Object> values)
returns a fully configures object (a copy of the provided one).
|
| Modifier and Type | Method and Description |
|---|---|
Point<Integer> |
Space.getLocations(Point<Object> values)
Returns the locations for the given values in the various dimensions.
|
Point<Object> |
Space.getValues(Point<Integer> locations)
Returns the double values (or list values) for the given position.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Point<Integer>> |
Space.points()
returns an Enumeration over all points.
|
Enumeration<Point<Object>> |
Space.values()
returns an Enumeration over all values.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Point.compareTo(Point<E> obj)
Compares the given point with this point.
|
Point<Integer> |
Space.getLocations(Point<Object> values)
Returns the locations for the given values in the various dimensions.
|
Point<Object> |
Space.getValues(Point<Integer> locations)
Returns the double values (or list values) for the given position.
|
boolean |
Space.isOnBorder(Point<?> points)
checks whether the given locations/values are on the border of the 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 © 2021 University of Waikato, Hamilton, NZ. All Rights Reserved.