The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

non nominal type to nominal type

vikki499vikki499 Member Posts: 1 Learner I
how to convert non nominal to nominal?

Answers

  • varunm1varunm1 Member Posts: 1,207 Unicorn
    Hello @vikki499

    Is your non-nominal data "text" or "numerical"? There are operators that change text to nominal, numerical to polynomial. So you can select based on your type of data.

    Thanks,
    Varun
    Regards,
    Varun
    https://www.varunmandalapu.com/

    Be Safe. Follow precautions and Maintain Social Distancing

  • jacobcybulskijacobcybulski Member, University Professor Posts: 391 Unicorn
    If your attribute is text, perhaps there is a good reason why it is not nominal, e.g. it may have several thousand possible values. If this is so, I'd first parse the text (e.g. with Process Documents) and create a large collection of term-attributes. If at the end you decide you have too many, you could weight them against the label and select top k based on these weights.

    Jacob
Sign In or Register to comment.