0

I developed a good system for my task using WEKA KnowldgeFlow saving a .kf file and now I'd like to translate it to use into the SimpleCli command line. I don't want to run a kf file from SimpleCli but to obtain a code. Does exist a method or plugin to make it automatically ?

Thanks

I searched a plugin without results.

3
  • What is the reason behind switching from KnowledgeFlow to SimpleCLI? Commented Sep 27, 2023 at 19:55
  • I need to reproduce the same results and to visualize the code and the variables in the SimpleCli or Eclipse IDE to make some changes to adapt it to my task and to verify that the process is feasible. In few words I need a work environement similar to Matlab or Phyton. Commented Sep 28, 2023 at 7:03
  • You can write Java code (using the Weka API) using the jshell-scripting Weka package, if you want to avoid compilation. For using the Weka API, have a look at the Weka wiki on that subject. Commented Oct 5, 2023 at 19:54

1 Answer 1

0

I'm not aware of such a plugin. Since you can do more complicated things with the KnowledgeFlow than with the SimpleCLI, i.e., you may not be able to map your workflow onto SimpleCLI commands.

Sign up to request clarification or add additional context in comments.

4 Comments

And in an external IDE?
Do you mean not all the KnowledgeFlow functions are into the Weka.jar file?
No, the weka.jar IS the Weka API. The KnowledgeFlow exposes a lot of it. But when writing your own Java code, you can do more than the KnowledgeFlow allows you to do.
Finally I solved manually . It was not quite difficult . I was new in java environement.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.