Class Summary |
LogisticModelParameters |
Encapsulates everything we need to know about a model and how it reads and vectorizes its input. |
LogisticModelParameters.MatrixTypeAdapter |
Tells GSON how to (de)serialize a Mahout matrix. |
PrintResourceOrFile |
Uses the same logic as TrainLogistic and RunLogistic for finding an input, but instead
of processing the input, this class just prints the input to standard out. |
RunLogistic |
|
TrainLogistic |
Train a logistic regression for the examples from Chapter 13 of Mahout in Action |
TrainNewsGroups |
Reads and trains an adaptive logistic regression model on the 20 newsgroups data. |