X-Prediction


Synopsis

Predicts the examples in a cross-validation-like fashion.


Description

Operator chain that splits an ExampleSet into a training and test sets similar to XValidation, but returns the test set predictions instead of a performance vector. The inner two operators must be a learner returning a Model and an operator or operator chain that can apply this model (usually a model applier)


Input


Output


Parameters


ExampleProcess