|
|||||||||
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.WrapperXValidation
public class WrapperXValidation
This operator evaluates the performance of feature weighting and selection
algorithms. The first inner operator is the algorithm to be evaluated itself.
It must return an attribute weights vector which is applied on the test data.
This fold is used to create a new model using the second inner operator and
retrieve a performance vector using the third inner operator. This
performance vector serves as a performance indicator for the actual
algorithm. This implementation of a MethodValidationChain works similar to
the XValidation
.
XValidation
Field Summary | |
---|---|
private int |
iteration
Current iteration. |
private int |
number
Total number of iterations. |
Constructor Summary | |
---|---|
WrapperXValidation(OperatorDescription description)
|
Method Summary | |
---|---|
IOObject[] |
apply()
Applies all inner operators. |
int |
getNumberOfValidationSteps()
|
java.lang.Class[] |
getOutputClasses()
Returns the classes that are guaranteed to be returned by apply() as additional output. |
java.util.List<ParameterType> |
getParameterTypes()
Returns a list of ParameterTypes describing the parameters of this operator. |
private void |
handleWeights(AttributeWeights globalWeights,
AttributeWeights currentWeights)
|
Methods inherited from class edu.udo.cs.yale.operator.validation.WrapperValidationChain |
---|
evaluate, getInnerOperatorCondition, getInputClasses, getMaxNumberOfInnerOperators, getMinNumberOfInnerOperators, getNumberOfSteps, learn, setResult, useMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int number
private int iteration
Constructor Detail |
---|
public WrapperXValidation(OperatorDescription description)
Method Detail |
---|
public int getNumberOfValidationSteps()
getNumberOfValidationSteps
in class WrapperValidationChain
public IOObject[] apply() throws OperatorException
OperatorChain
OperatorChain.clearStepCounter()
.
apply
in class OperatorChain
OperatorException
private void handleWeights(AttributeWeights globalWeights, AttributeWeights currentWeights)
public java.lang.Class[] getOutputClasses()
Operator
Operator.getInputDescription(Class)
and can be changed by
overwriting this method. Objects which are not consumed must not be
defined as additional output in this method. May be null or an empy array
(no additional output is produced).
getOutputClasses
in class WrapperValidationChain
public 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 |