uds-se / mudflow-statistical-analysis

The repository contains scripts that are needed for statistical analysis of data flows
https://www.st.cs.uni-saarland.de/appmining/mudflow/
2 stars 4 forks source link

Format of CSV file #2

Closed davidyoung8906 closed 7 years ago

davidyoung8906 commented 7 years ago

I noticed that in data (https://github.com/uds-se/mudflow-statistical-analysis/tree/master/data) folder, there are three different RDS files. Can you let me know the format of CSV files to generate the RDS files? For the initial try, I followed the format of the file on your website (https://www.st.cs.uni-saarland.de/appmining/mudflow/data/data_dump.xlsx) and it does not seems to work. I directly replaced the mudflow_paper.rds with the generated RDS file. Is there any additional configuration that I should do?

Thanks!

davidyoung8906 commented 7 years ago

Can any one help to respond? Thanks!

vitaliiavdiienko commented 7 years ago

file=readRDS("your_rds_file.rds") names(file)

Enjoy :)

davidyoung8906 commented 7 years ago

Hi! Vitalii, MUDFLOW did know where to find my RDS file because I directly replace the mudflow_paper.rds. What I am asking is the format of the CSV file. Because in your sample file (data_dump.xlsx), data of the benign apps are in a separate spreadsheet from the malware's data, I don't know how to represent the benign or malicious in the CSV/RDS file. Can you provide some hints about this?

Thanks!