From a29eb3e38414cd252850c9c4fb356f8b2bef6fb4 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 12 Feb 2021 19:54:07 +0100 Subject: model.rb refactored, mp2d models updated --- bin/classification-summary.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/classification-summary.rb (limited to 'bin/classification-summary.rb') 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 -- cgit v1.2.3