Package whistleClassifier.training
Class SequentialTrainingSelector
java.lang.Object
whistleClassifier.training.TrainingSelector
whistleClassifier.training.SequentialTrainingSelector
- Direct Known Subclasses:
PairedSequentialTrainingSelector
Selects groups of fragments into training / test groups
simply by concatenating all the files together from some random start point.
- Author:
- Doug Gillespie
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint[]
createSections
(int iSpecies, double trainingFraction, int sectionLength, double minFreq, double maxFreq, int minContourLength) int
Methods inherited from class whistleClassifier.training.TrainingSelector
getNumSpecies, getParameterArray, getTotalFragments, getTrainingDataCollection, getWhistleFragmenter, setTrainingDataCollection, setWhistleFragmenter
-
Constructor Details
-
SequentialTrainingSelector
public SequentialTrainingSelector()
-
-
Method Details
-
createSections
public int[] createSections(int iSpecies, double trainingFraction, int sectionLength, double minFreq, double maxFreq, int minContourLength) -
getNumTestSets
public int getNumTestSets()- Specified by:
getNumTestSets
in classTrainingSelector
-