Description Usage Arguments Value Examples
Tract Hausdorff Distance
1 2 | get_distance_vector(tract, grid_length = 50L, ncores = 1L,
nobs = 10L, distance_fun = get_L2_distance)
|
tract |
A |
grid_length |
An integer specifying the grid length for uniform resampling of the 3D coordinates (default: |
ncores |
An integer specifying the number of cores available for the computations (default: |
nobs |
An integer specifying how many random |
A vector of size nobs * (nobs - 1) / 2
storing optimally the matrix of Hausdorff distances between streamline
s that were kept as part of the input tract
.
1 2 3 | file <- system.file("extdata", "Case001_CST_Left.csv", package = "fdatractography")
cst_left <- read_tract(file)
get_distance_vector(cst_left)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.