logspace 対数的に見た時に等間隔な配列を作成するもの
import numpy
numpy.logspace(-4, -2, 8)
logspace(start, stop, num=50, endpoint=True, base=10.0)
でnumpy.arrayを返す
Go to list of users who liked
More than 5 years have passed since last update.
logspace 対数的に見た時に等間隔な配列を作成するもの
import numpy
numpy.logspace(-4, -2, 8)
logspace(start, stop, num=50, endpoint=True, base=10.0)
でnumpy.arrayを返す
Register as a new user and use Qiita more conveniently
Go to list of users who liked