🎉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

Creating histograms

User: "SouL_Blaz3"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "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