Numpy

ph
Admin (토론 | 기여)님의 2017년 4월 20일 (목) 14:09 판 (새 문서: =={{c|bincount}}== Count number of occurrences of each value in array of non-negative ints. https://docs.scipy.org/doc/numpy/reference/generated/numpy.bincount.html =={c|loadtxt}}==...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
이동: 둘러보기, 검색

bincount

Count number of occurrences of each value in array of non-negative ints. https://docs.scipy.org/doc/numpy/reference/generated/numpy.bincount.html

{c|loadtxt}}

numpy.loadtxt(fname, dtype=<type 'float'>, comments='#', delimiter=None, converters=None, skiprows=0, usecols=None, unpack=False, ndmin=0)

https://docs.scipy.org/doc/numpy/reference/generated/numpy.loadtxt.html