summaryrefslogtreecommitdiff
path: root/bin/classification-summary.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/classification-summary.rb')
-rwxr-xr-xbin/classification-summary.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/classification-summary.rb b/bin/classification-summary.rb
new file mode 100755
index 0000000..a3e4172
--- /dev/null
+++ b/bin/classification-summary.rb
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+require_relative "../lib/lazar"
+stat = ClassificationStatistics.new ARGV[0]
+stat.summary