Creating histograms
SouL_Blaz3
New Altair Community Member
Hi,
I have a process that returns a RemappedExampleSet. I have been searching the API on how I can convert this to a Dataset, and I can't find anywhere.
What I'd like to do is creating an histogram chart with the results. Can anyone help me?
Thanks a lot
I have a process that returns a RemappedExampleSet. I have been searching the API on how I can convert this to a Dataset, and I can't find anywhere.
What I'd like to do is creating an histogram chart with the results. Can anyone help me?
Thanks a lot
Tagged:
0
Answers
-
Hi,
the RemappedExampleset is an subclass of ExampleSet, the major data class in RapidMiner. If you want to convert it to a DataTable to be able to plot it, you can use the DataTableExampleSetAdapter.
By the way: Why not posting this in the developer forum?
Greetings,
Sebastian0