For a project in netbeans I have to integrate weka for supervised learning analysis? Although Jar files for weka are getting added in netbeans classes are not being created. Kindly help
You will have to provide more information or a screenshot since there are several reasons that could cause such a problem (e.g. you may miss a JAR file from the imported library, or you have not imported the necessary object in java class file). However, a very good tutorial about Weka and Netbeans can be found on the link attached below.
I assume (I may be wrong) you managed to had the jar to your project libraries in the project properties, you can use Weka classes but not get weka classes to appear in the deploy version if that is the case there is a packaging option to include dependent jars in the build. If this was not your problem please discard my answer.