numpy.matrix.take.html 1.6 KB
Newer Older
W
init  
wizardforcel 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

<h1><span class="yiyi-st" id="yiyi-13">numpy.matrix.take</span></h1>
        <blockquote>
        <p>原文:<a href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.matrix.take.html">https://docs.scipy.org/doc/numpy/reference/generated/numpy.matrix.take.html</a></p>
        <p>译者:<a href="https://github.com/wizardforcel">飞龙</a> <a href="http://usyiyi.cn/">UsyiyiCN</a></p>
        <p>校对:(虚位以待)</p>
        </blockquote>
    
<dl class="method">
<dt id="numpy.matrix.take"><span class="yiyi-st" id="yiyi-14"> <code class="descclassname">matrix.</code><code class="descname">take</code><span class="sig-paren">(</span><em>indices</em>, <em>axis=None</em>, <em>out=None</em>, <em>mode=&apos;raise&apos;</em><span class="sig-paren">)</span></span></dt>
<dd><p><span class="yiyi-st" id="yiyi-15">返回由给定索引处的<em class="xref py py-obj">a</em>元素形成的数组。</span></p>
<p><span class="yiyi-st" id="yiyi-16">有关完整文档,请参见<a class="reference internal" href="numpy.take.html#numpy.take" title="numpy.take"><code class="xref py py-obj docutils literal"><span class="pre">numpy.take</span></code></a></span></p>
<div class="admonition seealso">
<p class="first admonition-title"><span class="yiyi-st" id="yiyi-17">也可以看看</span></p>
<dl class="last docutils">
<dt><span class="yiyi-st" id="yiyi-18"><a class="reference internal" href="numpy.take.html#numpy.take" title="numpy.take"><code class="xref py py-obj docutils literal"><span class="pre">numpy.take</span></code></a></span></dt>
<dd><span class="yiyi-st" id="yiyi-19">等效函数</span></dd>
</dl>
</div>
</dd></dl>