Module util

Source
Expand description

Utility structs and functions for reading/generating training and prediction data.

Structs§

PredictionInput
Test data for LibLinearModel.
TrainingInput
Input data for LibLinearModel and LibLinearCrossValidator.
TrainingInstance
A tuple of a (sparse) vector of features and their corresponding gold-standard label/target value.

Enums§

PredictionInputError
Errors related to test/prediction data.
TrainingInputError
Errors related to input/training data.