File size: 458 Bytes
b5426a6
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Electronic Band Fingerprinting
## Rules
- Each fingerprint has a corresponding dataframe.
- Fingerprint creation & clustering is performed in `fingerprint_creation`.
- Fingerprints are saved to `fingerprints`, with descriptive names.
- The last part of the fingerprint csv name is the fingerprint length.
- Analysis/plotting of fingerprints happens in `analyis`.
- .py files containing functions, ect go in `src`.
- Miscellaneous/messy files go in `misc`