public interface LibLinearType<T extends Output<T>> extends com.oracle.labs.mlrg.olcut.config.Configurable, com.oracle.labs.mlrg.olcut.provenance.Provenancable<com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance>, Serializable
Output
implementation contains an enum with it's
valid values.
LibLinear supported enum values for various tasks are:
Modifier and Type | Method and Description |
---|---|
de.bwaldvogel.liblinear.SolverType |
getSolverType()
Returns the liblinear enum type.
|
boolean |
isClassification()
Is this class a Classification algorithm?
|
boolean |
isRegression()
Is this class a Regression algorithm?
|
boolean isClassification()
boolean isRegression()
de.bwaldvogel.liblinear.SolverType getSolverType()
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.