Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WillHua127/GraphKAN-Graph-Kolmogorov-Arnold-Networks
/ functions
Functions
8 in github.com/WillHua127/GraphKAN-Graph-Kolmogorov-Arnold-Networks
⨍
Functions
8
◇
Types & classes
2
↓ 3 callers
Function
index_to_mask
(index, size)
utils.py:4
↓ 1 callers
Function
eval
(args, feat, adj, model)
train.py:58
↓ 1 callers
Function
random_disassortative_splits
(labels, num_classes, trn_percent=0.6, val_percent=0.2)
utils.py:9
↓ 1 callers
Function
train
(args, feat, adj, label, mask, model, optimizer)
train.py:46
Method
__init__
(self, in_feat, hidden_feat, out_feat, grid_feat, num_layers, use_bias=False)
train.py:17
Method
__init__
(self, inputdim, outdim, gridsize=300, addbias=True)
kan_layer.py:7
Method
forward
(self, x, adj)
train.py:35
Method
forward
(self,x)
kan_layer.py:19