|
||||||||||
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.SVMforDataMining
edu.udo.cs.miningmart.operator.SupportVectorMachineForRegression
This operator uses mySVM to realize a Support Vector Machine for regression.
edu.udo.cs.miningmart.m4.core.operator.SVM_ForDataMining
Constructor Summary | |
SupportVectorMachineForRegression()
|
Method Summary | |
protected SVM_Wrapper |
constructWrapper(boolean useDB_SVM)
Abstract method to be implemented by subclasses. |
Methods inherited from class edu.udo.cs.miningmart.operator.SVMforDataMining |
generateSQL, getC, getDatabaseSchema, getEpsilon, getKernelType, getKey, getLossFunctionNeg, getLossFunctionPos, getPrefixForDatabaseObjects, getSampleSize, getThePredictingAttributes, getUseDatabaseSVM |
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 SupportVectorMachineForRegression()
Method Detail |
protected SVM_Wrapper constructWrapper(boolean useDB_SVM) throws M4CompilerError
SVMforDataMining
constructWrapper
in class SVMforDataMining
useDB_SVM
- True iff the SVM implementation inside
the database is to be used.
M4CompilerError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |