First of all i would like to thank you for this great effort, Debellor really helpfull for understanding the Data streams.
My question is that, how would we read the data for stream.
as in example you mentioned the way how to read the Arff file in a cell should we use that cell for stream. e.g.
- Code: Select all
Cell arff = new ArffReader();
rff.set("filename", "data/glass.arff");
arff.set("decisionAttr", "last");
Cell streamCell.setSource(arff);
streamCell.set("windowLength", 100);
do you think its the right way
i did like this but when i convert the data from
..............................
header = DataConverter.headerFrom(type);
DoubleDataTable table= new ArrayListDoubleDataTable(header);
......................................
first line produce error
"Debellor to Rseslib conversion error. Unsupported feature type."I hope you would understand my Question
Regards.
Zia