@BuiltBy(value=GenericTTDataBuilder.class) public interface TTDataSet
Modifier and Type | Method and Description |
---|---|
void |
configure(LenskitConfiguration config)
Configure LensKit to have the training data from this data source.
|
Map<String,Object> |
getAttributes()
Get the data set attributes (used for identification in output).
|
UUID |
getIsolationGroup()
Get the isolation group ID for this data set.
|
String |
getName()
Get the data set name.
|
EventDAO |
getQueryDAO()
Get the query data.
|
DataSource |
getQueryData()
Get the query data.
|
EventDAO |
getTestDAO()
Get the test data.
|
DataSource |
getTestData()
Get the training data.
|
EventDAO |
getTrainingDAO()
Get the training data.
|
DataSource |
getTrainingData()
Get the training data.
|
long |
lastModified()
Get the last modification time of this data set.
|
String getName()
Map<String,Object> getAttributes()
UUID getIsolationGroup()
DataSource getTrainingData()
EventDAO getTrainingDAO()
DataSource getQueryData()
EventDAO getQueryDAO()
DataSource getTestData()
EventDAO getTestDAO()
long lastModified()
void configure(LenskitConfiguration config)
config
- A configuration in which the training data for this data set should be
configured.