Description Usage Arguments Value Examples
Get a character containing each label seen during training.
1 | get_labels(model)
|
model |
trained |
character containing each label
1 2 3 4 | library(fastrtext)
model_test_path <- system.file("extdata", "model_classification_test.bin", package = "fastrtext")
model <- load_model(model_test_path)
print(head(get_labels(model), 5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.