printPredictUsage: Print Usage Information when the command equals to 'predict'...

View source: R/RcppExports.R

printPredictUsageR Documentation

Print Usage Information when the command equals to 'predict' or 'predict-prob'

Description

Print Usage Information when the command equals to 'predict' or 'predict-prob'

Usage

printPredictUsage(verbose = TRUE)

Arguments

verbose

if TRUE then information will be printed in the console

Value

It does not return a value but only prints the available parameters of the 'printPredictUsage' function in the R session

Examples


library(fastText)

printPredictUsage()


fastText documentation built on May 29, 2024, 3:37 a.m.