[242173]: / man / ich_train_data.Rd

Download this file

41 lines (35 with data), 923 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ich_train_data.R
\name{ich_train_data}
\alias{ich_train_data}
\title{Create ICH Train Data}
\usage{
ich_train_data(
imgs,
run_candidate = TRUE,
cutoffs = ichseg::est.cutoffs,
rois = NULL,
...,
verbose = TRUE
)
}
\arguments{
\item{imgs}{CT image, object of class \code{nifti} (list) or
character filename}
\item{run_candidate}{Run \code{\link{ich_candidate_voxels}}
to get candidate voxels}
\item{cutoffs}{cutoffs to pass to \code{\link{ich_candidate_voxels}}}
\item{rois}{ROI image, object of class \code{nifti} (list) or
character filename}
\item{...}{Additional options passsed to \code{\link{ich_preprocess}}}
\item{verbose}{Print diagnostic output}
}
\value{
List of one \code{data.frame} with the predictors
}
\description{
Create ICH Train Data
}
\note{
This is a simple wrapper for \code{\link{ich_process_predictors}}
}