Learn R Programming

neuroim2 (version 0.8.5)

cgb_smooth_loro: Leave-one-run-out smoothing helper

Description

Leave-one-run-out smoothing helper

Usage

cgb_smooth_loro(runs, graphs, passes = 1L, lambda = 1)

Value

A list of smoothed NeuroVec objects, one per run.

Arguments

runs

List of NeuroVec objects (one per run).

graphs

List of graphs returned by cgb_make_graph(..., leave_one_out=TRUE).

passes, lambda

See cgb_smooth.