Learn R Programming

celda (version 0.0.0.9000)

topRank: Identify features with the highest influence on clustering

Description

Identify features with the highest influence on clustering

Usage

topRank(fm, n = 25, margin = 2, threshold = 0, decreasing = TRUE)

Arguments

fm

factorized matrix.

n

Maximum number of items returned for each entry.

margin

1 for rows, 2 for columns.

threshold

only include entries in the matrix that is greader than the threshold.

decreasing

Logical; specifying if rank should be decreasing. Default to be TRUE.