Package mvpa :: Package datasets :: Module splitter
[hide private]
[frames] | no frames]

Module splitter

source code

Collection of dataset splitters.
Classes [hide private]
  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.

Imports: operator, N, support, enhancedDocString, debug