-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Paul Götze edited this page Feb 3, 2016
·
2 revisions
Welcome to the wiki for using Weka with JRuby!
The weka gem tries to keep the namespaces as similar as possible to the namespaces given in the Java Weka library. Thus, you can also use the Weka documentation for looking up functionality and classes.
Analog to the Weka doc you can find the following namespaces:
Namespace | Description |
---|---|
Weka::Core |
defines base classes for loading, saving, creating, and editing a dataset |
Weka::Classifiers |
defines classifier classes in different sub-modules (Bayes , Functions , Lazy , Meta , Rules , and Trees ) |
Weka::Filters |
defines filter classes for processing datasets in the Supervised or Unsupervised , and Attribute or Instance sub-modules |
Weka::Clusterers |
defines clusterer classes |
Weka::AttributeSelection |
defines classes for selecting attributes from a dataset |