ISA 클래스
생성자
ISA()
메서드
| add_node |
그래프에 이미 있는 노드(명령 ID 및 노드 인덱스별)를 추가합니다. |
| as_frame |
ISA를 pandas DataFrame으로 변환합니다. |
| get | |
| node_index |
지정된 명령 ID에 대한 출처 그래프 노드 인덱스를 반환합니다. |
| satisfies |
add_node
그래프에 이미 있는 노드(명령 ID 및 노드 인덱스별)를 추가합니다.
add_node(instruction_id, node_index)
매개 변수
| Name | Description |
|---|---|
|
instruction_id
필수
|
|
|
node_index
필수
|
|
as_frame
ISA를 pandas DataFrame으로 변환합니다.
as_frame() -> DataFrame
매개 변수
| Name | Description |
|---|---|
|
self
필수
|
변환할 ISA입니다. |
반품
| 형식 | Description |
|---|---|
|
<xref:pd.DataFrame>
|
ID, 인코딩, arity, 공간, 시간 및 오류에 대한 열이 있는 DataFrame입니다. |
get
get(id, default=None)
매개 변수
| Name | Description |
|---|---|
|
id
필수
|
|
|
default
|
Default value: None
|
node_index
지정된 명령 ID에 대한 출처 그래프 노드 인덱스를 반환합니다.
node_index(id)
매개 변수
| Name | Description |
|---|---|
|
id
필수
|
|
satisfies
satisfies(requirements)
매개 변수
| Name | Description |
|---|---|
|
requirements
필수
|
|