Uses of Class
com.github.jfasttext.JFastText.ProbLabel
-
Packages that use JFastText.ProbLabel Package Description com.github.jfasttext -
-
Uses of JFastText.ProbLabel in com.github.jfasttext
Methods in com.github.jfasttext that return JFastText.ProbLabel Modifier and Type Method Description JFastText.ProbLabelJFastText. predictProba(String text)Methods in com.github.jfasttext that return types with arguments of type JFastText.ProbLabel Modifier and Type Method Description List<JFastText.ProbLabel>JFastText. predictProba(String text, int k)
-