Package com.tagtraum.beatunes.library
Class NRunCenterSubsamplingStrategy
- java.lang.Object
-
- com.tagtraum.beatunes.library.NRunCenterSubsamplingStrategy
-
public class NRunCenterSubsamplingStrategy extends Object
NRunCenterSubsamplingStrategy.- Author:
- Hendrik Schreiber
-
-
Field Summary
Fields Modifier and Type Field Description static int
TUNE_CORTEX_VERSION_2_MIN_LENGTH
Min length needed to ensure high enough false positive rate.
-
Constructor Summary
Constructors Constructor Description NRunCenterSubsamplingStrategy()
NRunCenterSubsamplingStrategy(int minLength)
-
-
-
Field Detail
-
TUNE_CORTEX_VERSION_2_MIN_LENGTH
public static final int TUNE_CORTEX_VERSION_2_MIN_LENGTH
Min length needed to ensure high enough false positive rate.- See Also:
- Constant Field Values
-
-