int discriminative

(model** mo, sequence_t** sqs, int noC,
  int max_steps, int gradient)

Trains two or more models to opimise the discrimination between the classes in the trainingset.

Documentation

Trains two or more models to opimise the discrimination between the classes in the trainingset.
Parameters:
mo - : array of pointers to some models
sqs - : array of annotated sequence sets
noC - : number of classes
max_steps - : maximum number of training steps for a class
gradient - : if gradient == 0 try a closed form solution otherwise a gradient descent
Returns:
0/-1 success/error

Alphabetic index



This page was generated with the help of DOC++.