Transform the R matrix object to 1 .arff for the data and 2 .csv files for the row and column names. These are the 3 files required for the original BiBit Java algorithm The path of these 3 files can then be used in the arff_row_col parameter of the bibit function.
make_arff_row_col(matrix, name ="data", path ="")
Arguments
matrix: The binary input matrix.
name: Basename for the 3 input files.
path: Directory path where to write the 3 input files to.
Returns
3 input files for BiBit:
One .arff file containing the data.
One .csv file for the row names. The file contains 1 column of names without quotation.
One .csv file for the column names. The file contains 1 column of names without quotation.