有没有办法删除pmml字符串中的特殊字符?像下面的东西,但我添加了一个功能调用#34; removeSpecialCharacters"。
<DerivedField name="stringmatch" datatype="string" optype="categorical">
<Apply function="if">
<Apply function="equal">
<Apply function="removeSpecialCharacters">
<FieldRef="string1"/>
</Apply>
<Apply function="removeSpecialCharacters">
<FieldRef="string2"/>
</Apply>
</Apply>
<Constant>1</Constant>
<Constant>0</Constant>
</Apply>
<DerivedField/>
如果不匹配则会产生一个匹配,如果不匹配则产生零。