train.pac: Training the data using pac methods

Description Usage Arguments Value Author(s) See Also Examples

View source: R/pacCV.R

Description

Training the data using pac methods

Usage

1
train.pac(x = x, y = y, int = int, DEBUG = FALSE, Gsub = Gsub)

Arguments

x

gene expression data for the training data

y

a factor of length p comprising the class labels.

int

Intersect of genes in network and gene expression profile.

DEBUG

show debugging information in screen or not.

Gsub

an adjacency matrix that represents the underlying biological network.

Value

the value returned

trained

The tranined models for traning folds

Author(s)

Yupeng Cun yupeng.cun@gmail.com

See Also

See Also as cv.pac

Examples

1
#see cv.pac

netClass documentation built on May 29, 2017, 7:18 p.m.