这个标准化函数有具体的名称吗?

发布于 2024-09-09 19:36:46 字数 145 浏览 7 评论 0原文

我想编写一个标准化函数,它将接受一个有符号整数并将其标准化为 -1 到 +1 之间的双精度值。这种类型的函数是否有一个特殊的名称,或者是人们通常所说的 Normalize()

另外,iPhone 是否有一个原生功能可以做到这一点?

I want to write a normalization function that will take a signed integer and normalize it to a double between -1 to +1. Is there a special name for this type of function, or is Normalize() what people normally call it?

Also, is there a native iPhone function that does this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽你眉间 2024-09-16 19:36:46

这确实称为标准化。它不需要任何函数,因为所需的只是将其缩放到最大值并将其裁剪到范围内。

It is indeed called normalization. There's no function needed for it since all that's required is to scale it by the maximum and clip it to the range.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文