Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > e5ddaa4c8aef3b801d60a051db101461 > files > 1353

python-networkx-1.8.1-3.mga4.noarch.rpm



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Assortativity &mdash; NetworkX 1.8.1 documentation</title>
    
    <link rel="stylesheet" href="../_static/networkx.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '1.8.1',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  false
      };
    </script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <link rel="search" type="application/opensearchdescription+xml"
          title="Search within NetworkX 1.8.1 documentation"
          href="../_static/opensearch.xml"/>
    <link rel="top" title="NetworkX 1.8.1 documentation" href="../index.html" />
    <link rel="up" title="Algorithms" href="algorithms.html" />
    <link rel="next" title="degree_assortativity_coefficient" href="generated/networkx.algorithms.assortativity.degree_assortativity_coefficient.html" />
    <link rel="prev" title="min_weighted_vertex_cover" href="generated/networkx.algorithms.approximation.vertex_cover.min_weighted_vertex_cover.html" /> 
  </head>
  <body>
<div style="color: black;background-color: white; font-size: 3.2em; text-align: left; padding: 15px 10px 10px 15px">
NetworkX
</div>

    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="generated/networkx.algorithms.assortativity.degree_assortativity_coefficient.html" title="degree_assortativity_coefficient"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="generated/networkx.algorithms.approximation.vertex_cover.min_weighted_vertex_cover.html" title="min_weighted_vertex_cover"
             accesskey="P">previous</a> |</li>
        <li><a href="http://networkx.github.com/">NetworkX Home </a> |&nbsp;</li>
        <li><a href="http://networkx.github.com/documentation.html">Documentation </a>|&nbsp;</li>
        <li><a href="http://networkx.github.com/download.html">Download </a> |&nbsp;</li>
        <li><a href="http://github.com/networkx">Developer (Github)</a></li>



          <li><a href="index.html" >Reference</a> &raquo;</li>
          <li><a href="pdf_reference.html" >Reference</a> &raquo;</li>
          <li><a href="algorithms.html" accesskey="U">Algorithms</a> &raquo;</li> 
      </ul>
    </div>



      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h3><a href="../index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">Assortativity</a><ul>
<li><a class="reference internal" href="#id1">Assortativity</a><ul>
</ul>
</li>
<li><a class="reference internal" href="#average-neighbor-degree">Average neighbor degree</a><ul>
</ul>
</li>
<li><a class="reference internal" href="#average-degree-connectivity">Average degree connectivity</a><ul>
</ul>
</li>
<li><a class="reference internal" href="#mixing">Mixing</a><ul>
</ul>
</li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="generated/networkx.algorithms.approximation.vertex_cover.min_weighted_vertex_cover.html"
                        title="previous chapter">min_weighted_vertex_cover</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="generated/networkx.algorithms.assortativity.degree_assortativity_coefficient.html"
                        title="next chapter">degree_assortativity_coefficient</a></p>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="../search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="module-networkx.algorithms.assortativity">
<span id="assortativity"></span><h1>Assortativity<a class="headerlink" href="#module-networkx.algorithms.assortativity" title="Permalink to this headline">¶</a></h1>
<table border="1" class="longtable docutils">
<colgroup>
<col width="10%" />
<col width="90%" />
</colgroup>
<tbody valign="top">
</tbody>
</table>
<div class="section" id="id1">
<h2>Assortativity<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
<table border="1" class="longtable docutils">
<colgroup>
<col width="10%" />
<col width="90%" />
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td><a class="reference internal" href="generated/networkx.algorithms.assortativity.degree_assortativity_coefficient.html#networkx.algorithms.assortativity.degree_assortativity_coefficient" title="networkx.algorithms.assortativity.degree_assortativity_coefficient"><tt class="xref py py-obj docutils literal"><span class="pre">degree_assortativity_coefficient</span></tt></a>(G[,&nbsp;x,&nbsp;y,&nbsp;...])</td>
<td>Compute degree assortativity of graph.</td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="generated/networkx.algorithms.assortativity.attribute_assortativity_coefficient.html#networkx.algorithms.assortativity.attribute_assortativity_coefficient" title="networkx.algorithms.assortativity.attribute_assortativity_coefficient"><tt class="xref py py-obj docutils literal"><span class="pre">attribute_assortativity_coefficient</span></tt></a>(G,&nbsp;attribute)</td>
<td>Compute assortativity for node attributes.</td>
</tr>
<tr class="row-odd"><td><a class="reference internal" href="generated/networkx.algorithms.assortativity.numeric_assortativity_coefficient.html#networkx.algorithms.assortativity.numeric_assortativity_coefficient" title="networkx.algorithms.assortativity.numeric_assortativity_coefficient"><tt class="xref py py-obj docutils literal"><span class="pre">numeric_assortativity_coefficient</span></tt></a>(G,&nbsp;attribute)</td>
<td>Compute assortativity for numerical node attributes.</td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="generated/networkx.algorithms.assortativity.degree_pearson_correlation_coefficient.html#networkx.algorithms.assortativity.degree_pearson_correlation_coefficient" title="networkx.algorithms.assortativity.degree_pearson_correlation_coefficient"><tt class="xref py py-obj docutils literal"><span class="pre">degree_pearson_correlation_coefficient</span></tt></a>(G[,&nbsp;...])</td>
<td>Compute degree assortativity of graph.</td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="average-neighbor-degree">
<h2>Average neighbor degree<a class="headerlink" href="#average-neighbor-degree" title="Permalink to this headline">¶</a></h2>
<table border="1" class="longtable docutils">
<colgroup>
<col width="10%" />
<col width="90%" />
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td><a class="reference internal" href="generated/networkx.algorithms.assortativity.average_neighbor_degree.html#networkx.algorithms.assortativity.average_neighbor_degree" title="networkx.algorithms.assortativity.average_neighbor_degree"><tt class="xref py py-obj docutils literal"><span class="pre">average_neighbor_degree</span></tt></a>(G[,&nbsp;source,&nbsp;target,&nbsp;...])</td>
<td>Returns the average degree of the neighborhood of each node.</td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="average-degree-connectivity">
<h2>Average degree connectivity<a class="headerlink" href="#average-degree-connectivity" title="Permalink to this headline">¶</a></h2>
<table border="1" class="longtable docutils">
<colgroup>
<col width="10%" />
<col width="90%" />
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td><a class="reference internal" href="generated/networkx.algorithms.assortativity.average_degree_connectivity.html#networkx.algorithms.assortativity.average_degree_connectivity" title="networkx.algorithms.assortativity.average_degree_connectivity"><tt class="xref py py-obj docutils literal"><span class="pre">average_degree_connectivity</span></tt></a>(G[,&nbsp;source,&nbsp;...])</td>
<td>Compute the average degree connectivity of graph.</td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="generated/networkx.algorithms.assortativity.k_nearest_neighbors.html#networkx.algorithms.assortativity.k_nearest_neighbors" title="networkx.algorithms.assortativity.k_nearest_neighbors"><tt class="xref py py-obj docutils literal"><span class="pre">k_nearest_neighbors</span></tt></a>(G[,&nbsp;source,&nbsp;target,&nbsp;...])</td>
<td>Compute the average degree connectivity of graph.</td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="mixing">
<h2>Mixing<a class="headerlink" href="#mixing" title="Permalink to this headline">¶</a></h2>
<table border="1" class="longtable docutils">
<colgroup>
<col width="10%" />
<col width="90%" />
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td><a class="reference internal" href="generated/networkx.algorithms.assortativity.attribute_mixing_matrix.html#networkx.algorithms.assortativity.attribute_mixing_matrix" title="networkx.algorithms.assortativity.attribute_mixing_matrix"><tt class="xref py py-obj docutils literal"><span class="pre">attribute_mixing_matrix</span></tt></a>(G,&nbsp;attribute[,&nbsp;...])</td>
<td>Return mixing matrix for attribute.</td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="generated/networkx.algorithms.assortativity.degree_mixing_matrix.html#networkx.algorithms.assortativity.degree_mixing_matrix" title="networkx.algorithms.assortativity.degree_mixing_matrix"><tt class="xref py py-obj docutils literal"><span class="pre">degree_mixing_matrix</span></tt></a>(G[,&nbsp;x,&nbsp;y,&nbsp;weight,&nbsp;...])</td>
<td>Return mixing matrix for attribute.</td>
</tr>
<tr class="row-odd"><td><a class="reference internal" href="generated/networkx.algorithms.assortativity.degree_mixing_dict.html#networkx.algorithms.assortativity.degree_mixing_dict" title="networkx.algorithms.assortativity.degree_mixing_dict"><tt class="xref py py-obj docutils literal"><span class="pre">degree_mixing_dict</span></tt></a>(G[,&nbsp;x,&nbsp;y,&nbsp;weight,&nbsp;nodes,&nbsp;...])</td>
<td>Return dictionary representation of mixing matrix for degree.</td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="generated/networkx.algorithms.assortativity.attribute_mixing_dict.html#networkx.algorithms.assortativity.attribute_mixing_dict" title="networkx.algorithms.assortativity.attribute_mixing_dict"><tt class="xref py py-obj docutils literal"><span class="pre">attribute_mixing_dict</span></tt></a>(G,&nbsp;attribute[,&nbsp;nodes,&nbsp;...])</td>
<td>Return dictionary representation of mixing matrix for attribute.</td>
</tr>
</tbody>
</table>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="generated/networkx.algorithms.assortativity.degree_assortativity_coefficient.html" title="degree_assortativity_coefficient"
             >next</a> |</li>
        <li class="right" >
          <a href="generated/networkx.algorithms.approximation.vertex_cover.min_weighted_vertex_cover.html" title="min_weighted_vertex_cover"
             >previous</a> |</li>
        <li><a href="http://networkx.github.com/">NetworkX Home </a> |&nbsp;</li>
        <li><a href="http://networkx.github.com/documentation.html">Documentation </a>|&nbsp;</li>
        <li><a href="http://networkx.github.com/download.html">Download </a> |&nbsp;</li>
        <li><a href="http://github.com/networkx">Developer (Github)</a></li>



          <li><a href="index.html" >Reference</a> &raquo;</li>
          <li><a href="pdf_reference.html" >Reference</a> &raquo;</li>
          <li><a href="algorithms.html" >Algorithms</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2013, NetworkX Developers.
      Last updated on Oct 23, 2013.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>
  </body>
</html>