| Home | Trees | Indices | Help |
|
|---|
|
|
Collection of dataset splitters.
Splitters are destined to split the provided dataset varous ways to simplify cross-validation analysis, implement boosting of the estimates, or sample null-space via permutation testing.
Most of the splitters at the moment split 2-ways -- conventionally first part is used for training, and 2nd part for testing by CrossValidatedTransferError and SplitClassifier.
|
|||
|
Splitter Base class of dataset splitters. |
|||
|
NoneSplitter This is a dataset splitter that does not split. |
|||
|
OddEvenSplitter Split a dataset into odd and even values of the sample attribute. |
|||
|
HalfSplitter Split a dataset into two halves of the sample attribute. |
|||
|
NFoldSplitter Generic N-fold data splitter. |
|||
|
CustomSplitter Split a dataset using an arbitrary custom rule. |
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Feb 23 10:49:46 2009 | http://epydoc.sourceforge.net |