Learn R Programming

netClass (version 1.2.1)

train.pac: Training the data using pac methods

Description

Training the data using pac methods

Usage

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
  • trainedThe tranined models for traning folds

See Also

See Also as cv.pac

Examples

Run this code
#see cv.pac

Run the code above in your browser using DataLab