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
[SOLVED] Has RM concept of metadata associated to ExampleSet, not attribute?
Hello all,
In RM is there concept of metadata associated to ExampleSet (not to attribute)?
For example, I have conducted an experiment on three subjects "Joe", "Jane", "Fred", and there are three datafiles that have the same format, but different content. I have a file reader that converts each file to an ExampleSet.
So after I load the files into RM, I have exampleSet1 from experiment1, exampleSet2 from experiment2, exampleSet3 from experiment3 and so on.
What RM abstraction helps me associate "Joe" to exampleSet1 , "Jane" to examplSet2 etc.?
I suppose I could add another attribute "Subject Name" to the exampleSet, but then I have a strange sparsity situation.
I might have 1e5 examples with numerical data and "Subject Name" not set.
And one example with no numerical data, and "Subject Name" set.
Is this the right way to go about it?
In the end result, I suppose, this metadata might be used for labelling charts and plots. E.g. blue curve is "Fred", red curve is "Joe" etc.
Thank you for your advice.
Owen
In RM is there concept of metadata associated to ExampleSet (not to attribute)?
For example, I have conducted an experiment on three subjects "Joe", "Jane", "Fred", and there are three datafiles that have the same format, but different content. I have a file reader that converts each file to an ExampleSet.
So after I load the files into RM, I have exampleSet1 from experiment1, exampleSet2 from experiment2, exampleSet3 from experiment3 and so on.
What RM abstraction helps me associate "Joe" to exampleSet1 , "Jane" to examplSet2 etc.?
I suppose I could add another attribute "Subject Name" to the exampleSet, but then I have a strange sparsity situation.
I might have 1e5 examples with numerical data and "Subject Name" not set.
And one example with no numerical data, and "Subject Name" set.
Is this the right way to go about it?
In the end result, I suppose, this metadata might be used for labelling charts and plots. E.g. blue curve is "Fred", red curve is "Joe" etc.
Thank you for your advice.
Owen
0
Answers
have a look at the "Annotate" operator which can be used to, well, annotate things on your data. These annotations can be seen in the results perspective under the "Annoations" tab and they can be used with the other Annotations operators.
Regards,
Marco