public final class IncrementalLearnerWorldSelectingEvaluator extends Object implements Function<Context,Context>
IncrementalBilinearSparseOnlineLearner,
This function:
- evaluates an old learner on the new state,
- selects important words from the new learner| Constructor and Description |
|---|
IncrementalLearnerWorldSelectingEvaluator(BilinearEvaluator eval,
IncrementalLearnerFunction func)
The evaluation to apply before learning, the function to feed examples for learning
|
| Modifier and Type | Method and Description |
|---|---|
Context |
apply(Context in)
Apply the function to the input argument and return the result.
|
public IncrementalLearnerWorldSelectingEvaluator(BilinearEvaluator eval, IncrementalLearnerFunction func)
eval - func -