Package | Description |
---|---|
es.upm.etsisi.cf4j.data |
This package contains data classes of CF4J.
|
Modifier and Type | Class and Description |
---|---|
class |
RandomSplitDataSet
This class implements the DataSet interface by random splitting the collaborative filtering
ratings allocated in a text file.
|
class |
TrainTestFilesDataSet
This class implements the DataSet interface by loading training and test ratings from separated
text files.
|
Constructor and Description |
---|
DataModel(DataSet dataset)
This constructor initializes the DataModel with the contents of the given DataSet.
|
Copyright © 2020. All rights reserved.