Package edu.udo.cs.yale.operator.learner.weka

Operators which encapsulate the learning schemes provided by Weka.

See:
          Description

Class Summary
GenericWekaAssociationLearner Performs the Weka association rule learner with the same name.
GenericWekaEnsembleLearner Performs the ensemble learning scheme of Weka with the same name.
GenericWekaLearner Performs the Weka learning scheme with the same name.
GenericWekaMetaLearner Performs the meta learning scheme of Weka with the same name.
WekaAssociator In contrast to models generated by normal learners, the association rules cannot be applied to an example set.
WekaClassifier A Weka Classifier which can be used to classify Examples.
 

Package edu.udo.cs.yale.operator.learner.weka Description

Operators which encapsulate the learning schemes provided by Weka. These are all classifiers and association rule learners.



Copyright © 2001-2006