@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 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 studio-lite catalog). Unknown or
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 studio-lite catalog). Unknown or
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nirs4all/methods",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "WebAssembly build of libn4m (nirs4all-methods) — portable PLS/NIRS engine, full 188-method surface.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",