Package org.jpmml.evaluator
Class ValueFactoryFactory
- java.lang.Object
-
- org.jpmml.evaluator.ValueFactoryFactory
-
- All Implemented Interfaces:
Serializable
public class ValueFactoryFactory extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ValueFactoryFactorynewInstance()ValueFactory<?>newValueFactory(org.dmg.pmml.MathContext mathContext)
-
-
-
Method Detail
-
newValueFactory
public ValueFactory<?> newValueFactory(org.dmg.pmml.MathContext mathContext)
-
newInstance
public static ValueFactoryFactory newInstance()
-
-