chickadee » libsvm » make-problem

make-problem definitionprocedure

Returns a pointer to an instance of svm_problem, created using the given definition. The definition can be in one of two forms. In both forms, the definition is a list of instances. The instance description is one of:

  • a label followed by numeric values for each of the features; or
  • a label followed by (feature-index value) pairs.