This package contains a generic implementation of greedy Information Theoretic Feature Selection (FS) methods. The implementation is based on the common theoretic framework presented by Gavin Brown. Implementations of mRMR, InfoGain, JMI and other commonly used FS filters are provided.
Would it be possible to build and deploy a sources jar along with the execution jar when you deploy to the maven repository? Having the source makes it easy to debug and follow the code during execution.
Its pretty easy, just add the sources plugin section (link below) to the pom file and it'll create the sources jar when you run package.
Would it be possible to build and deploy a sources jar along with the execution jar when you deploy to the maven repository? Having the source makes it easy to debug and follow the code during execution.
Its pretty easy, just add the sources plugin section (link below) to the pom file and it'll create the sources jar when you run package.
https://maven.apache.org/plugin-developers/cookbook/attach-source-javadoc-artifacts.html