row.matches {dprep}R Documentation

Finding rows in a matrix equal to a given vector

Description

This function find out instances in a data matrix that are equal to a given instance.

Usage

row.matches(y, X)

Arguments

y a given instance
X a given data matrix

Details

This function was found in the CRAN mailing list. It seems to be authored by B. Venables

See Also

redundancy


[Package dprep version 1.0 Index]