Skip to contents

Wrapper around select_anchors_mra that uses parcel quality information to pre-filter candidates and weight selection.

Usage

select_anchors_mra_quality(
  U_original_list_pilot,
  spectral_rank_k,
  m_target,
  parcel_quality_info = NULL,
  quality_threshold = 0.3,
  quality_weight = 0.2,
  ...
)

Arguments

U_original_list_pilot

Pilot subject sketch matrices

spectral_rank_k

Number of spectral components

m_target

Target number of anchors

parcel_quality_info

Data frame with parcel quality information

quality_threshold

Minimum quality score for candidate parcels (0-1)

quality_weight

Weight for quality in selection (0-1)

...

Additional arguments passed to select_anchors_mra

Value

Selected anchor indices