MyMediaLite  3.01
Properties
ISplit< T > Interface Template Reference

generic dataset splitter interface More...

Inheritance diagram for ISplit< T >:
PosOnlyFeedbackCrossValidationSplit< T > PosOnlyFeedbackSimpleSplit< T > RatingCrossValidationSplit RatingsChronologicalSplit RatingsPerUserChronologicalSplit RatingsSimpleSplit

List of all members.

Properties

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

Detailed Description

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

generic dataset splitter interface

Template Parameters:
Tthe kind of dataset that is split into pieces

Property Documentation

uint NumberOfFolds [get]
IList<T> Test [get]
IList<T> Train [get]

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