CVBpy 14.0
HoldoutTestResultFactory Class Reference

Factory object for holdout tests. More...

Inherits TestResultFactory.

Properties

 feature_resolution = property
 int: The feature resolution (determines the size of the classification retina).
 
 interpolation = property
 int: Interpolation setting to be used for generating this object (see cvb.polimago.InterpolationType). More...
 
 lambda_ = property
 float: The regularization value to be used for generating the object. More...
 
 preprocessing = property
 str: Preprocessing code with which the object is to be generated.
 

Detailed Description

Factory object for holdout tests.

Instantiates a HoldoutTestResultFactory object.

Property Documentation

◆ interpolation

interpolation = property
static

int: Interpolation setting to be used for generating this object (see cvb.polimago.InterpolationType).

Using interpolation will generate less artifacts, but requires more processor time.

◆ lambda_

lambda_ = property
static

float: The regularization value to be used for generating the object.

Possible values range from 0 to 10, good starting values for experiments are usually around 0.01.