vectorizer-class: Document vectorization object

vectorizer-classR Documentation

Document vectorization object

Description

This class contains a vectorization model for textual documents.

Slots

vectorizer

The vectorizer.

transform

The transformation to be applied after vectorization (normalization, TF-IDF).

phrases

The phrase detection method.

tfidf

The TF-IDF transformation.

lsa

The LSA transformation.

tokens

The token from the original document.

See Also

vectorize.docs, query.docs


fdm2id documentation built on July 9, 2023, 6:05 p.m.