|
|||||||||
| 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.MissingValues
edu.udo.cs.miningmart.operator.AssignModalValue
public class AssignModalValue
This operator replaces missing values with the modal value of that column.
| Constructor Summary | |
|---|---|
AssignModalValue()
|
|
| Method Summary | |
|---|---|
java.lang.String |
generateValueForOp(Column columnWithMissingValues)
The abstract method to be implemented by the subclasses. |
| Methods inherited from class edu.udo.cs.miningmart.operator.MissingValues |
|---|
generateSQL |
| 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 AssignModalValue()
| Method Detail |
|---|
public java.lang.String generateValueForOp(Column columnWithMissingValues)
throws M4CompilerError
MissingValues
generateValueForOp in class MissingValuescolumnWithMissingValues - The Column which has some missing values.
M4CompilerError - A simple exception object with an error message.miningmart.operator.MissingValues#generateValueForOp(Column)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||