aboutsummaryrefslogtreecommitdiff
path: root/src/nbc/program.sml
diff options
context:
space:
mode:
authorCalvin <calvin@EESI>2013-05-28 10:47:11 -0400
committerCalvin <calvin@EESI>2013-05-28 10:47:11 -0400
commitdd38d0d1dda2be42bf280aeca110542f2f2fef1b (patch)
treec921dc0690e29f1b7b913aaa72b9c12539faa5a1 /src/nbc/program.sml
parent2f33e34ae06b96c3f3e4456ce960172903f60bfb (diff)
removed files
Diffstat (limited to 'src/nbc/program.sml')
-rw-r--r--src/nbc/program.sml9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/nbc/program.sml b/src/nbc/program.sml
deleted file mode 100644
index df787ad..0000000
--- a/src/nbc/program.sml
+++ /dev/null
@@ -1,9 +0,0 @@
-signature PROGRAM = sig
- val version: string
- val name: string
-end
-
-structure Program :> PROGRAM = struct
- val version = "2.0"
- val name = "Naive Bayes Classifier - Score"
-end