public final class LinearAnomalyType extends Object implements LibLinearType<Event>
Supports: ONECLASS_SVM
Modifier and Type | Class and Description |
---|---|
static class |
LinearAnomalyType.LinearType
The different model types available for classification.
|
Constructor and Description |
---|
LinearAnomalyType(LinearAnomalyType.LinearType type)
Constructs the type of the liblinear anomaly detector.
|
Modifier and Type | Method and Description |
---|---|
com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance |
getProvenance() |
de.bwaldvogel.liblinear.SolverType |
getSolverType()
Returns the liblinear enum type.
|
boolean |
isAnomaly()
Is this class an anomaly detection algorithm?
|
boolean |
isClassification()
Is this class a Classification algorithm?
|
boolean |
isRegression()
Is this class a Regression algorithm?
|
public LinearAnomalyType(LinearAnomalyType.LinearType type)
type
- The anomaly detector type.public boolean isClassification()
LibLinearType
isClassification
in interface LibLinearType<Event>
public boolean isRegression()
LibLinearType
isRegression
in interface LibLinearType<Event>
public boolean isAnomaly()
LibLinearType
isAnomaly
in interface LibLinearType<Event>
public de.bwaldvogel.liblinear.SolverType getSolverType()
LibLinearType
getSolverType
in interface LibLinearType<Event>
public com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance getProvenance()
getProvenance
in interface com.oracle.labs.mlrg.olcut.provenance.Provenancable<com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance>
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.