AnomalyDetectionMetrics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluation results for anomaly detection(unsupervised learning algorithm).
public sealed class AnomalyDetectionMetrics
type AnomalyDetectionMetrics = class
Public NotInheritable Class AnomalyDetectionMetrics
- Inheritance
-
AnomalyDetectionMetrics
Properties
AreaUnderRocCurve |
Gets the area under the ROC curve. |
DetectionRateAtFalsePositiveCount |
Detection rate at K false positives. This gives the ratio of correctly identified anomalies given the specified number of false positives. A value closer to 1 indicates a better model. |