regularity_eval_to_selection {hdf5r} | R Documentation |
Turn regulation evaluation into a selection for a space object
Description
Turn regulation evaluation into a selection for a space object
Usage
regularity_eval_to_selection(reg_eval_res)
Arguments
reg_eval_res |
The result of the |
Details
Analyzes the results of the regularity evaluation of each dimension and checks if
it needs to be into a hyperslab-selection or a point-selection. A hyperslab selection will be chosen
whenever there are significantly less of it than the number of selected points. The ratio is determined
by the option hdf5r.point_to_hyperslab_ratio
. If this is 1, then always hyperslabs will be used.
Value
Returns an object with either the point-matrix or the hyperslab-selection array. The resulting object is
of class point_selection
or hyperslab_selection
.
Author(s)
Holger Hoefling
[Package hdf5r version 1.3.11 Index]