Skip to content

Commit

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

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

-- maxPlayersTiWatchPerPlayers: The maximum number of players that each player needs to watch.
-- maxPlayersToWatchPerPlayers: The maximum number of players that each player needs to watch.
-- normalThreshold: If the predicted value is less than the normal threshold, then the player is considered not nornal.
-- maxAveragePredictedValuesDifferemce: If the average predicted value difference is larger than this, suspect somebody has altered our data!

Expand Down

0 comments on commit 103066a

Please sign in to comment.