ogeagla / dstream_client

Apache License 2.0
1 stars 0 forks source link

Do you still have this document “from utils import Utils” ? Can you publish it? Thank you very much #1

Open liqing0lsf opened 1 year ago

liqing0lsf commented 1 year ago

Utils.scale_vector
Utils.show_scatter Utils.get_emu_data() Utils.get_boa2_data() Utils.sanitize_data()

ogeagla commented 1 year ago

Hey, thanks for raising this issue. Some of the data (emulated, BoA) was proprietary, but I can try to dig up the implementations of the other functions and at least the shape of the data the client was using. May I hear a bit more about your use case so I can perhaps provide a distilled example possibly?

liqing0lsf commented 1 year ago

Thank you very much for your answer! I have read this paper”Density-Based Clustering for Real-Time Stream Data” and wanted to reproduce it.I failed because of the error reported. NameError: name 'Utils' is not defined I want to do the classification of device types based on stream data. Could you give me some advice? Thank you very much!