Translation of "clique" to Japanese language:
Dictionary English-Japanese
Clique - translation :
Examples (External sources, not reviewed)
| Diego Have clique Diego | ディエゴ あなたはここで少し私は推測する見ることができます |
| And have to be in a clique? | 彼女の仲間か ノーだ |
| So remember clique is a connective set of nodes so for example 1, 3, 4 is a three clique, but now the question is is there a four clique in the graph. | ではこのグラフに4つのクリークは存在するでしょうか この問題の本質を理解しているか 確認しておきましょう |
| Find the four clique, add the node numbers that make up the clique together, and enter the answer in the box. | 解答欄に記入してください |
| No, I was just thinking... about the cool clique? | 彼女らカッコいい |
| I'm opposed to political power being monopolized within a clique. | 政権のたらい回しは反対だ |
| For this problem we have a function clique, and we want to know how many units of time does it take to execute clique(4). | どれだけの時間が clique(4)を実行するために必要かを調べます 時間を計るためにprint文を1単位として |
| Because maybe you didn't belong to a group or a clique. | バスケなどでも 最後まで メンバーに選ばれなかったかもしれない |
| We can use that to solve the clique problem the same way. | 補完グラフを元のグラフに反転し 独立点集合を確認します |
| Do we know that the problem clique can be reduced to it? | これまでクリークについてもお話ししましたね |
| So just to make sure that you understand the idea of this problem, why don't you find the four clique there is a four clique in this graph. | このグラフから4つのクリークを探してください ノード番号を書き込みクリークをつなげて |
| So if four is part of the clique, then it's neighbors have to be the rest of the clique, 1, 3 and 8, but you noticed that 1 and 8 are not connected to each so 4 can't be part of our four clique. | しかし1と8はつながっていないため ノード4は4つのクリークの一部ではありません なので削除しました ではノード8を見てみましょう 数は2です |
| Let's consider the complete graph, also known as a clique on n nodes. | 完全グラフではすべてのノードが 他のすべてのノードにつながっています |
| If we print n, clique (n), which I counted by actually creating the clique, compared that to the formula n (n 1) 2, you can see that it matches up perfectly. | n(n 1)を2で割った値と 完全に一致することが分かります つまり解答となったこの式は この生成処理を考慮しなくても得られるのです |
| Or you can have a clique where everybody knows each other in this egonet. | クリークではエゴはすべてのオルタ と友達で |
| Given what we've said so far about what we've said so far about clique. | グラフ分割がNPに含まれている場合 指数時間の解決は存在する? |
| We call this a co viewing clique, a virtual living room if you will. | 疑似リビングといえるかもしれません そこに興味深いダイナミクスが現れます |
| In fact, it's the same set of nodes. So here's our four clique for example. | 前に出たグラフと似ていますね |
| All right, let's see if we can solve this problem. We're looking for our four clique. | 4つのクリークはすべてのノードが お互いに接続している必要があるため |
| So that's how can use the solution into the clique problem to solve the independent set problem. | 一例として一般的なアイデアを紹介しましょう |
| To answer this question, we can just list off each operation in clique that takes 1 unit of time. | まずprint文を実行し次にrange4を計算 |
| Okay, here's an example of a decision problem that comes up in social network analysis and that's the clique problem. | クリーク問題です クリークとはネットワーク内で ペアでつながる一連のノードで |
| And we've already discussed that the number of edges in a clique with n nodes is n(n 1) 2. | 接続確率が0.25の場合のエッジ数は |
| So the nodes from this graph. Two can't be part of our four clique because two only has a degree of 2. | なので削除しましょう |
| G, this new graph, which is the complement of H has an S clique if and only if H has an S independent set. | Hが独立s点集合問題を持っていた場合のみです 実際にノードの集合は同じです この例では4つのクリークがあります |
| Remember clique is a set of nodes in a network that are all pairwise connected everybody in the group knows everybody else in the group. | グループのメンバー全員が グループの他の人全員を知っています グラフG上の数字のkは4とします サイズkのクリークは存在するでしょうか |
| We were given a graph G and a number k, let's say 4, and we're asked is there a clique of size k in G. | クリークは接続可能で ここでは1 3 4が3つのクリークです |
| So 8 can't be part of the four clique, so the only possibility left is that these four nodes make up a four clique and that would mean 1 needs to be connected to 3, 5 and 7, 3 needs to be connected to 5 and 7, and 5 needs to be connected to 7, which it is. | つまりこの4つのノードがクリークを作ります 1は3 5 7と接続し ノード3は5と7に ノード5は7と接続します この4つの数字を足すと7 3 5 1で 答えは16になります |
| Let's look at what happens if you loop on all the different values of n from 1 to 9 and print n and the number of edges in the clique. | nの値と このクリークのエッジの数を出力してみました ノードが1 エッジが0のグラフ |
| Invert the graph where I complement the graph, look for the independent set and that tells us what the clique is in the original graph, but sometimes again the connection is not always so straightforward. | 元のグラフにクリークが存在するか確認してください ただいつも問題と問題の関係が こんなに直接的であるとは限りません |
| Now, four clique is going to have to have the property that each of the nodes is connected to each of the other nodes, so the alt degree or the degree of the node has to be at least 3. | 代替の次数やノードの次数は少なくとも3です つまりグラフからエッジをいくつか削除できます |
| This is our four clique in G and if we look that corresponds exactly to a four independent set in H because it has all the pairwise edges in G and then it has to fail to have all those pairwise edges in H. | Gの中にペアのエッジがすべてあり Hの中にはないからです これが独立点集合問題を解くための クリーク問題の解き方です |
| Those who spread lies were a clique among you. Do not think that it was bad for you In fact it has been good for you. Each of them will pay for the sin he has committed, and he who had greater share (of guilt) will suffer grievous punishment. | 本当にこの虚言を広めた者は あなたがたの中の一団である これをあなたがたへの災いと思ってはならない いや それはあなたがたのため良いことである かれらの中それぞれの者は その稼いだ罪によ り罰せられ る なかでもそれに大きく関与した者は 厳しい懲罰に処せられるのである |
| 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. | グラフの各ノードにn²でトータルn³です アメコミのグラフはノードが6000でn³で 6000の3乗は現代のコンピュータの基準からも |
| The way you should submit this to us is by writing a function in Python that's called clique and is given one value n, which is going to be an integer greater than 0, and it should calculate from that the number of edges that will be created if you fully connect all those nodes, and then just return that answer back so that we can grade it. | この関数はnという値をとります nはゼロより大きな整数です すべてのノードをつなぐ時に生成されるエッジの数を 計算するようにします 解答が出たら結果を検討してみましょう |