reduce: Reduction

Description Usage Arguments

Description

Given a linear reduction method reduction will produce a data reduction matrix.

Usage

1
2
3
4
5
6
7
8
9
reduce(x, method, targetDim, ..., group, output = "data.frame")

## S3 method for class 'list'
reduce(x, method = SYS, targetDim, ..., group = "Group",
  output = "data.frame")

## Default S3 method:
reduce(x, method = SYS, targetDim, ..., group,
  output = "data.frame")

Arguments

x

a list of matrices or a projection_matrix class object

method

a function for a linear dimension reduction method

targetDim

a function or numeric that supplies the target dimension

...

options past to linear dimension reduction and target dimension methods

group

variable in the data the specifies the groupings of the data

output

output form either matrix, data.frame, or grouped_df


BenBarnard/slidR documentation built on May 5, 2019, 2:40 p.m.