We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nlp
1 parent de39564 commit 6eccba0Copy full SHA for 6eccba0
1 file changed
lib/node_modules/@stdlib/nlp/docs/types/index.d.ts
@@ -74,8 +74,9 @@ interface Namespace {
74
* @param documents - document corpus
75
* @param K - number of topics
76
* @param options - options object
77
- * @param options.alpha - Dirichlet hyper-parameter of topic vector theta
78
- * @param options.beta - Dirichlet hyper-parameter for word vector phi
+ * @param options.alpha - Dirichlet hyper-parameter of topic vector theta (default: 50/K)
+ * @param options.beta - Dirichlet hyper-parameter for word vector phi (default: 0.1)
79
+ * @throws first argument must be an array of strings
80
* @throws second argument must be a positive integer
81
* @throws must provide valid options
82
* @returns model object
0 commit comments