public abstract class RegExTransformer extends Transformer
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
protected static String |
RE_FLAVOUR_PCRE |
protected static String |
RE_FLAVOUR_PCRE2 |
protected static String |
RE_FLAVOUR_RE |
UNKNOWN| Constructor and Description |
|---|
RegExTransformer(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
formatArg(String string) |
org.dmg.pmml.DataType |
getDataType() |
org.dmg.pmml.OpType |
getOpType() |
String |
getPattern() |
String |
getReFlavour() |
protected static org.jpmml.python.RegExFlavour |
parseReFlavour(String reFlavour) |
checkFeatures, createFieldName, createFieldName, encode, encodeFeatures, getDType, getNumberOfFeatures, getOptionalDType, refineWildcardFeature, setPMMLName, updateDataField, updateFeaturescheckSkLearnVersion, checkVersion, getFeatureNamesIn, getPMMLName, getSkLearnVersioncontainsKey, delattr, get, get, getArray, getArray, getArray, getArrayList, getArrayList, getArrayShape, getArrayShape, getattr, getattr, getBoolean, getBooleanArray, getClassName, getDict, getEnum, getEnumList, getIdentifiable, getInteger, getIntegerArray, getList, getList, getListLike, getListLike, getNumber, getNumberArray, getObject, getObjectArray, getObjectList, getOptional, getOptionalBoolean, getOptionalBoolean, getOptionalDict, getOptionalEnum, getOptionalIdentifiable, getOptionalInteger, getOptionalNumber, getOptionalObject, getOptionalScalar, getOptionalString, getOptionalTuple, getPythonModule, getPythonName, getScalar, getString, getStringArray, getStringList, getTuple, getTupleList, hasattr, put, putAll, remove, setattr, setClassName, updateclear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetPMMLNameprotected static final String RE_FLAVOUR_PCRE
protected static final String RE_FLAVOUR_PCRE2
protected static final String RE_FLAVOUR_RE
public org.dmg.pmml.OpType getOpType()
getOpType in interface HasTypegetOpType in class Transformerpublic org.dmg.pmml.DataType getDataType()
getDataType in interface HasTypegetDataType in class Transformerpublic String getPattern()
public String getReFlavour()
protected static org.jpmml.python.RegExFlavour parseReFlavour(String reFlavour)
Copyright © 2024. All rights reserved.