gist-fast-classify

Description: Classify a set of unlabeled vectors using a trained support vector machine. This is a faster version of gist-classify which only works when the kernel is linear.

Usage: gist-fast-classify [options] -hyperplane <filename> -test <filename>

Input:

Output: A three-column file containing data labels, classifications (-1 or 1) and discriminants for the test set.

Options:


Gist