🎉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

Using exampleSet to populate CSVExampleSource

User: "ml_guy"
New Altair Community Member
Updated by Jocelyn
I have a Java method in which data is passed in a multidimensional array which i use to construct a MemoryExampleTable. I then use the MemoryExampleTable to get an ExampleSet using "MemoryExampleTable.createExampleSet()".
Now I want to use this ExampleSet as input in any of the IO class (preferably CSVExampleSource) so that a supervised learning method can be applied on it. I have searched a lot but am not finding any clue anywhere.

In a nutshell, I need to know how to apply learning algorithm on memory based data.

Can someone please help me in this regard. I would be really really grateful.

Thanks in advance

Find more posts tagged with