See: Description
| Interface | Description |
|---|---|
| TransductiveClassifier<T> |
Interface for transductive classifiers.
|
| Class | Description |
|---|---|
| S3VMLight<T> |
Transductive SVM using S3VMLight
|
| S3VMLightPegasos |
Fast linear transductive SVM using a combination of SVMLight and Pegasos algorithms.
|
| S3VMLightSGDQN |
Fast Linear transductive SVM using a combination of SVMLight and SGDQN algorithms.
|