cut_point {niarules} | R Documentation |
Calculate the cut point for an association rule.
Description
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.
Usage
cut_point(sol, num_attr)
Arguments
sol |
The cut value from the solution vector. |
num_attr |
The number of attributes in the association rule. |
Value
The cut point value.
[Package niarules version 0.1.0 Index]