Uses of Class
org.jpmml.python.Scope
-
Packages that use Scope Package Description org.jpmml.python -
-
Uses of Scope in org.jpmml.python
Subclasses of Scope in org.jpmml.python Modifier and Type Class Description classBlockScopeclassDataFrameScopeMethods in org.jpmml.python that return Scope Modifier and Type Method Description ScopeAbstractTranslator. ensureScope()ScopeAbstractTranslator. getScope()Methods in org.jpmml.python with parameters of type Scope Modifier and Type Method Description voidAbstractTranslator. setScope(Scope scope)static org.dmg.pmml.ExpressionExpressionTranslator. translate(String string, Scope scope)static org.dmg.pmml.ExpressionExpressionTranslator. translate(String string, Scope scope, boolean compact)static org.dmg.pmml.PredicatePredicateTranslator. translate(String string, Scope scope)
-