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