Uses of Class
edu.columbia.cs.ref.tool.collection.splitter.Splitter

Packages that use Splitter
edu.columbia.cs.ref.tool.collection.splitter.impl   
 

Uses of Splitter in edu.columbia.cs.ref.tool.collection.splitter.impl
 

Subclasses of Splitter in edu.columbia.cs.ref.tool.collection.splitter.impl
 class KFoldSplitter<E extends Writable>
          This class is an implementation of the splitter interface for the K-fold cross-validation method.