Skip to content

Commit

Permalink
Update AnomalyDetection.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AqwamCreates authored Oct 14, 2023
1 parent 5b9a51f commit 7aadcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ExampleCodes/AnomalyDetection.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local MatrixL = require(ServerScriptService.MatrixL)

local ChaWatcher = require(ServerScriptService.ChaWatcher)

local AnomalyDetector = ChaWatcher.Original.AnomalyDetector.new() -- Setting to defaults.
local AnomalyDetector = ChaWatcher.Original.AnomalyDetector.new() -- Setting to default.

-- First argument above is the normal threshold. If the predicted value is less than the normal threshold, then the player is considered not nornal.

Expand Down

0 comments on commit 7aadcdc

Please sign in to comment.