We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8049cdc commit 51637a3Copy full SHA for 51637a3
pysensors/classification/_sspoc.py
@@ -1,5 +1,18 @@
1
"""
2
-Sparse Sensor Placement Optimization for Classification (SSPOC).
+Sparse Sensor Placement Optimization for Classification (SSPOC) based
3
+on
4
+
5
+ Brunton, Bingni W., et al.
6
+ "Sparse sensor placement optimization for classification."
7
+ SIAM Journal on Applied Mathematics 76.5 (2016): 2099-2122.
8
9
+See also the following paper for improvements on this method
10
11
+ Mohren, Thomas L., et al.
12
+ "Neural-inspired sensors enable sparse, efficient classification
13
+ of spatiotemporal data."
14
+ Proceedings of the National Academy of Sciences
15
+ 115.42 (2018): 10564-10569.
16
17
import warnings
18
0 commit comments