Weka package wrapping SMILE algorithms (http://haifengl.github.io/).
-
Classification
-
Regression
-
Clustering
-
Kernels
- smile.math.kernel.SmileGaussianKernel
- smile.math.kernel.SmileHellingerKernel
- smile.math.kernel.SmileHyperbolicTangentKernel
- smile.math.kernel.SmileLaplacianKernel
- smile.math.kernel.SmileLinearKernel
- smile.math.kernel.SmilePearsonKernel
- smile.math.kernel.SmilePolynomialKernel
- smile.math.kernel.SmileThinPlateSplineKernel
-
Distance functions
- TODO
For more information on how to install the package, see:
https://waikato.github.io/weka-wiki/packages/manager/
Add the following dependency in your pom.xml
to include the package:
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>smile-weka-package</artifactId>
<version>TODO</version>
<type>jar</type>
<exclusions>
<exclusion>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>weka-dev</artifactId>
</exclusion>
</exclusions>
</dependency>