Sparse classes for similarity and distance matrices created by
textstat_simil and textstat_dist.
Print/show method for objects created by textstat_simil and
textstat_dist.
# S4 method for textstat_proxy
show(object)the textstat_proxy object to be printed
.Dataa sparse Matrix object, symmetric if selection is
NULL
methodthe method used for computing similarity or distance
min_similnumeric; a threshold for the similarity values below which similarity values are not computed
marginidentifies the margin of the dfm on which similarity or
difference was computed: "documents" for documents or
"features" for word/term features.
typeeither "textstat_simil" or "textstat_dist"
selectiontarget units, if any