rbf:径向基函数 (RBF) 插值

时间:2024-07-06 08:38:04
【文件属性】:

文件名称:rbf:径向基函数 (RBF) 插值

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-06 08:38:04

JavaScript

RBF 径向基函数 (RBF) 插值 使用标准或自定义距离函数为任意维度的输入和输出值构建径向基函数。 安装 $ npm install rbf 用法 var RBF = require ( 'rbf' ) ; var points = [ [ 0 , 0 ] , [ 0 , 100 ] ] ; // values could be vectors of any dimensionality. // The computed interpolant function will return values or vectors accordingly. var values = [ 0.0 , 1.0 ] // RBF accepts a distance function as a third parameter : // either one of the follow


【文件预览】:
rbf-master
----index.js(3KB)
----package.json(386B)
----LICENSE(1KB)
----.gitignore(19B)
----README.md(2KB)

网友评论