Creating histograms

SouL_Blaz3
SouL_Blaz3 New Altair Community Member
edited November 5 in Community Q&A
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
Tagged:

Answers

  • land
    land New Altair Community Member
    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,
      Sebastian