cut_point: Calculate the cut point for an association rule.

View source: R/evaluate.R

cut_pointR 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 consequent 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.


niarules documentation built on Sept. 15, 2025, 5:08 p.m.