Uses of Interface
es.upm.etsisi.cf4j.data.DataSet
-
Packages that use DataSet Package Description es.upm.etsisi.cf4j.data This package contains data classes of CF4J. -
-
Uses of DataSet in es.upm.etsisi.cf4j.data
Classes in es.upm.etsisi.cf4j.data that implement DataSet Modifier and Type Class Description classManualDataSetclassRandomSplitDataSetThis class implements the DataSet interface by random splitting the collaborative filtering ratings allocated in a text file.classTrainTestFilesDataSetThis class implements the DataSet interface by loading training and test ratings from separated text files.Constructors in es.upm.etsisi.cf4j.data with parameters of type DataSet Constructor Description DataModel(DataSet dataset)This constructor initializes the DataModel with the contents of the given DataSet.
-