"Filtering the examples"

ShubhaShubha MemberPosts:139Guru
edited May 2019 inHelp
Hi RM,

I need to filter out a few examples in my ExampleSet. Say suppose, I have a single nominal attribute, with the examples as:

Rapid Miner
操作符*
Process * Log
Country = XYZ
State = ABC

I need to filter out the examples which contains = or *. How do i do this? I tried with the ExampleFilter with the option "Attribute Value Filter". But was not able to get it.

Thanks,
Shubha
Tagged:

Answers

  • haddockhaddock MemberPosts:849Maven
    If you have actually tried this then please post data and process code, without which no comment is feasible.
  • ShubhaShubha MemberPosts:139Guru
    Here's the xml code...

    <操作符的名字= "Root" class="Process" expanded="yes">
    <操作符的名字= "ExampleSource" class="ExampleSource">


    <操作符的名字= "ChangeAttributeNames2Generic" class="ChangeAttributeNames2Generic">




    And the data is attached as "ToRead.txt".

    [attachment deleted by admin]
  • haddockhaddock MemberPosts:849Maven
    Not sure how you imagined that would filter your examples, butthisdoes.
    <操作符的名字= "Root" class="Process" expanded="yes">
    <操作符的名字= "NominalExampleSetGenerator" class="NominalExampleSetGenerator">

    <操作符的名字= "Mapping" class="Mapping" breakpoints="after">






    <操作符的名字= "ExampleFilter" class="ExampleFilter">




  • ShubhaShubha MemberPosts:139Guru
    Thank you very much Haddock... That worked...
Sign InorRegisterto comment.