analyze

abstract fun analyze(eventType: String, payloadJson: String): AnomalyResult

Analyze an event for anomalies.

Return

Analysis result with anomaly score and reasons.

Parameters

eventType

The event type identifier.

payloadJson

The JSON payload to analyze.