public interface SVMType<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.
LibSVM supported enum values are:
Modifier and Type | Method and Description |
---|---|
int |
getNativeType()
The LibSVM int id for the algorithm.
|
boolean |
isAnomaly()
Is this an anomaly detection algorithm.
|
boolean |
isClassification()
Is this a classification algorithm.
|
boolean |
isNu()
Is this a nu-SVM.
|
boolean |
isRegression()
Is this a regression algorithm.
|
boolean isClassification()
boolean isRegression()
boolean isAnomaly()
boolean isNu()
int getNativeType()
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.