MyMediaLite
ISplit<T>.Train Property
Syntax
Collapse All
Training data for the different folds
Declaring type:
ISplit<T>
Namespace:
MyMediaLite.Data
Assembly:
MyMediaLite
Syntax
C#
public abstract List<T> Train { get; }
Property Value
A list of T
Top
Generated by
ImmDoc .NET
.