MyMediaLite  3.11
Properties | List of all members
ISplit< T > Interface Template Reference

generic dataset splitter interface More...

Properties

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

Detailed Description

generic dataset splitter interface

Template Parameters
Tthe kind of dataset that is split into pieces

Property Documentation

uint NumberOfFolds
get

The number of folds in this split

The number of folds in this split

IList<T> Test
get

Test data for the different folds

A list of T

IList<T> Train
get

Training data for the different folds

A list of T


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