Package rocca
Class RoccaTrainClassifier
java.lang.Object
rocca.RoccaTrainClassifier
Single-stage classifier creation. Dataset must be a WEKA-formatted arff file, with the correct
species in the last column.
Input and output filenames are hard-coded below and must be changed accordingly. This is a standalone
program that does not run out of Pamguard.
- Author:
- Michael Oswald
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RoccaTrainClassifier
public RoccaTrainClassifier()
-
-
Method Details
-
main
Standalone implementation- Parameters:
args
-
-
getArff
Let user choose arff file training dataset- Returns:
- File the arff file containing the training dataset
-
trainClassifier
Actual code to train the classifier
-