sclera-plugin-weka

Add-on that enables Sclera to perform machine learning using the WEKA library from within SQL

License

License

GroupId

GroupId

com.scleradb
ArtifactId

ArtifactId

sclera-plugin-weka_2.13
Last Version

Last Version

4.0
Release Date

Release Date

Type

Type

jar
Description

Description

sclera-plugin-weka
Add-on that enables Sclera to perform machine learning using the WEKA library from within SQL
Project URL

Project URL

https://github.com/scleradb/sclera-plugin-weka
Project Organization

Project Organization

Sclera, Inc.
Source Code Management

Source Code Management

https://github.com/scleradb/sclera-plugin-weka

Download sclera-plugin-weka_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.scleradb/sclera-plugin-weka_2.13/ -->
<dependency>
    <groupId>com.scleradb</groupId>
    <artifactId>sclera-plugin-weka_2.13</artifactId>
    <version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.scleradb/sclera-plugin-weka_2.13/
implementation 'com.scleradb:sclera-plugin-weka_2.13:4.0'
// https://jarcasting.com/artifacts/com.scleradb/sclera-plugin-weka_2.13/
implementation ("com.scleradb:sclera-plugin-weka_2.13:4.0")
'com.scleradb:sclera-plugin-weka_2.13:jar:4.0'
<dependency org="com.scleradb" name="sclera-plugin-weka_2.13" rev="4.0">
  <artifact name="sclera-plugin-weka_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scleradb', module='sclera-plugin-weka_2.13', version='4.0')
)
libraryDependencies += "com.scleradb" % "sclera-plugin-weka_2.13" % "4.0"
[com.scleradb/sclera-plugin-weka_2.13 "4.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
nz.ac.waikato.cms.weka : weka-stable jar 3.8.4

provided (2)

Group / Artifact Type Version
com.scleradb : sclera-config_2.13 jar 4.0
com.scleradb : sclera-core_2.13 jar 4.0

Project Modules

There are no modules declared in this project.

Sclera - Weka Connector

Maven Central scaladoc

Enables Sclera to perform classification and clustering on data from within SQL.

With this component, a classifier or a clusterer can be trained in just a single SQL command. Scoring new data using the classifier, or segmenting data using the clusterer gets done using a simple SQL operator (Sclera's extension) that seamlessly embeds within your SQL query.

The component uses the Weka library, which is downloaded automatically as a part of the installation.

Please refer to the ScleraSQL Reference document for details on using the component's features in a SQL query.

Important The Weka library is licensed under the GNU General Public License version 3. For compatibility, this component is licensed under the GNU General Public License version 3 as well. Please use this component in accordance with this license. To get a commercial license for Weka, please refer to the Weka FAQ.

This component is an OPTIONAL extension. As such, this component's license does NOT affect your use of any other Sclera component, or the core Sclera platform.

com.scleradb

Sclera, Inc.

Extensible Data Processing

Versions

Version
4.0