|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Kernel | |
---|---|
pt.tumba.ngram.svm | Implementation of Support Vector Machines classification and regression that can be used to categorize text files using N-Grams as features. |
Uses of Kernel in pt.tumba.ngram.svm |
---|
Subclasses of Kernel in pt.tumba.ngram.svm | |
---|---|
(package private) class |
ONECLASSQ
Inner class representing a Kernel matrix for SVM Distribution Estimation. |
(package private) class |
SVCQ
Inner class representing a Kernel matrix for Support Vector classification. |
(package private) class |
SVRQ
Inner class representing a Kernel matrix for Support Vector regression. |
Fields in pt.tumba.ngram.svm declared as Kernel | |
---|---|
(package private) Kernel |
Solver.Q
|
Methods in pt.tumba.ngram.svm with parameters of type Kernel | |
---|---|
(package private) void |
Solver.Solve(int l,
Kernel Q,
double[] b_,
byte[] y_,
double[] alpha_,
double Cp,
double Cn,
double eps,
Solver.SolutionInfo si,
boolean shrinking)
|
(package private) void |
SolverNU.Solve(int l,
Kernel Q,
double[] b,
byte[] y,
double[] alpha,
double Cp,
double Cn,
double eps,
Solver.SolutionInfo si,
boolean shrinking)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |