public static interface ATIModelPerformance.Builder extends SdkPojo, CopyableBuilder<ATIModelPerformance.Builder,ATIModelPerformance>
| Modifier and Type | Method and Description |
|---|---|
ATIModelPerformance.Builder |
asi(Float asi)
The anomaly separation index (ASI) score.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildATIModelPerformance.Builder asi(Float asi)
The anomaly separation index (ASI) score. This metric summarizes the overall ability of the model to separate anomalous activities from the normal behavior. Depending on the business, a large fraction of these anomalous activities can be malicious and correspond to the account takeover attacks. A model with no separability power will have the lowest possible ASI score of 0.5, whereas the a model with a high separability power will have the highest possible ASI score of 1.0
asi - The anomaly separation index (ASI) score. This metric summarizes the overall ability of the model to
separate anomalous activities from the normal behavior. Depending on the business, a large fraction of
these anomalous activities can be malicious and correspond to the account takeover attacks. A model
with no separability power will have the lowest possible ASI score of 0.5, whereas the a model with a
high separability power will have the highest possible ASI score of 1.0Copyright © 2023. All rights reserved.