Uses of Class
clickDetector.ClickClassifiers.basicSweep.ZeroCrossingStats
Packages that use ZeroCrossingStats
Package
Description
- 
Uses of ZeroCrossingStats in clickDetector
Methods in clickDetector that return ZeroCrossingStatsMethods in clickDetector with parameters of type ZeroCrossingStatsModifier and TypeMethodDescriptionvoidClickDetection.setZeroCrossingStats(ZeroCrossingStats[] zcs)  - 
Uses of ZeroCrossingStats in clickDetector.ClickClassifiers
Methods in clickDetector.ClickClassifiers that return ZeroCrossingStatsModifier and TypeMethodDescriptionClickIdentifier.getZeroCrossingStats(ClickDetection click) return the zeroCrossingStats object in the case of the sweep classifier, or a null.NullClassifier.getZeroCrossingStats(ClickDetection click)  - 
Uses of ZeroCrossingStats in clickDetector.ClickClassifiers.basic
Methods in clickDetector.ClickClassifiers.basic that return ZeroCrossingStatsModifier and TypeMethodDescriptionBasicClickIdentifier.getZeroCrossingStats(ClickDetection click) method used to get zero crossing data from sweep identifier. - 
Uses of ZeroCrossingStats in clickDetector.ClickClassifiers.basicSweep
Methods in clickDetector.ClickClassifiers.basicSweep that return ZeroCrossingStatsModifier and TypeMethodDescriptionSweepClassifier.getZeroCrossingStats(ClickDetection click) Returns the zeroCrossingStats variable, used as an identifier in the Rocca interface.SweepClassifierWorker.getZeroCrossingStats(ClickDetection click) Returns the zeroCrossingStats variable, used as an identifier in the Rocca interface.Methods in clickDetector.ClickClassifiers.basicSweep with parameters of type ZeroCrossingStatsModifier and TypeMethodDescriptionbooleanSweepClassifierWorker.testZeroCrossingStat(ZeroCrossingStats zcStat, SweepClassifierSet scs) Test whether the zero crossing statistics pass sweep classifier tests