public class TextIndexUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static FunctionInvocation.Tf |
asTf(FunctionInvocation functionInvocation) |
static FunctionInvocation.TfIdf |
asTfIdf(FunctionInvocation functionInvocation) |
static com.sun.codemodel.JExpression |
computeTermFrequencyTable(com.sun.codemodel.JVar assignmentTargetVar,
org.dmg.pmml.TextIndex textIndex,
com.sun.codemodel.JExpression textIndexExpr,
com.sun.codemodel.JExpression vocabularyExpr,
int maxLength,
TranslationContext context) |
static org.dmg.pmml.TextIndex |
toLocalTextIndex(org.dmg.pmml.TextIndex textIndex,
org.dmg.pmml.FieldName name) |
public static org.dmg.pmml.TextIndex toLocalTextIndex(org.dmg.pmml.TextIndex textIndex,
org.dmg.pmml.FieldName name)
public static com.sun.codemodel.JExpression computeTermFrequencyTable(com.sun.codemodel.JVar assignmentTargetVar,
org.dmg.pmml.TextIndex textIndex,
com.sun.codemodel.JExpression textIndexExpr,
com.sun.codemodel.JExpression vocabularyExpr,
int maxLength,
TranslationContext context)
public static FunctionInvocation.Tf asTf(FunctionInvocation functionInvocation)
public static FunctionInvocation.TfIdf asTfIdf(FunctionInvocation functionInvocation)
Copyright © 2021. All rights reserved.