Duplicate: Find duplicate columns in a sparse matrix

Description Usage Arguments Value

View source: R/HelperFunctions.R

Description

This function is based on a c function from the arules package that finds duplicated columns in a sparse matrix

Usage

1
Duplicate(mat)

Arguments

mat

A sparse matrix of type ngTMatrix, lgCMatrix or ngCMatrix.

Value

A boolean vector that does have one element for each column in the matrix. True does represent a column that is replicated, False means it is not replicated.


TimToebrock/Project_Apriori documentation built on Oct. 16, 2020, 9:22 p.m.