Package | Description |
---|---|
org.tribuo.regression.liblinear |
Provides an interface to liblinear for regression problems.
|
Modifier and Type | Field and Description |
---|---|
LinearRegressionType.LinearType |
TrainTest.LibLinearOptions.algorithm |
Modifier and Type | Method and Description |
---|---|
static LinearRegressionType.LinearType |
LinearRegressionType.LinearType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinearRegressionType.LinearType[] |
LinearRegressionType.LinearType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LinearRegressionType(LinearRegressionType.LinearType type) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.