|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.yale.operator.Operator
edu.udo.cs.yale.operator.OperatorChain
edu.udo.cs.yale.operator.validation.WrapperValidationChain
edu.udo.cs.yale.operator.validation.RandomSplitWrapperValidationChain
public class RandomSplitWrapperValidationChain
This operator evaluates the performance of feature weighting algorithms
including feature selection. The first inner operator is the weighting
algorithm to be evaluated itself. It must return an attribute weights vector
which is applied on the data. Then a new model is created using the second
inner operator and a performance is retrieved using the third inner operator.
This performance vector serves as a performance indicator for the actual
algorithm.
This implementation is described for the RandomSplitValidationChain.
| Constructor Summary | |
|---|---|
RandomSplitWrapperValidationChain(OperatorDescription description)
|
|
| Method Summary | |
|---|---|
IOObject[] |
apply()
Applies all inner operators. |
int |
getNumberOfValidationSteps()
|
java.util.List<ParameterType> |
getParameterTypes()
Returns a list of ParameterTypes describing the parameters of this operator. |
| Methods inherited from class edu.udo.cs.yale.operator.validation.WrapperValidationChain |
|---|
evaluate, getInnerOperatorCondition, getInputClasses, getMaxNumberOfInnerOperators, getMinNumberOfInnerOperators, getNumberOfSteps, getOutputClasses, learn, setResult, useMethod |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RandomSplitWrapperValidationChain(OperatorDescription description)
| Method Detail |
|---|
public IOObject[] apply()
throws OperatorException
OperatorChainOperatorChain.clearStepCounter().
apply in class OperatorChainOperatorExceptionpublic int getNumberOfValidationSteps()
getNumberOfValidationSteps in class WrapperValidationChainpublic java.util.List<ParameterType> getParameterTypes()
Operator
getParameterTypes in class Operator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||