Description Usage Arguments Value Author(s) References
View source: R/DsManipulation.R
Various dataset manipulation functions used in dataset comparison load dataset feature frequencies from a CSV file
Read a CSV (comma seperated values) file having dataset feature frequencies into a dataframe and return it.
CSV file should have the following columns and rows: Feature_Name | DSA | DS0 | DS1 | ... | DSN ABC | 0.1 | 0.3 | 0.999 | 0.76 | ... | 0.444 ...
1 | loadDsFeatFreqsFromCsv2(workbook, seperator = ";")
|
workbook |
CSV file path |
seperator |
Seperator character (default: ';') |
data frame having feature name in the first column and feature freq- uencies for each datasets in subsequent columns (DSi)
Gürol Canbek, <gurol44@gmail.com>
G. Canbek et al. (2018) Gaining New Insight in Datasets via Multiple Binary-Feature Frequency Ranks with A Benign/Malign Mobile Apps Example, Journal of Machine Learning Research (JMLR) (Submitted) (Publications by Gurol Canbek)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.