Class KiePMMLRow
- java.lang.Object
-
- org.kie.pmml.commons.model.expressions.KiePMMLRow
-
- All Implemented Interfaces:
Serializable
public class KiePMMLRow extends Object implements Serializable
KiePMML representation of an InlineTable Row- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KiePMMLRow(Map<String,Object> columnValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Object>evaluate(Map<String,Object> columnPairsMap, String outputColumn, String regexField)voidreplace(AtomicReference<String> text, String inField, String outField, String regexField, boolean isCaseSensitive, int maxLevenshteinDistance, boolean tokenize, String wordSeparatorCharacterRE)
-