build_fem {conText} | R Documentation |
fem-class
objectbuild a fem-class
object
build_fem(
Class = "fem",
x_fem,
features = character(),
counts = numeric(),
Dimnames = list()
)
Class |
defines the class of this object (fixed) |
x_fem |
a |
features |
features used in computing the embeddings |
counts |
counts of features used in computing embeddings |
Dimnames |
row (features) and columns (NULL) names |