Remove Silent classification from BinClassifier: not only is it not very useful, it's misaligned with the other classifications because it doesn't account for lag, and so it can make those wrong
This commit is contained in:
@@ -90,6 +90,7 @@ unit_test_sources = [
|
||||
'src/test/TestVectorOpsComplex.cpp',
|
||||
'src/test/TestVectorOps.cpp',
|
||||
'src/test/TestSignalBits.cpp',
|
||||
'src/test/TestBinClassifier.cpp',
|
||||
'src/test/test.cpp',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user