From aceb387526478e34e41db6c046f707234953e0b5 Mon Sep 17 00:00:00 2001
From: Patrick Simianer
Date: Mon, 29 Aug 2011 22:02:45 +0200
Subject: big update: working iterating, pretty output, test scripts and more
---
dtrain/updater.h | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 106 insertions(+)
create mode 100644 dtrain/updater.h
(limited to 'dtrain/updater.h')
diff --git a/dtrain/updater.h b/dtrain/updater.h
new file mode 100644
index 00000000..6307a005
--- /dev/null
+++ b/dtrain/updater.h
@@ -0,0 +1,106 @@
+#ifndef _DTRAIN_LEARNER_H_
+#define _DTRAIN_LEARNER_H_
+
+#include
+#include
+#include