\(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\R}[1]{ {\rm #1} }\) \(\newcommand{\W}[1]{ \; #1 \; }\)
nslist_pair_table¶
View page sourceLists of Node Smoothing Pairs¶
Discussion¶
This table can be used to specify a lists of nodes with corresponding smoothings.
nslist_pair_id¶
This column has type integer and is the primary key for
the nslist_pair table.
Its initial value is zero, and it increments by one for each row.
nslist_id¶
This column has type integer and is used to identify an individual lists
in this table.
This column has type integer and is the primary key for
the nslist_table .
Each nslist_id value corresponds to a different list of
( node_id , smooth_id ) pairs.
node_id¶
This column has type integer and is a
node_id in the node table.
It specifies which node this smoothing should be applied to.
smooth_id¶
This column has type integer and is a
smooth_id .
It specifies which smoothing to apply at this node.
Example¶
The file nslist_pair_table.py
contains an example nslist_pair table.