org.jpmml.evaluator
Class ParameterUtil
java.lang.Object
org.jpmml.evaluator.ParameterUtil
public class ParameterUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
prepare
public static Object prepare(DataField dataField,
MiningField miningField,
String string)
parse
public static Object parse(DataType dataType,
String string)
toString
public static String toString(Object value)
- Converts the specified value from an unknown data type to String data type.
- See Also:
DataType.STRING
toDouble
public static Double toDouble(Object value)
- Converts the specified value from an unknown data type to Double data type.
- See Also:
DataType.DOUBLE
getDataType
public static DataType getDataType(Object object)
getDataType
public static DataType getDataType(String string)
Copyright © 2013 University of Tartu. All Rights Reserved.