|
|||||||||
| 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.uep.Discretization
public abstract class Discretization
M4 Compiler
Copyright: Copyright (c) 2002
Company: University Dortmund
| Constructor Summary | |
|---|---|
Discretization()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
generateLabels(int num)
|
java.lang.String |
generateSQL(Column theTargetAttributeColumn)
Abstract method to be implemented by all subclasses. |
| Methods inherited from class edu.udo.cs.miningmart.operator.FeatureConstruction |
|---|
compileStatement, createStatement, 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 Discretization()
| Method Detail |
|---|
public java.lang.String[] generateLabels(int num)
throws M4CompilerError
M4CompilerError
public java.lang.String generateSQL(Column theTargetAttributeColumn)
throws M4CompilerError
FeatureConstruction
generateSQL in class FeatureConstructiontheTargetAttributeColumn - The Column to which this FeatureConstruction Operator
is applied. Some subclasses may ignore this parameter.
M4CompilerError - A simple exception object with an error message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||