findOptima: Seek optimum row and column subsets

Description Usage Arguments

Description

This function applies the heuristic ladderOptima search to both a given matrix and its transpose, and synthesizes the results into optimal row and colmun subsets.

Usage

1
findOptima(mat, pareto = FALSE, to.remove = FALSE, inf.na = TRUE)

Arguments

mat

A matrix.

pareto

Logical; whether to restrict the results to Pareto-optimal subsets.

to.remove

Logical; whether to return subsets of rows and columns to keep (FALSE) or to remove (TRUE).

inf.na

Logical; whether to treat infinite entries as undefined. Defaults to TRUE.


corybrunson/missing documentation built on May 13, 2019, 10:52 p.m.