Skip to main content

gpfa_transform

Function gpfa_transform 

Source
pub fn gpfa_transform(
    new_trains: &[&[i32]],
    c: &[f64],
    d: &[f64],
    r_diag: &[f64],
    tau: &[f64],
    n_latents: usize,
    bin_ms: f64,
    dt: f64,
) -> Vec<f64>
Expand description

Project new spike trains using learned GPFA parameters.