|
|||||||||
| 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.SupportVectorMachineForClassification
public class SupportVectorMachineForClassification
This operator uses mySVM to realize a Support Vector Machine for classification.
edu.udo.cs.miningmart.m4.core.operator.SVM_ForDataMining| Constructor Summary | |
|---|---|
SupportVectorMachineForClassification()
|
|
| 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, 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 SupportVectorMachineForClassification()
| Method Detail |
|---|
protected SVM_Wrapper constructWrapper(boolean useDB_SVM)
throws M4CompilerError
SVMforDataMining
constructWrapper in class SVMforDataMininguseDB_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 | ||||||||