From 9f8518e1ef17fd23b5923bc37a50ccddcbeb299d Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Wed, 10 Jun 2026 20:02:05 -0700 Subject: Add stability_score and signal to noise ratio plot functions --- man/stability_score.Rd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 man/stability_score.Rd (limited to 'man/stability_score.Rd') diff --git a/man/stability_score.Rd b/man/stability_score.Rd new file mode 100644 index 0000000..c95ee8e --- /dev/null +++ b/man/stability_score.Rd @@ -0,0 +1,21 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/stability_score.R +\name{stability_score} +\alias{stability_score} +\title{Stability Score} +\usage{ +stability_score(X, K = 25, subsample_fraction = 0.7) +} +\arguments{ +\item{X}{The data matrix to operate on} + +\item{K}{Number of k-folds (default 25)} + +\item{subsample_fraction}{Hold out fraction (default 0.7)} +} +\value{ +Score array +} +\description{ +Computing entry wise stability score for selection +} -- cgit v1.2.3