From: Igor K. <igo...@st...> - 2018-02-08 16:20:53
|
Dear all, I am using Dl-Learner to analyse our data with PosNegStandard learning problem, particularly I need exampleLoaderHelper to load my positive and negative examples. It works nice with the release distribution (1.3.0). However, with the latest development version (1.3.1), the ComponentInitException: 'No positive examples have been set' is thrown. It seems to me that the problem is due to the premature initialization of the ExampleLoader component. When I removed the setting of the 'initialized' flag, line 81 in ExampleLoader.java, DL-learner works with my data correctly. But I'm not sure if this simple fix is correct and has no other side effects. best Regards, Igor Kossaczky Institute of Computer Science and Mathematics Slovak University of Technology Ilkovicova 3, 812 19 Bratislava, Slovakia |