build_conText {conText}R Documentation

build a conText-class object

Description

build a conText-class object

Usage

build_conText(
  Class = "conText",
  x_conText,
  normed_coefficients = data.frame(),
  features = character(),
  Dimnames = list()
)

Arguments

Class

defines the class of this object (fixed)

x_conText

a ⁠dgCMatrix class⁠ matrix

normed_coefficients

a data.frame withe the normed coefficients and other statistics

features

features used in computing the embeddings

Dimnames

row (features) and columns (NULL) names


[Package conText version 1.4.3 Index]