This is the command liblinear-predict that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAMMA:
NAAM
liblinear-predict - Make predictions based on a trained linear classifier model
KORTE INHOUD
linear-predict [opties] test_bestand model_bestand uitvoer_bestand
PRODUCTBESCHRIJVING
liblinear-voorspelling uses the linear classifier model-file to make predictions for each of
the samples in test_bestand en slaat de resultaten op in uitvoer_bestand.
OPTIES
Hieronder vindt u een overzicht van de mogelijkheden.
-b (0|1)
Whether to output probability estimates or not (default: 0)
-q quiet mode (no outputs)
Voorbeelden
Train a linear SVM using L2-loss function with linear-train(1):
liblinear-trein data_file
Output probability estimates (for logistic regression only):
liblinear-predict -b 1 testbestand databestand.model uitvoerbestand
Use liblinear-predict online using onworks.net services