public interface Scorer<S>
| Modifier and Type | Method and Description |
|---|---|
S |
prepare(org.dmg.pmml.tree.Node node) |
void |
yield(S score,
TranslationContext context) |
void |
yieldIf(com.sun.codemodel.JExpression expression,
S score,
TranslationContext context) |
S prepare(org.dmg.pmml.tree.Node node)
void yield(S score, TranslationContext context)
void yieldIf(com.sun.codemodel.JExpression expression,
S score,
TranslationContext context)
Copyright © 2021. All rights reserved.