Compute Anchor Template (T_anchor_final) Recovery Metrics
Source:R/hatsa_validation_metrics.R
compute_anchor_template_recovery.Rd
Evaluates how well the estimated group anchor template (`object$T_anchor_final` from a `hatsa_projector` object) matches the true spectral basis at the anchor locations.
Value
A list containing:
- correlation
Pearson correlation between the vectorized aligned estimated anchor template and the vectorized true anchor template.
- frobenius_norm_diff
Frobenius norm of the difference between the aligned estimated anchor template and the true anchor template.
- procrustes_result
The result of the `vegan::procrustes` call.
- T_anchor_aligned
The Procrustes-aligned estimated anchor template.