2.3.3.3.21. NXapm_paraprobe_clusterer_results¶
Status:
application definition, extends NXobject
Description:
Application definition for results files of the paraprobe-spatstat tool. ...
Application definition for results files of the paraprobe-spatstat tool.
This tool is part of the paraprobe-toolbox. Inspect the base class NXapm_paraprobe_tool_results.
Symbols:
The symbols used in the schema to specify e.g. dimensions of arrays.
n_ions: The total number of ions in the reconstruction.
n_feat: Number of clusters found.
- Groups cited:
NXapm_paraprobe_tool_common, NXapm_paraprobe_tool_results, NXcoordinate_system_set, NXcoordinate_system, NXcs_filter_boolean_mask, NXcs_profiling, NXentry, NXprocess, NXprogram, NXserialized, NXsimilarity_grouping, NXuser
Structure:
ENTRY: (required) NXentry
definition: (required) NX_CHAR ⤆
cameca_to_nexus: (optional) NXapm_paraprobe_tool_results
cluster_analysisID: (optional) NXapm_paraprobe_tool_results
analysis_identifier: (required) NX_UINT
config: (required) NXserialized
window: (required) NXcs_filter_boolean_mask ⤆
dbscanID: (optional) NXsimilarity_grouping
Results of a DBScan clustering analysis.
eps: (required) NX_FLOAT {units=NX_LENGTH}
The epsilon (eps) parameter used.
min_pts: (required) NX_UINT {units=NX_UNITLESS}
The minimum points (min_pts) parameter used.
cardinality: (required) NX_UINT {units=NX_UNITLESS} ⤆
Number of members in the set which is partitioned into features. ...
Number of members in the set which is partitioned into features. Specifically, this is the total number of targets filtered from the dataset, i.e. typically the number of clusters which is usually not and for sure not necessarily the total number of ions in the dataset.
identifier_offset: (required) NX_INT ⤆
Which identifier is the first to be used to label a cluster. ...
Which identifier is the first to be used to label a cluster.
The value should be chosen in such a way that special values can be resolved: * identifier_offset - 1 indicates an object belongs to no cluster. * identifier_offset - 2 indicates an object belongs to the noise category.
Setting for instance identifier_offset to 1 recovers the commonly used case that objects of the noise category get the value of -1 and points of the unassigned category get the value 0.
targets: (required) NX_UINT (Rank: 1, Dimensions: [i]) {units=NX_UNITLESS}
The evaporation (sequence) identifier (aka evaporation_id) to figure out ...
The evaporation (sequence) identifier (aka evaporation_id) to figure out which ions from the reconstruction were considered targets. The length of this array is not necessarily n_ions. Instead, it is the value of cardinality.
number_of_solutions: (optional) NX_UINT (Rank: 1, Dimensions: [i]) {units=NX_UNITLESS}
The number of solutions found for each target. Typically, ...
The number of solutions found for each target. Typically, this value is 1 in which case the field can be omitted. Otherwise, this array is the concatenated set of values of solution tuples for each target that can be used to decode model_labels, core_sample_indices, and weight.
model_labels: (optional) NX_INT (Rank: 1, Dimensions: [k]) {units=NX_UNITLESS}
The raw labels from the DBScan clustering backend process. ...
The raw labels from the DBScan clustering backend process. The length of this array is not necessarily n_ions. Instead, it is typically the value of cardinality provided that each target has only one associated cluster. If targets are assigned to multiple cluster this array is as long as the total number of solutions found and
core_sample_indices: (optional) NX_INT (Rank: 1, Dimensions: [k]) {units=NX_UNITLESS}
The raw array of core sample indices which specify which of the ...
The raw array of core sample indices which specify which of the targets are core points.
numerical_labels: (required) NX_UINT (Rank: 1, Dimensions: [k]) {units=NX_UNITLESS}
Numerical label for each target (member in the set) aka cluster identifier.
categorical_labels: (optional) NX_CHAR (Rank: 1, Dimensions: [k])
Categorical label(s) for each target (member in the set) aka cluster name(s).
weights: (optional) NX_NUMBER (Rank: 1, Dimensions: [k]) {units=NX_UNITLESS}
Weights for each target that specifies how probable the target is assign ...
Weights for each target that specifies how probable the target is assigned to a specific cluster.
For the DBScan algorithm and atom probe tomography this value is the multiplicity of each ion with respect to the cluster. That is how many times should the position of the ion be accounted for because the ion is e.g. a molecular ion with several elements or nuclides of requested type.
is_noise: (optional) NX_BOOLEAN (Rank: 1, Dimensions: [k])
Are targets assigned to the noise category or not.
is_core: (optional) NX_BOOLEAN (Rank: 1, Dimensions: [k])
Are targets assumed a core point.
statistics: (recommended) NXprocess ⤆
In addition to the detailed storage which members were grouped to which ...
In addition to the detailed storage which members were grouped to which feature here summary statistics are stored that communicate e.g. how many cluster were found.
number_of_targets: (required) NX_UINT
Total number of targets in the set, i.e. ions that were filtered ...
Total number of targets in the set, i.e. ions that were filtered and considered in this cluster analysis.
number_of_noise: (required) NX_UINT {units=NX_UNITLESS}
Total number of members in the set which are categorized as noise.
number_of_core: (required) NX_UINT {units=NX_UNITLESS}
Total number of members in the set which are categorized as a core point.
number_of_features: (required) NX_UINT {units=NX_UNITLESS}
Total number of clusters (excluding noise and unassigned).
feature_identifier: (required) NX_UINT (Rank: 1, Dimensions: [n_feat]) {units=NX_UNITLESS}
Numerical identifier of each feature aka cluster_identifier.
feature_member_count: (required) NX_UINT (Rank: 1, Dimensions: [n_feat]) {units=NX_UNITLESS}
Number of members for each feature.
common: (required) NXapm_paraprobe_tool_common
programID: (required) NXprogram ⤆
profiling: (recommended) NXcs_profiling ⤆
coordinate_system_set: (required) NXcoordinate_system_set ⤆
paraprobe: (required) NXcoordinate_system ⤆
Hypertext Anchors¶
List of hypertext anchors for all groups, fields, attributes, and links defined in this class.
/NXapm_paraprobe_clusterer_results/ENTRY/cameca_to_nexus-group
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID-group
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/analysis_identifier-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/config-group
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/config/algorithm-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/config/checksum-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/config/path-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/config/type-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID-group
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID/cardinality-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID/categorical_labels-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID/core_sample_indices-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID/eps-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID/identifier_offset-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID/is_core-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID/is_noise-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID/min_pts-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID/model_labels-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID/number_of_solutions-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID/numerical_labels-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID/statistics-group
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID/statistics/number_of_core-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID/targets-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/dbscanID/weights-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/window-group
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/window/bitdepth-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/window/mask-field
/NXapm_paraprobe_clusterer_results/ENTRY/cluster_analysisID/window/number_of_ions-field
/NXapm_paraprobe_clusterer_results/ENTRY/common/coordinate_system_set-group
/NXapm_paraprobe_clusterer_results/ENTRY/common/coordinate_system_set/paraprobe-group
/NXapm_paraprobe_clusterer_results/ENTRY/common/coordinate_system_set/paraprobe/handedness-field
/NXapm_paraprobe_clusterer_results/ENTRY/common/coordinate_system_set/paraprobe/type-field
/NXapm_paraprobe_clusterer_results/ENTRY/common/coordinate_system_set/paraprobe/x-field
/NXapm_paraprobe_clusterer_results/ENTRY/common/coordinate_system_set/paraprobe/y-field
/NXapm_paraprobe_clusterer_results/ENTRY/common/coordinate_system_set/paraprobe/z-field
/NXapm_paraprobe_clusterer_results/ENTRY/common/profiling-group
/NXapm_paraprobe_clusterer_results/ENTRY/common/profiling/current_working_directory-field
/NXapm_paraprobe_clusterer_results/ENTRY/common/profiling/end_time-field
/NXapm_paraprobe_clusterer_results/ENTRY/common/profiling/number_of_gpus-field
/NXapm_paraprobe_clusterer_results/ENTRY/common/profiling/number_of_processes-field
/NXapm_paraprobe_clusterer_results/ENTRY/common/profiling/number_of_threads-field
/NXapm_paraprobe_clusterer_results/ENTRY/common/profiling/start_time-field
/NXapm_paraprobe_clusterer_results/ENTRY/common/profiling/total_elapsed_time-field
/NXapm_paraprobe_clusterer_results/ENTRY/common/programID-group
/NXapm_paraprobe_clusterer_results/ENTRY/common/programID/program-field
/NXapm_paraprobe_clusterer_results/ENTRY/common/programID/program@version-attribute
/NXapm_paraprobe_clusterer_results/ENTRY/common/status-field
/NXapm_paraprobe_clusterer_results/ENTRY/common/userID-group
/NXapm_paraprobe_clusterer_results/ENTRY/common/userID/name-field
/NXapm_paraprobe_clusterer_results/ENTRY/definition@version-attribute