ISplit< T > Interface Template Reference

Generic dataset splitter interface. More...

List of all members.

Properties

int NumberOfFolds [get]
 The number of folds in this split.
List< T > Test [get]
 Test data for the different folds.
List< T > Train [get]
 Training data for the different folds.

Detailed Description

template<T>
interface MyMediaLite::Data::ISplit< T >

Generic dataset splitter interface.


Property Documentation

int NumberOfFolds [get]

The number of folds in this split.

The number of folds in this split

List<T> Test [get]

Test data for the different folds.

A list of T

List<T> Train [get]

Training data for the different folds.

A list of T


The documentation for this interface was generated from the following file:
Generated on Wed Aug 3 14:53:20 2011 for MyMediaLite by  doxygen 1.6.3