"Numpy"의 두 판 사이의 차이
ph
1번째 줄: | 1번째 줄: | ||
=={{c|bincount}}== | =={{c|bincount}}== | ||
Count number of occurrences of each value in array of non-negative ints. | Count number of occurrences of each value in array of non-negative ints. | ||
+ | numpy.bincount(x, weights=None, minlength=None) | ||
https://docs.scipy.org/doc/numpy/reference/generated/numpy.bincount.html | https://docs.scipy.org/doc/numpy/reference/generated/numpy.bincount.html | ||
2017년 4월 20일 (목) 14:10 판
bincount
Count number of occurrences of each value in array of non-negative ints.
numpy.bincount(x, weights=None, minlength=None)
https://docs.scipy.org/doc/numpy/reference/generated/numpy.bincount.html
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