We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48a8dd commit deb0ff3Copy full SHA for deb0ff3
tools/docs/jsdoc/typedefs/arrays.js
@@ -126,6 +126,12 @@
126
* @typedef {Array<Array>} ArrayArray
127
*/
128
129
+/**
130
+* A multi-dimensional array.
131
+*
132
+* @typedef {Object} ndarray
133
+*/
134
+
135
/**
136
* An empty array.
137
*
tools/docs/jsdoc/typedefs/objects.js
@@ -44,6 +44,12 @@
44
* @typedef {Object} Benchmark
45
46
47
48
+* A spawned process instance.
49
50
+* @typedef {Object} Process
51
52
53
54
* A weight vector of model coefficients.
55
0 commit comments