Convert the result in a 'chordalysis object'.
ChoR.processResult(x, modelStr)
The dataframe used to loadData; column names are the name of the attributes.
The result of a java Chordalysis algorithm
A Chordalysis object. Use ChoR.as.*
functions to access the result.
Process the result of a call to the java Chordalysis algorithm. The result is a String of the forme "~0*1*2+...+3*4*5". The numbers (+1 for indice correction) are replaced with the corresponding column name in x, and the string is split in a list of cliques, a cliques being a list of name. For example, "~ 0*1*2 + 3*4*5" gives the two cliques [[ [[0,1,2]], [[3,4,5]] ]]