How to enable javadoc in Weka API in Netbeans (Ubuntu)

I am currently using Ubuntu as my OS. I need to include the Javadoc Weka API in my Netbeans IDE installation. How can i do this?

+3


source to share


1 answer


Following are the steps to add the Weka API Javadoc to the NetBeans IDE:

  • Right Click on Project -> Properties -> Libraries
  • Select the library you want to add javadoc to
  • Click the "Edit" button and from there you can browse the javadoc folder.


The Javadoc folder in Weka is located in the Weka-XX installation directory (ie ~/Weka-3-6

).

+3


source







All Articles