|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.udo.cs.miningmart.operator.ExecutableOperator
edu.udo.cs.miningmart.operator.FeatureConstruction
edu.udo.cs.miningmart.operator.GenericFeatureConstruction
This operator constructs a new feature by using SQL code (provided by the parameter sql_string) for the column definition for the new feature.
| Constructor Summary | |
GenericFeatureConstruction()
|
|
| Method Summary | |
java.lang.String |
generateSQL(Column targetColumn)
Abstract method to be implemented by all subclasses. |
java.lang.String |
getSqlString()
|
| Methods inherited from class edu.udo.cs.miningmart.operator.FeatureConstruction |
compileStatement, createStatement, estimateStatistics, execute, generateColumnForOp, getCurrentLoopNumber, getTheInputConcept, getTheOutputAttribute, getTheOutputAttribute, getTheTargetAttribute, getTheTargetAttribute, load, writeResults |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GenericFeatureConstruction()
| Method Detail |
public java.lang.String generateSQL(Column targetColumn)
throws M4CompilerError
FeatureConstruction
generateSQL in class FeatureConstructiontargetColumn - The Column to which this FeatureConstruction Operator
is applied. Some subclasses may ignore this parameter.
M4CompilerError - A simple exception object with an error message.edu.udo.cs.miningmart.m4.core.operator.FeatureConstruction#generateSQL(Column)
public java.lang.String getSqlString()
throws M4CompilerError
M4CompilerError
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||