rdrr-io / rdrr-issues

rdrr.io issues
34 stars 7 forks source link

streamMOA #2

Closed oskarthik15 closed 8 years ago

oskarthik15 commented 8 years ago

visualisation error with reading of data for streaming of data using streamMOA. Following is the code with last two lines as error

stream <- DSD_ReadCSV("three hours from 11am 16_08_2016_data.txt",col.names=c("H", "T"),header = TRUE, loop=TRUE, sep=" ") sample <- DSC_Sample(k=20) update(sample, stream, 500) sample Reservoir sampling Class: DSC_Sample, DSC_Micro, DSC_R, DSC Number of micro-clusters: 20

recluster micro-clusters

kmeans <- DSC_Kmeans(k=3) recluster(kmeans, sample) plot(kmeans, stream, type="both") Error in get_points.DSD_ReadCSV(dsd, n, cluster = TRUE) : Stream does not support class/cluster labels.

ihowson commented 8 years ago

This bug would be better directed at the package author or a Q&A site like Stack Overflow. We're only dealing with website bugs here, not general R package support.

oskarthik15 commented 8 years ago

can you provide me author mail or contact id please. i didnt get response in stack Overflow. thank you