Package | Description |
---|---|
net.librec.data.splitter |
Modifier and Type | Class and Description |
---|---|
class |
GivenNDataSplitter
GivenN Data Splitter
Split dataset into train set and test set by given number. |
class |
GivenTestSetDataSplitter
Given Test Set Data Splitter
Get test set from specified path Test set and train set should be in the same directory. |
class |
KCVDataSplitter
K-fold Cross Validation Data Splitter
|
class |
LOOCVDataSplitter
Leave one out Splitter
Leave random or the last one user/item out as test set and the rest treated as the train set. |
class |
RatioDataSplitter
Ratio Data Splitter.
Split dataset into train set, test set, valid set by ratio. |
Copyright © 2017. All Rights Reserved.