public interface CrossfoldMethod
The method to be used for crossfolding.
Modifier and Type | Method and Description |
---|---|
void |
crossfold(DataAccessObject input,
org.lenskit.eval.crossfold.CrossfoldOutput output,
EntityType type)
Crossfold an input into some outputs.
|
void crossfold(DataAccessObject input, org.lenskit.eval.crossfold.CrossfoldOutput output, EntityType type) throws IOException
Crossfold an input into some outputs.
input
- The input.output
- The outputs.type
- The type of entity to crossfold.IOException