Method ComputeFraudScore
- Namespace
- RinhaBackend
- Assembly
- Api.dll
ComputeFraudScore(Span<float>)
Computes the fraud score for a normalized feature vector by running a KNN search. Returns a value in [0, 1]: the fraction of the K nearest neighbors labeled as fraud.
float ComputeFraudScore(Span<float> query)