Skip to content

Commit

Permalink
docs: format anomaly detection algorithm docs (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsiyuan-code authored May 8, 2023
1 parent 28f3899 commit 0a24180
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/src/en/dev-guide/internals/anomaly-detection-algorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ POST http://ai:5000/anomaly_detect
| detectTime | Long | Detection time |
| isException | bool | Check whether data is abnormal:True/False |
# FOR EXAMPLE
##Example For Value Rise Detect
###InPut
## Example For Value Rise Detect
### InPut
```json
{
"inputTimeSeries": {
Expand Down Expand Up @@ -54,7 +54,7 @@ POST http://ai:5000/anomaly_detect
}
}
```
###OutPut
### OutPut
```json
{
"detectTime": 1681711200000,
Expand All @@ -64,8 +64,8 @@ POST http://ai:5000/anomaly_detect
"traceId": null
}
```
##Example For Value Fall Detect
###InPut
## Example For Value Fall Detect
### InPut
```json
{
"inputTimeSeries": {
Expand Down Expand Up @@ -94,7 +94,7 @@ POST http://ai:5000/anomaly_detect
}
}
```
###OutPut
### OutPut
```json
{
"detectTime": 1681711200000,
Expand Down

0 comments on commit 0a24180

Please sign in to comment.