mincut_c: Min-cut algorithm

View source: R/RcppExports.R

mincut_cR Documentation

Min-cut algorithm

Description

Run the mincut algorithm.

Usage

mincut_c(c, eta, lambda, W)

Arguments

c

A vector with the association of each SNP with the phenotype.

eta

A numeric with the value of the eta parameter.

lambda

A numeric with the value of the eta parameter.

W

A sparse matrix with the connectivity.

Value

A list with vector indicating if the feature was selected and the objective score.


hclimente/martini documentation built on Feb. 26, 2024, 6:23 p.m.