Class TrainingResultV2

    • Method Detail

      • dataValidationMetrics

        public final DataValidationMetrics dataValidationMetrics()
        Returns the value of the DataValidationMetrics property for this object.
        Returns:
        The value of the DataValidationMetrics property for this object.
      • trainingMetricsV2

        public final TrainingMetricsV2 trainingMetricsV2()

        The training metric details.

        Returns:
        The training metric details.
      • variableImportanceMetrics

        public final VariableImportanceMetrics variableImportanceMetrics()
        Returns the value of the VariableImportanceMetrics property for this object.
        Returns:
        The value of the VariableImportanceMetrics property for this object.
      • aggregatedVariablesImportanceMetrics

        public final AggregatedVariablesImportanceMetrics aggregatedVariablesImportanceMetrics()

        The variable importance metrics of the aggregated variables.

        Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model might calculate the number of times an user has logged in using the same IP address. In this case, event variables used to derive the aggregated variables are IP address and user.

        Returns:
        The variable importance metrics of the aggregated variables.

        Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously calculate a set of variables (aggregated variables) based on historical events. For example, your ATI model might calculate the number of times an user has logged in using the same IP address. In this case, event variables used to derive the aggregated variables are IP address and user.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)