(s_feat, s_factor=2 ** (-0.5))
| 311 | |
| 312 | # ---- ScaleLong ---- |
| 313 | def universal_scalling(s_feat, s_factor=2 ** (-0.5)): |
| 314 | return s_feat * s_factor |
| 315 | |
| 316 | |
| 317 | def exponentially_scalling(s_feat, k=0.8, i=1): |
no outgoing calls
no test coverage detected