Class RuleGenerator
java.lang.Object
adaa.analytics.rules.logic.rulegenerator.RuleGenerator
The basic RuleKit learner operator. It enables inducing classification, regression,
and survival rules - the problem type is established automatically using metadata of
the training set.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOperatorListener(ICommandListener commandListener) Used by python wrappervoidconfigureLogger(String level) Used by python wrappervoidconfigureLogger(String filePath, String level) Used by python wrapperbooleancontainsParameter(String key) Used by python wrapperlearn(IExampleSet exampleSet) voidsetListParameter(String key, List<String[]> o) Used by python wrappervoidsetParameter(String key, String o) Used by python wrappervoidsetRuleGeneratorParams(RuleGeneratorParams ruleGeneratorParams) voidsetUserMeasureInductionObject(IUserMeasure userMeasureInductionObject) Used by python wrappervoidsetUserMeasurePurningObject(IUserMeasure userMeasurePurningObject) Used by python wrappervoidsetUserMeasureVotingObject(IUserMeasure userMeasureVotingObject) Used by python wrapper
-
Field Details
-
ruleGeneratorParams
-
operatorCommandProxy
-
-
Constructor Details
-
RuleGenerator
public RuleGenerator() -
RuleGenerator
public RuleGenerator(boolean useExpert) Used by python wrapper
-
-
Method Details
-
configureLogger
Used by python wrapper -
configureLogger
Used by python wrapper- Throws:
FileNotFoundException
-
addOperatorListener
Used by python wrapper -
learn
-
containsParameter
Used by python wrapper -
setRuleGeneratorParams
-
setParameter
Used by python wrapper -
setListParameter
Used by python wrapper -
setUserMeasureInductionObject
Used by python wrapper -
setUserMeasurePurningObject
Used by python wrapper -
setUserMeasureVotingObject
Used by python wrapper -
getParamsAsJsonString
-