Hi:
I’m traying to develop a new knime node, that use a weka J48 implemntation. When i try to use weka predictor i’m getting this error “Unable to clone input data at port 1 (Weka model): null”
help me please
Hi @Lisandra_Bravo,
how did you integrate with the weka integration, did you implement the required extension points? Are you able to share you project with us so that we can take a look? Did you try setting a breakpoint on the NullPointer
exception to see where the exception it thrown? (see here for an explanation on how to this.).
best,
Gabriel
thank you very much, the problem was simpler, were not properly serializing classes.
regards
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.