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

Provides functionality for accomplishment of learning with cross-validation by generating a set of training data/validation data pairs from the set of files This class corresponds to the old doFoldf() method. More...

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

Public Member Functions

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

Public Attributes

 level
 

Detailed Description

Provides functionality for accomplishment of learning with cross-validation by generating a set of training data/validation data pairs from the set of files This class corresponds to the old doFoldf() method.

Constructor & Destructor Documentation

◆ __init__()

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

Constructor.

Parameters
dataContainerDataContainer with data set
levelInteger folding level, default value: 1. This parameter is used for compatibility only. The folding level will be set to the number of files.

Member Data Documentation

◆ level


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