SYMBOL INDEX (172 symbols across 12 files) FILE: doc/build/html/_static/_sphinx_javascript_frameworks_compat.js function highlight (line 51) | function highlight(node, addItems) { FILE: doc/build/html/_static/doctools.js constant BLACKLISTED_KEY_CONTROL_ELEMENTS (line 13) | const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([ FILE: doc/build/html/_static/documentation_options.js constant DOCUMENTATION_OPTIONS (line 1) | const DOCUMENTATION_OPTIONS = { FILE: doc/build/html/_static/jquery.js function b (line 2) | function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e... function w (line 2) | function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof... function p (line 2) | function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e... function se (line 2) | function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeTy... function ue (line 2) | function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cac... function le (line 2) | function le(e){return e[S]=!0,e} function ce (line 2) | function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(... function fe (line 2) | function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[... function pe (line 2) | function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourc... function de (line 2) | function de(t){return function(e){return"input"===e.nodeName.toLowerCase... function he (line 2) | function he(n){return function(e){var t=e.nodeName.toLowerCase();return(... function ge (line 2) | function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.... function ve (line 2) | function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,... function ye (line 2) | function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e} function me (line 2) | function me(){} function xe (line 2) | function xe(e){for(var t=0,n=e.length,r="";t str: method __repr__ (line 879) | def __repr__(self) -> str: class GTNNWR (line 885) | class GTNNWR(GNNWR): method __init__ (line 972) | def __init__(self, FILE: src/gnnwr/networks.py function default_dense_layer (line 6) | def default_dense_layer(insize, outsize): class LinearNetwork (line 29) | class LinearNetwork(nn.Module): method __init__ (line 50) | def __init__(self, insize, outsize, drop_out=0, activate_func=None, ba... method reset_parameter (line 70) | def reset_parameter(self): method forward (line 75) | def forward(self, x): method __str__ (line 83) | def __str__(self) -> str: method __repr__ (line 89) | def __repr__(self) -> str: class SWNN (line 92) | class SWNN(nn.Module): method __init__ (line 113) | def __init__(self, dense_layer=None, insize=-1, outsize=-1, drop_out=0... method forward (line 140) | def forward(self, x): class STPNN (line 146) | class STPNN(nn.Module): method __init__ (line 168) | def __init__(self, dense_layer, insize, outsize, drop_out=0.2, activat... method forward (line 189) | def forward(self, x): class STNN_SPNN (line 200) | class STNN_SPNN(nn.Module): method __init__ (line 221) | def __init__(self, STNN_insize:int, STNN_outsize, SPNN_insize:int, SPN... method forward (line 232) | def forward(self, input1): FILE: src/gnnwr/utils.py class OLS (line 11) | class OLS: method __init__ (line 20) | def __init__(self, dataset, xName: list, yName: list): class DIAGNOSIS (line 33) | class DIAGNOSIS: method __init__ (line 45) | def __init__(self, weight, x_data, y_data, y_pred): method hat (line 79) | def hat(self): method F1_Global (line 85) | def F1_Global(self): method F2_Global (line 99) | def F2_Global(self): method F3_Local (line 116) | def F3_Local(self): method AIC (line 146) | def AIC(self): method AICc (line 152) | def AICc(self): method R2 (line 160) | def R2(self): method Adjust_R2 (line 167) | def Adjust_R2(self): method RMSE (line 174) | def RMSE(self): class Visualize (line 182) | class Visualize: method __init__ (line 192) | def __init__(self, data, lon_lat_columns=None, zoom=4): method display_dataset (line 222) | def display_dataset(self, name="all", y_column=None, colors=None, step... method coefs_heatmap (line 267) | def coefs_heatmap(self, data_column, colors=None, steps=20, vmin=None,... method dot_map (line 296) | def dot_map(self, data, lon_column, lat_column, y_column, zoom=4, colo... FILE: tests/test_olr.py class OLS_SM (line 8) | class OLS_SM: method __init__ (line 19) | def __init__(self, dataset, xName: list, yName: list): class OLS_SKLEARN (line 31) | class OLS_SKLEARN: method __init__ (line 42) | def __init__(self, dataset, xName: list, yName: list): class TestOLS (line 55) | class TestOLS(unittest.TestCase): method test_simulated (line 60) | def test_simulated(self): method test_pm25 (line 67) | def test_pm25(self): method test_sio3 (line 76) | def test_sio3(self): method test_co2_01 (line 85) | def test_co2_01(self): method test_co2_02 (line 92) | def test_co2_02(self):