Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kane committed Dec 19, 2011
1 parent 1be41a2 commit 6ae9db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -60,7 +60,7 @@ ad.eps
If you already know you want ε = 0.01, initialize the detector with:

```ruby
ad = Anomaly::Detector.new(weather_examples, {:eps => 0.01})
ad = Anomaly::Detector.new(weather_data, {:eps => 0.01})
```

### Persistence
Expand Down

0 comments on commit 6ae9db7

Please sign in to comment.