Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.85 KB

File metadata and controls

17 lines (10 loc) · 1.85 KB

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.