|
|||||||||
| 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.ConceptOperator
edu.udo.cs.miningmart.operator.SingleCSOperator
edu.udo.cs.miningmart.operator.ModelApplier
edu.udo.cs.miningmart.operator.TupleWiseModelApplier
public abstract class TupleWiseModelApplier
| Field Summary |
|---|
| Fields inherited from class edu.udo.cs.miningmart.operator.ConceptOperator |
|---|
suffixForIntermediateViews |
| Fields inherited from class edu.udo.cs.miningmart.operator.ExecutableOperator |
|---|
generatedSQLDefinitions |
| Constructor Summary | |
|---|---|
TupleWiseModelApplier()
|
|
| Method Summary | |
|---|---|
protected abstract java.lang.String |
getPredictionFor(java.lang.String[] predictBy)
|
protected void |
insertIntoDb(java.lang.String[] valueArray,
java.lang.String sqlPrefix,
java.lang.String sqlSuffix)
|
protected void |
predict()
Predicts the values applying the specified models. |
| Methods inherited from class edu.udo.cs.miningmart.operator.SingleCSOperator |
|---|
generateColumnSetsForOp, generateSQLDefinition, getNewCSName, getTypeOfNewColumnSet, handleExtraOutputFeature |
| Methods inherited from class edu.udo.cs.miningmart.operator.ConceptOperator |
|---|
compileStatement, createMetadata, createMetadataForOneBA, createStatement, generateColumns, getNewCSName, getStringForSelection, setNewCSMultiStepBranch |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TupleWiseModelApplier()
| Method Detail |
|---|
protected void predict()
throws M4Exception,
M4CompilerError
predict in class ModelApplierM4Exception
M4CompilerError
protected void insertIntoDb(java.lang.String[] valueArray,
java.lang.String sqlPrefix,
java.lang.String sqlSuffix)
throws M4CompilerError,
java.sql.SQLException
M4CompilerError
java.sql.SQLExceptionprotected abstract java.lang.String getPredictionFor(java.lang.String[] predictBy)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||