@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ATIModelPerformance extends Object implements Serializable, Cloneable, StructuredPojo
The Account Takeover Insights (ATI) model performance score.
Constructor and Description |
---|
ATIModelPerformance() |
Modifier and Type | Method and Description |
---|---|
ATIModelPerformance |
clone() |
boolean |
equals(Object obj) |
Float |
getAsi()
The anomaly separation index (ASI) score.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAsi(Float asi)
The anomaly separation index (ASI) score.
|
String |
toString()
Returns a string representation of this object.
|
ATIModelPerformance |
withAsi(Float asi)
The anomaly separation index (ASI) score.
|
public void setAsi(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.0public Float getAsi()
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
public ATIModelPerformance withAsi(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.0public String toString()
toString
in class Object
Object.toString()
public ATIModelPerformance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.