Uses of Class
com.oracle.bmc.aianomalydetection.model.RowReductionDetails
-
Packages that use RowReductionDetails Package Description com.oracle.bmc.aianomalydetection.model -
-
Uses of RowReductionDetails in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return RowReductionDetails Modifier and Type Method Description RowReductionDetails
RowReductionDetails.Builder. build()
RowReductionDetails
ModelTrainingResults. getRowReductionDetails()
Methods in com.oracle.bmc.aianomalydetection.model with parameters of type RowReductionDetails Modifier and Type Method Description RowReductionDetails.Builder
RowReductionDetails.Builder. copy(RowReductionDetails model)
ModelTrainingResults.Builder
ModelTrainingResults.Builder. rowReductionDetails(RowReductionDetails rowReductionDetails)
Constructors in com.oracle.bmc.aianomalydetection.model with parameters of type RowReductionDetails Constructor Description ModelTrainingResults(Float fap, Float multivariateFap, ModelTrainingResults.Algorithm algorithm, Integer windowSize, Boolean isTrainingGoalAchieved, String warning, List<PerSignalDetails> signalDetails, RowReductionDetails rowReductionDetails)
Deprecated.
-