SmartDataAnalytics / DL-Learner

A tool for supervised Machine Learning in OWL and Description Logics
http://dl-learner.org
GNU General Public License v3.0
152 stars 34 forks source link

[Bug] Missing warning for positives that are negatives [sf#66] #11

Closed patrickwestphal closed 9 years ago

patrickwestphal commented 9 years ago

Reported by kurzum on 2010-08-25 13:47 UTC In general, if you assign the same instance as positive and negative example (e.g. by mistake) there is no warning or error message, which is direly needed. It is quite a common copy and paste mistake and takes forever, if there is no warning.

patrickwestphal commented 9 years ago

Updated by kurzum on 2010-08-25 13:48 UTC

LorenzBuehmann commented 9 years ago

Fixed. A warning is returned if an individual is declared as both, positive and negative example.