Package org.jpmml.translator
Interface FunctionInvocation.TfIdf
-
- All Superinterfaces:
FunctionInvocation
- Enclosing interface:
- FunctionInvocation
public static interface FunctionInvocation.TfIdf extends FunctionInvocation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jpmml.translator.FunctionInvocation
FunctionInvocation.Ref, FunctionInvocation.Tf, FunctionInvocation.TfIdf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionInvocation.TfgetTf()java.lang.NumbergetWeight()
-
-
-
Method Detail
-
getTf
FunctionInvocation.Tf getTf()
-
getWeight
java.lang.Number getWeight()
-
-