CoreAlg: Title CoreAlg

View source: R/CIBERSORT.R

CoreAlgR Documentation

Title CoreAlg

Description

CoreAlg performs nu-regression using support vector machines (SVM) and calculates weights, root mean squared error (RMSE), and correlation coefficient (R).

Usage

CoreAlg(X, y, absolute, abs_method)

Arguments

X

Input matrix or data frame containing the predictor variables.

y

Numeric vector containing the response variable.

absolute

Logical value indicating whether to use absolute space or relative space for the weights.

abs_method

String indicating the method to calculate the weights in absolute space. Can be either 'sig.score' or 'no.sumto1'.


IOBR/IOBR documentation built on May 5, 2024, 2:34 p.m.