Binary-class Support-Vector-Machine training algorithm (BowTrainBinSVM) Download
Learns a model via training a binary-class Support Vector Machine on the set of input documents provided in the Bag-Of-Words format. Parameters and example call.
One-Class Support-Vector-Machine training algorithm (BowTrainOneClassSVM) Download
Learns a model via training a regression Support Vector Machine on the set of input documents provided in the Bag-Of-Words format. Parameters and example call.
Logistic Regression training algorithm (BowTrainLogReg) Download
Learns a model using logistic regression on the set of input documents provided in the Bag-Of-Words format. Parameters and example call.
Regression Support-Vector-Machine training algorithm (BowTrainRegSVM) Download
Learns a model via training a regression Support Vector Machine on the set of input documents provided in the Bag-Of-Words format. Parameters and example call.
Winnow training algorithm (BowTrainWinnow) Download
Learns a model via training a Winnow on the set of input documents provided in the Bag-Of-Words format. Parameters and example call.
Perceptron training algorithm (BowTrainPerceptron) Download
Learns a model via training a Perceptron on the set of input documents provided in the Bag-Of-Words format. Parameters and example call.