コード例 #1
0
def cs_graph_components(n_nod, Ap, Aj, flag):
    """cs_graph_components(int const n_nod, int const [] Ap, int const [] Aj, int [] flag) -> int"""
    return _csgraph.cs_graph_components(n_nod, Ap, Aj, flag)
コード例 #2
0
def cs_graph_components(*args):
    """
    cs_graph_components(npy_int32 const n_nod, npy_int32 const [] Ap, npy_int32 const [] Aj, npy_int32 [] flag) -> npy_int32
    cs_graph_components(npy_int64 const n_nod, npy_int64 const [] Ap, npy_int64 const [] Aj, npy_int64 [] flag) -> npy_int64
    """
    return _csgraph.cs_graph_components(*args)
コード例 #3
0
ファイル: csgraph.py プロジェクト: AGPeddle/scipy
def cs_graph_components(*args):
  """
    cs_graph_components(npy_int32 const n_nod, npy_int32 const [] Ap, npy_int32 const [] Aj, npy_int32 [] flag) -> npy_int32
    cs_graph_components(npy_int64 const n_nod, npy_int64 const [] Ap, npy_int64 const [] Aj, npy_int64 [] flag) -> npy_int64
    """
  return _csgraph.cs_graph_components(*args)
コード例 #4
0
ファイル: csgraph.py プロジェクト: 317070/scipy
def cs_graph_components(*args):
  """cs_graph_components(int const n_nod, int const [] Ap, int const [] Aj, int [] flag) -> int"""
  return _csgraph.cs_graph_components(*args)
コード例 #5
0
ファイル: csgraph.py プロジェクト: AndreaCensi/scikit-learn
def cs_graph_components(*args):
  """cs_graph_components(int n_nod, int Ap, int Aj, int flag) -> int"""
  return _csgraph.cs_graph_components(*args)
コード例 #6
0
ファイル: csgraph.py プロジェクト: tnunes/scikit-learn
def cs_graph_components(*args):
    """cs_graph_components(int n_nod, int Ap, int Aj, int flag) -> int"""
    return _csgraph.cs_graph_components(*args)