public class MultiLookupTransformer extends LookupTransformer
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MultiLookupTransformer(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
createInputColumns(List<org.jpmml.converter.Feature> features) |
protected org.dmg.pmml.Row |
createRow(DocumentBuilder documentBuilder,
List<String> columns,
Object inputValue,
Object outputValue) |
List<org.jpmml.converter.Feature> |
encodeFeatures(List<org.jpmml.converter.Feature> features,
SkLearnEncoder encoder) |
org.dmg.pmml.DataType |
getDataType() |
getDefaultValue, getMapping, getOpTypegetDTypeget, getArray, getArray, getArrayShape, getArrayShape, getList, getList, getScalar, getTupleListclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic org.dmg.pmml.DataType getDataType()
getDataType in class LookupTransformerpublic List<org.jpmml.converter.Feature> encodeFeatures(List<org.jpmml.converter.Feature> features, SkLearnEncoder encoder)
encodeFeatures in class LookupTransformerprotected List<String> createInputColumns(List<org.jpmml.converter.Feature> features)
createInputColumns in class LookupTransformerprotected org.dmg.pmml.Row createRow(DocumentBuilder documentBuilder, List<String> columns, Object inputValue, Object outputValue)
createRow in class LookupTransformerCopyright © 2018. All rights reserved.