multigraph 예문
예문 더보기: 1 2
- For example, the following figure shows an undirected multigraph with self-loops.
예를 들어, 다음 그림에 자가 루프가 있는 무방향 다중 그래프가 있습니다. - To determine whether a given graph is a multigraph, use the ismultigraph function.
어떤 그래프가 다중 그래프인지 파악하려면 ismultigraph 함수를 사용하십시오. 그래프 만들기 - However, if the graph contains a node with multiple self-loops, it is a multigraph.
반면, 그래프에 여러 개의 자가 루프를 갖는 노드가 있는 경우 이 그래프는 다중 그래프입니다. - Both graph and digraph permit construction of a simple graph or multigraph from an edge list.
graph 와 digraph 는 모두 간선 목록으로부터 단순 그래프나 다중 그래프를 생성하는 것을 허용합니다. - For the purposes of graph algorithm functions in MATLAB, a graph containing a node with a single self-loop is not a multigraph.
MATLAB의 그래프 알고리즘 함수에서는, 하나의 자가 루프를 갖는 노드가 포함된 그래프는 다중 그래프로 보지 않습니다.