Learn R Programming

SDR (version 0.7.0.0)

FuGePSD_crossover: Performs the FuGePSD crossover function.

Description

Performs the FuGePSD crossover function.

Usage

FuGePSD_crossover(rule1, rule2, nvars)

Arguments

rule1
a rule object
rule2
another rule object.
nvars
number of variables in the dataset INCLUDING class variable.

Value

a new rule object.