Provides functionality for accomplishment of learning with cross-validation by generating a set of training data/validation data pairs randomly This class corresponds to the old doFold() method.
More...
Provides functionality for accomplishment of learning with cross-validation by generating a set of training data/validation data pairs randomly This class corresponds to the old doFold() method.
◆ __init__()
| def python.learner.folding.RandomFoldingPolicy.RandomFoldingPolicy.__init__ |
( |
|
self, |
|
|
|
dataContainer, |
|
|
|
level = 1, |
|
|
|
seed = None |
|
) |
| |
Constructor.
- Parameters
-
| dataContainer | DataContainer with data set |
| level | Integer folding level, default value: 1 |
| seed | Integer seed, default None so it is set to the timestamp |
◆ random
| python.learner.folding.RandomFoldingPolicy.RandomFoldingPolicy.random |
◆ seed
| python.learner.folding.RandomFoldingPolicy.RandomFoldingPolicy.seed |
◆ seq
| python.learner.folding.RandomFoldingPolicy.RandomFoldingPolicy.seq |
◆ window
| python.learner.folding.RandomFoldingPolicy.RandomFoldingPolicy.window |
The documentation for this class was generated from the following file: