Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ node
Method
node
include/thundersvm/dataset.h:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
public:
16
struct node{
17
node(int index, kernel_type value) : index(index), value(value) {}
18
19
int index;
20
kernel_type value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected