MyMediaLite  3.11
Public Member Functions | Properties | List of all members
PosOnlyFeedbackSimpleSplit< T > Class Template Reference

simple split for item prediction from implicit feedback More...

Inheritance diagram for PosOnlyFeedbackSimpleSplit< T >:
ISplit< IPosOnlyFeedback >

Public Member Functions

 PosOnlyFeedbackSimpleSplit (IPosOnlyFeedback feedback, double ratio)
 Create a simple split of positive-only item prediction data More...
 

Properties

uint NumberOfFolds [get]
 
IList< IPosOnlyFeedbackTest [get]
 
IList< IPosOnlyFeedbackTrain [get]
 

Detailed Description

simple split for item prediction from implicit feedback

The dataset must not be modified after the split - this would lead to undefined behavior.

Type Constraints
T :IPosOnlyFeedback 
T :new() 

Constructor & Destructor Documentation

PosOnlyFeedbackSimpleSplit ( IPosOnlyFeedback  feedback,
double  ratio 
)
inline

Create a simple split of positive-only item prediction data

Parameters
feedbackthe dataset
ratiothe ratio of positive events to use for validation

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