"各ノードの"の翻訳 英語に:


  辞書 日本-英語

各ノードの - 翻訳 :

  例 (レビューされていない外部ソース)

各ノードと各ペアのノードのための節です
Then, for each pair of colors, we have to exclude that they are both true for every nodes.
各ノードに関しノードvに隣接するノードの
We're going to average it for the n nodes in the graph.
つまり各ノードの次数は
log base 2 of n, specifically.
各グラフの中でノードをランダムに混ぜて
We generate a graph on n 2 nodes and call it G2 different graph.
各ノードが他のすべてのノードに つながる必要があります
With that as our insight, can we actually write down what the formula is for a graph with n nodes?
いいえ 各ノードにハブの集合があり
The sum of results, so all the hubs' shortest path distance is stored?
これも各ノードに1度実行され
So these statements here are going to get executed once per node.
まず各ノードにつながるエッジの数である
The correct answer is Marcie.
各節にノード集合を割り当てます
Now we have to introduce some extra constraints so that this truth assignment has to be satisfied.
各ノード用にラベルを計算します 分かりやすくするため グラフは無向グラフとしましょう ノードのラベルは私たちがハブと呼ぶ他の各ノードと
The algorithm first preprocesses the graph, and for each vertex it computes labels, and let's say for simplicity the graph is undirected.
各ノードにゼロからn 1までの番号をつけましょう
This is how we're going to do it. We're going to imagine that every node has a label. That label is a bit pattern.
各色のペアのために真を2つ持つノードを削除します
That's going to total up to n clauses in the formula.
最初のものとして 各ノードに キーに加えて余計に1ビットの
The first two invariants you know, are just really cosmetic.
これが各ノードに対して行われるので この部分のアルゴリズムは
That's a heap operation there's n things in the heap, so this is a logn operation.
グラフの各ノードにn²でトータルn³です アメコミのグラフはノードが6000でn³で 6000の3乗は現代のコンピュータの基準からも
And if this is actually a densely connected graph like a clique, we're talking about n² for each of the nodes in the graph which totals up to n³ and n³ for something like the Marvel Comics graph where you have 6000 nodes, 6000³ is a pretty substantial number even by current computing standards.
隣接するノードの接続の密度を計算します これを算出するためには各ノードについて
And for each pair of neighbors, it does a calculation to compute how connected it is and then returns a measure of how densely connected the neighbors are.
各ノードがすべてのノードとつながっているのか 一部のノードのグループが主要グループから 分離していないか 言い方を変えればネットワーク内の
So a useful thing to know about a social network is whether everything is connected to everything else or whether there's some subset of nodes that's isolated from the main body of nodes.
各ノードが 何ステップ目に展開されたかを記録します 最初のノードは0番目に展開しました
What expand is, is a table of the same size as grid that maintains at what step each node was expanded.
ノード0 ノード1 ノード2 ノード3 ノード4があります
I used numbers here, because it was really easy to do.
また返します これらの文は各ノードに1度ずつ実行され
It's going to do this one main computation, this adding whatever value it gets back to this quantity here, then it returns.
各ノードのクラスタ係数の平均ですので このグラフのクラスタ係数を求めるには
I am going to say that the clustering coefficient for graph is just the average of the clustering coefficients of the nodes in the graph.
各ノードが独自の名前であれば どんな名前でも構いません
What it actually looks like internally is the list of the nodes.
ノードoをオープンリストに加えた場合 hを1と仮定して各ノードが順番に リストに加えられていきます
And here's a graph it's kind of a binary tree, starting from h and expanding the nodes using breadth first search, when node o be added to the open list.
この上のノードと右のノードです
So let's do this.
では次に各ノードの子孫の数を計算していきましょう 子孫の数とはノードの数で 緑のエッジをたどって到達できる
Then we post ordered the nodes and now what do we do next.We now compute the number of descendents for each node in the graph and the number of descendents is the number of nodes that are either the node or reachable from the node by following green edges only.
ルートとなる各ノードに対する nの対数オペレーションです O(n log n)で表します
It's not so hard to figure out that we're essentially running down heapify which is a log in operation on each of the node sort as a root.
そのノードが持つすべてのリンクとその長さを リストに格納します このリストにはグラフの各ノードにつき 1つの項目が存在します
What we're going to do with that node is look up the dictionary for that node in other words, look up all the connections that that node has in the graph, and look up the length of that, put it together in a big list.
5個のノードがあるリングの ノード0は右側のノード1につながります
What node 0 is is a dictionary of all the nodes that it is connected to directly.
このノードとこのノードをつなぐために
We've got five nodes and five edges.
ノード
Node
ノード
Node
ノード...
Node...
ノード
Nodes
ノード
Dodge
つまり親ノードの値が子ノードよりも
If we have some value in the heap and we know that the heap property is satisfied and what does that mean?
最大化ノード 最小化ノード 確率ノードがあります
Here's a game tree for a stochastic 2 player game.
どのノードの次数が一番大きいでしょうか ノード2は3 ノード4は3 ノード6は4 つまりノード6が最大になります
This isn't too hard we just make a note that degree centrality just means that degree which node has the highest degree.
実際にノードを並べて正方形を作ることができます 各辺に n個のノードがあって それを緑色のエッジでつなぐとエッジの総数は?
For this to make sense, we're assuming that n is a perfect square, so that we can actually arrange the nodes and form a square as so.
ネットワーク上にあるノード間の最短距離を 瞬時に計算することができます 彼らの手法はネットワーク上の各ノードを ラベル付けすることで機能
Andrew Goldberg described a data structure that can be used to very rapidly compute shortest path distances between nodes in a network.
ノードが1個ならそのノードだけを返し
We're going to again generate a graph on n nodes recursively. Same structure as before.
G₁の半数のノードとG₂の半数のノードを選んで
Otherwise, we recursively generate the two subgraphs.
ノードの次数のリストを返します すべてを合計すると各エッジは2回数えられるので
This expression actually, from this bracket here to this bracket here gives us a list of the degrees of all the nodes.
自然なノード番号をつけましょう 一番上からノード0 ノード1 ノード2 ノード3 ノード4と順番に番号をつけていきます
Because the nodes are filled in the tree from top to bottom and left to right, we can number them very naturally as follows.
最後のノードは最初のノードにつながります
We're going to make a link in the ring from node i to node i 1 mod n.
他のどのノードからも近いノードが中心です
This algorithm captures a different notion of centrality.

 

関連検索 : 各ノードで - ノードへのノード - ノード - Ranvierのノード - ノード上の - ノードのネットワーク - ノードのサポート - 親ノード - 子ノード - ノード名 - システム・ノード - ノードで - 北ノード - スイッチ・ノード