| sfa_name | R Documentation |
Retrieves a verbal label for every factor of an sfa() fit by embedding
the fit's items under a construct-retrieval instruction, building one
naming target per factor, and ranking a large pre-filtered candidate
pool. Deterministic: the same fit, model, and pool always produce the
same labels.
sfa_name(
fit,
model = NULL,
pool = NULL,
n_candidates = 5L,
instruction = NULL,
collision = TRUE,
loo_sets = TRUE,
salient = NULL,
block_size = 50000L,
...
)
fit |
An object of class |
model |
Embedding model used for naming. Default |
pool |
An |
n_candidates |
Length of the gated candidate list per factor (default 5). |
instruction |
Override the naming instruction (see
|
collision |
Resolve duplicate labels across factors via the
geometric keeper (default |
loo_sets |
Compute leave-one-out candidate sets (default
|
salient |
Loading threshold defining a factor's items for naming: items whose primary factor this is. Reserved for future use; the assignment rule is primary-loading, as in the research method. |
block_size |
Pool rows per block during retrieval (memory knob). |
... |
Passed to the embedding backend. |
An object of class sfa_labels: a data.frame with one row
per factor (factor, label, rule,
candidates, n_items, collision_moved) plus
attributes gated, model, instruction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.