compute-weights

Description: Train a support vector machine using a simple iterative update procedure first described by Tommi Jaakkola.

Usage: compute-weights [options] -train <filename> -class <filename> -label <name>

Input:

Output: A two-column RDB file similar to the classification file, except that the second column contains learned weights for the SVM. This output is suitable for input to classify.

Options:

The following five options modify the base kernel function. The operations occur in the order listed below.

Calls: cat, column, headchg, awk


SVM