Uses of Class
com.oracle.bmc.aianomalydetection.model.ModelTrainingResults.Algorithm
-
Packages that use ModelTrainingResults.Algorithm Package Description com.oracle.bmc.aianomalydetection.model -
-
Uses of ModelTrainingResults.Algorithm in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return ModelTrainingResults.Algorithm Modifier and Type Method Description static ModelTrainingResults.Algorithm
ModelTrainingResults.Algorithm. create(String key)
ModelTrainingResults.Algorithm
ModelTrainingResults. getAlgorithm()
Actual algorithm used to train the modelstatic 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.Methods in com.oracle.bmc.aianomalydetection.model with parameters of type ModelTrainingResults.Algorithm Modifier and Type Method Description ModelTrainingResults.Builder
ModelTrainingResults.Builder. algorithm(ModelTrainingResults.Algorithm algorithm)
Actual algorithm used to train the modelConstructors in com.oracle.bmc.aianomalydetection.model with parameters of type ModelTrainingResults.Algorithm Constructor Description ModelTrainingResults(Float fap, Float multivariateFap, ModelTrainingResults.Algorithm algorithm, Integer windowSize, Boolean isTrainingGoalAchieved, String warning, List<PerSignalDetails> signalDetails, RowReductionDetails rowReductionDetails)
Deprecated.
-