Package | Description |
---|---|
net.librec.conf | |
net.librec.data.convertor.appender | |
net.librec.data.model | |
net.librec.data.splitter |
Modifier and Type | Class and Description |
---|---|
class |
Configured
Base class for things that may be configured with a
Configuration . |
Modifier and Type | Class and Description |
---|---|
class |
SocialDataAppender
A SocialDataAppender is a class to process and store social appender
data.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataModel
A AbstractDataModel represents a data access class to the input
file.
|
class |
ArffDataModel
A ArffDataModel represents a data access class
to the ARFF format input.
|
class |
JDBCDataModel
JDBC Data Model
|
class |
TextDataModel
A TextDataModel represents a data access class to the CSV format
input.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataSplitter
Abstract Data Splitter
|
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.