Learn R Programming

niarules (version 0.2.0)

build_rule: Build rules based on a candidate solution.

Description

This function takes a candidate solution vector and a features list and builds rule.

Usage

build_rule(solution, features)

Value

A rule.

Arguments

solution

The solution vector.

features

The features list.