浏览代码

added todos, current bugs, crashs scenarios

Alexander Freytag 12 年之前
父节点
当前提交
bc7b16c166
共有 1 个文件被更改,包括 9 次插入1 次删除
  1. 9 1
      todo

+ 9 - 1
todo

@@ -1,7 +1,15 @@
+[current crashs / bugs]
+- fix crash if labels +1 and -1 (instead of +1 and 0 ) are given
+- fix crash when balanced learning is activated in a binary scenario
+- fix crash when optimize noise is activated in binary scenario without DHS
+- allow to add a new class when current setting is binary (i.e., we need to add two alpha vecs instead of one)
+
+[nice to have]
+
 - separate verbose-flags (optimization, training, classification, ...) needed?
 - separate verbose-flags (optimization, training, classification, ...) needed?
 
 
 - tutorials, numbers, demo-programs, ...
 - tutorials, numbers, demo-programs, ...
 
 
 - consistency checks (dimensions etc.)
 - consistency checks (dimensions etc.)
 
 
-- more documentation (e.g., train von GPHIKClassifierNice train methods - what is binLabels)
+- more documentation (e.g., train of GPHIKClassifierNice train methods - what is binLabels)