Package | Description |
---|---|
org.tribuo.anomaly.libsvm |
Provides an interface to LibSVM for anomaly detection problems.
|
org.tribuo.classification.libsvm |
Provides an interface to LibSVM for classification problems.
|
org.tribuo.common.libsvm |
The base interface to LibSVM.
|
org.tribuo.regression.libsvm |
Provides an interface to LibSVM for regression problems.
|
Constructor and Description |
---|
LibSVMAnomalyTrainer(SVMParameters<Event> parameters)
Creates a one-class LibSVM trainer using the supplied parameters.
|
Constructor and Description |
---|
LibSVMClassificationTrainer(SVMParameters<Label> parameters) |
Constructor and Description |
---|
LibSVMTrainer(SVMParameters<T> parameters)
Constructs a LibSVMTrainer from the parameters.
|
Constructor and Description |
---|
LibSVMRegressionTrainer(SVMParameters<Regressor> parameters) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.