Expand description
Utility structs and functions for reading/generating training and prediction data.
Structs§
- Prediction
Input - Test data for LibLinearModel.
- Training
Input - Input data for LibLinearModel and LibLinearCrossValidator.
- Training
Instance - A tuple of a (sparse) vector of features and their corresponding gold-standard label/target value.
Enums§
- Prediction
Input Error - Errors related to test/prediction data.
- Training
Input Error - Errors related to input/training data.