cut_point {niarules} | R Documentation |
This function calculates the cut point, denoting which part of the vector belongs to the antecedent and which to the consequence of the mined association rule.
cut_point(sol, num_attr)
sol |
The cut value from the solution vector. |
num_attr |
The number of attributes in the association rule. |
The cut point value.