Using exampleSet to populate CSVExampleSource
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
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