predict.mtsp: Prediction based on a given MetaKTSP model

Description Usage Arguments Value Author(s)

View source: R/MetaKTSP_Source.R

Description

Function for predicting subjects class based on given MetaKTSP model. For internal use in function meta.mul.rule.predict.

Usage

1
2
## S3 method for class 'mtsp'
predict(object, test.dat, K)

Arguments

object

MetaKTSP model.

test.dat

A matrix with features in row and samples in column (p x n).

K

The maximum number of top score pairs.

Value

A matrix of prediction result (K x n) with samples in column and different row correspond to different K.

Author(s)

Chien-Wei Lin <masaki396@gmail.com>


metaOmics/MetaKTSP documentation built on May 29, 2019, 4:43 a.m.