Package | Description |
---|---|
com.oracle.bmc.aianomalydetection.model |
Modifier and Type | Method and Description |
---|---|
static ModelTrainingResults.Algorithm |
ModelTrainingResults.Algorithm.create(String key) |
ModelTrainingResults.Algorithm |
ModelTrainingResults.getAlgorithm()
Actual algorithm used to train the model
|
static ModelTrainingResults.Algorithm |
ModelTrainingResults.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelTrainingResults.Algorithm[] |
ModelTrainingResults.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ModelTrainingResults.Builder |
ModelTrainingResults.Builder.algorithm(ModelTrainingResults.Algorithm algorithm)
Actual algorithm used to train the model
|
Constructor and Description |
---|
ModelTrainingResults(Float fap,
Float multivariateFap,
ModelTrainingResults.Algorithm algorithm,
Integer windowSize,
Boolean isTrainingGoalAchieved,
String warning,
List<PerSignalDetails> signalDetails,
RowReductionDetails rowReductionDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.