🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Numerical vs. Polynomial attributes

User: "nicugeorgian"
New Altair Community Member
Updated by Jocelyn
Hi,

In the table embedded in my DatabaseExampleSource operator, I have an attribute whose integer values range from 0 to 500.

This attribute is read as nominal by the DatabaseExampleSource operator and not as numerical.

Is there a way to change this? I would like that attribute to be treated as numerical?

Or is there no difference for attributes like mine, whose the range is a finite set of integers?

Thanks,
Geo

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "IngoRM"
    New Altair Community Member
    Hi Geo,

    I would have to see the schema in order to get an idea why the operator did not recognize the numerical column correctly. However, there is a simple solution for those cases: just apply either the operator "GuessValueTypes" or "NominalNumbers2Numeric" in order to transform these wrongly recognized columns. You can also restrict these operators by using the "AttributeSubsetPreprocessing" operator if necessary.

    Cheers,
    Ingo
    User: "nicugeorgian"
    New Altair Community Member
    OP
    Thanks Ingo! It worked.  :)