|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.Operator
com.rapidminer.operator.learner.AbstractLearner
com.rapidminer.operator.learner.weka.GenericWekaLearner
public class GenericWekaLearner
Performs the Weka learning scheme with the same name. See the Weka javadoc
for further classifier and parameter descriptions.
| Field Summary | |
|---|---|
static java.lang.String[] |
WEKA_CLASSIFIERS
|
| Fields inherited from class com.rapidminer.operator.learner.AbstractLearner |
|---|
PROPERTY_RAPIDMINER_GENERAL_CAPABILITIES_WARN |
| Constructor Summary | |
|---|---|
GenericWekaLearner(OperatorDescription description)
|
|
| Method Summary | |
|---|---|
java.util.List<ParameterType> |
getParameterTypes()
Returns a list of ParameterTypes describing the parameters of this operator. |
weka.core.TechnicalInformation |
getTechnicalInformation()
|
java.lang.String |
getWekaClassPath()
This method is used by the GenericWekaLearner to specify the
learners name. |
java.util.List |
getWekaParameterList()
This method is used by the GenericWekaMetaLearner to specify the
learners parameters. |
Model |
learn(ExampleSet exampleSet)
Trains a model. |
boolean |
onlyWarnForNonSufficientCapabilities()
Returns true. |
boolean |
supportsCapability(LearnerCapability capability)
Checks for Learner capabilities. |
| Methods inherited from class com.rapidminer.operator.learner.AbstractLearner |
|---|
apply, getEstimatedPerformance, getInputClasses, getInputDescription, getOptimizationPerformance, getOutputClasses, getWeights, shouldCalculateWeights, shouldDeliverOptimizationPerformance, shouldEstimatePerformance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.rapidminer.operator.learner.Learner |
|---|
getName |
| Field Detail |
|---|
public static final java.lang.String[] WEKA_CLASSIFIERS
| Constructor Detail |
|---|
public GenericWekaLearner(OperatorDescription description)
| Method Detail |
|---|
public Model learn(ExampleSet exampleSet)
throws OperatorException
Learner
learn in interface LearnerOperatorExceptionpublic weka.core.TechnicalInformation getTechnicalInformation()
getTechnicalInformation in interface weka.core.TechnicalInformationHandlerpublic java.lang.String getWekaClassPath()
GenericWekaLearner to specify the
learners name.
public java.util.List getWekaParameterList()
GenericWekaMetaLearner to specify the
learners parameters.
public boolean onlyWarnForNonSufficientCapabilities()
onlyWarnForNonSufficientCapabilities in class AbstractLearnerpublic boolean supportsCapability(LearnerCapability capability)
Learner
supportsCapability in interface Learnerpublic java.util.List<ParameterType> getParameterTypes()
Operator
getParameterTypes in interface ParameterHandlergetParameterTypes in class Operator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||