public abstract class Transformer extends PyClassDict
| Constructor and Description |
|---|
Transformer(java.lang.String module,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<org.jpmml.converter.Feature> |
encodeFeatures(java.util.List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
org.dmg.pmml.DataType |
getDataType() |
DType |
getDType() |
org.dmg.pmml.OpType |
getOpType() |
get, getArray, getArray, getArrayShape, getArrayShape, getList, getList, getOption, getTupleListclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic abstract java.util.List<org.jpmml.converter.Feature> encodeFeatures(java.util.List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder)
public org.dmg.pmml.OpType getOpType()
public org.dmg.pmml.DataType getDataType()
public DType getDType()
Copyright © 2018. All Rights Reserved.