Skip to content

Commit 5fae5ed

Browse files
harishskcodemzs
authored andcommitted
Updated docs to include PredictedLabel member (#4107)
* Fixed build errors resulting from upgrade to VS2019 compilers * Added additional message describing the previous fix * Updated docs to include PredictedLabel member
1 parent ec9d92c commit 5fae5ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api-reference/io-columns-anomaly-detection.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ The input features column data must be a known-sized vector of <xref:System.Sing
33

44
| Output Column Name | Column Type | Description|
55
| -- | -- | -- |
6-
| `Score` | <xref:System.Single> | The non-negative, unbounded score that was calculated by the anomaly detection model.|
6+
| `Score` | <xref:System.Single> | The non-negative, unbounded score that was calculated by the anomaly detection model.|
7+
| `PredictedLabel` | <xref:System.Boolean> | The predicted label, based on the threshold. A score higher than the threshold maps to `true` and a score lower than the threshold maps to `false`. The default threshold is `0.5`.Use <xref:AnomalyDetectionCatalog.ChangeModelThreshold> to change the default value.|

0 commit comments

Comments
 (0)