diff options
author | Patrick Simianer <p@simianer.de> | 2015-03-06 18:11:58 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-03-06 18:11:58 +0100 |
commit | 4dba9e534e95561ad03815f182746d1714cd186b (patch) | |
tree | 723fe921d3eaf0e1468356e2f5a2618612f8c763 /training/dtrain | |
parent | 1119bc9c68deb753334049a05243483ec232dc24 (diff) |
lplp.rb: rm obsolete message
Diffstat (limited to 'training/dtrain')
-rwxr-xr-x | training/dtrain/lplp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/training/dtrain/lplp.rb b/training/dtrain/lplp.rb index 62c80489..cf28b477 100755 --- a/training/dtrain/lplp.rb +++ b/training/dtrain/lplp.rb @@ -90,7 +90,7 @@ def usage() puts " l0...: norms for selection" puts "select_k: only output top k (according to the norm of their column vector) features" puts " cut: output features with weight >= threshold" - puts " n: if we do not have a shard count use this number for averaging" + puts " n: number of shards for averaging" exit 1 end |