@nirs4all/methods 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/model.d.ts +1 -1
- package/dist/model.js +1 -1
- package/dist/n4m.wasm +0 -0
- package/package.json +1 -1
package/dist/model.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ export interface FittedModel {
|
|
|
37
37
|
* Tier A (PLS / PLSRegression / PCR / PLSCanonical / PLSSVD / PLSDA) routes
|
|
38
38
|
* through the algorithm-enum model API; Tier B (Ridge, RidgePLS, CPPLS, ...)
|
|
39
39
|
* through the matching standalone fit. The `params` vector is the documented
|
|
40
|
-
* positional contract per model (see the
|
|
40
|
+
* positional contract per model (see the nirs4all-web browser catalog). Unknown or
|
|
41
41
|
* non-coefficient tokens throw (the C side returns N4M_ERR_NOT_IMPLEMENTED).
|
|
42
42
|
*
|
|
43
43
|
* @param model catalog `type` token, e.g. `'Ridge'`.
|
package/dist/model.js
CHANGED
|
@@ -99,7 +99,7 @@ export function predictPls(model, X_new) {
|
|
|
99
99
|
* Tier A (PLS / PLSRegression / PCR / PLSCanonical / PLSSVD / PLSDA) routes
|
|
100
100
|
* through the algorithm-enum model API; Tier B (Ridge, RidgePLS, CPPLS, ...)
|
|
101
101
|
* through the matching standalone fit. The `params` vector is the documented
|
|
102
|
-
* positional contract per model (see the
|
|
102
|
+
* positional contract per model (see the nirs4all-web browser catalog). Unknown or
|
|
103
103
|
* non-coefficient tokens throw (the C side returns N4M_ERR_NOT_IMPLEMENTED).
|
|
104
104
|
*
|
|
105
105
|
* @param model catalog `type` token, e.g. `'Ridge'`.
|
package/dist/n4m.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED