public abstract class Transformer
extends net.razorvine.pickle.objects.ClassDict
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Transformer(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected org.dmg.pmml.FieldName |
createName(String id) |
protected org.dmg.pmml.FieldName |
createName(String id,
int index) |
abstract List<org.jpmml.converter.Feature> |
encodeFeatures(List<String> ids,
List<org.jpmml.converter.Feature> features,
FeatureMapper featureMapper) |
org.dmg.pmml.DataType |
getDataType() |
org.dmg.pmml.OpType |
getOpType() |
protected String |
name() |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic abstract List<org.jpmml.converter.Feature> encodeFeatures(List<String> ids, List<org.jpmml.converter.Feature> features, FeatureMapper featureMapper)
public org.dmg.pmml.OpType getOpType()
public org.dmg.pmml.DataType getDataType()
protected String name()
protected org.dmg.pmml.FieldName createName(String id)
protected org.dmg.pmml.FieldName createName(String id, int index)
Copyright © 2016. All Rights Reserved.