[ 源代码: python-hdmedians ]
软件包:python3-hdmedians(0.13~git20171027.8e0e9e3-1)
python3-hdmedians 的相关链接
Debian 的资源:
下载源码包 python-hdmedians:
- [python-hdmedians_0.13~git20171027.8e0e9e3-1.dsc]
- [python-hdmedians_0.13~git20171027.8e0e9e3.orig.tar.xz]
- [python-hdmedians_0.13~git20171027.8e0e9e3-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
high-dimensional medians in Python3
Various definitions for a high-dimensional median exist and this Python package provides a number of fast implementations of these definitions. Medians are extremely useful due to their high breakdown point (up to 50% contamination) and have a number of nice applications in machine learning, computer vision, and high-dimensional statistics.
This package currently has implementations of medoid and geometric median with support for missing data using NaN.
其他与 python3-hdmedians 有关的软件包
|
|
|
|
-
- dep: cython3
- C-Extensions for Python 3
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.8)
- dep: python3 (>= 3.6~)
-
- dep: python3-numpy
- Fast array facility to the Python 3 language