SG++-Doxygen-Documentation
python.learner.folding.StratifiedFoldingPolicy.StratifiedFoldingPolicy Class Reference

Provides functionality for accomplishment of learning with cross-validation by generating a set of training data/validation data pairs with equal distribution of points from two different classes between folds. More...

Inheritance diagram for python.learner.folding.StratifiedFoldingPolicy.StratifiedFoldingPolicy:

Public Member Functions

def __init__ (self, dataContainer, level=1)
 Constructor. More...
 

Public Attributes

 seq
 

Detailed Description

Provides functionality for accomplishment of learning with cross-validation by generating a set of training data/validation data pairs with equal distribution of points from two different classes between folds.

This class corresponds to the old doFoldr() and doFoldStratified() methods.

Constructor & Destructor Documentation

◆ __init__()

def python.learner.folding.StratifiedFoldingPolicy.StratifiedFoldingPolicy.__init__ (   self,
  dataContainer,
  level = 1 
)

Constructor.

Parameters
dataContainerDataContainer with data set
levelInteger folding level, default value: 1

Member Data Documentation

◆ seq

python.learner.folding.StratifiedFoldingPolicy.StratifiedFoldingPolicy.seq

The documentation for this class was generated from the following file: