asreview.models.feature_extraction.SBERT.fit
- SBERT.fit(texts)
Fit the model to the texts.
It is not always necessary to implement this if there’s not real fitting being done.
- Parameters
texts (numpy.ndarray) – Texts to be fitted.
Fit the model to the texts.
It is not always necessary to implement this if there’s not real fitting being done.
texts (numpy.ndarray) – Texts to be fitted.