Class OrcaSpotParams
java.lang.Object
rawDeepLearningClassifier.dlClassification.orcaSpot.OrcaSpotParams
- All Implemented Interfaces:
Serializable
,Cloneable
Stored settings for the OrcaSpot module.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionNon user changeableThe location of .exe file that runs the Deep Learning classifier.The classifier modelThe hop size to use in seconds (This should be set the same as length of input file and is not use changeable)The initial prediction modelsboolean
Use the graphics card.static int
Number of workers?static int
Python script for running the initial prediction stagePython script for running the later classification stage.Location of the python.exe file.The length of audio to analyse in seconds (This should be set the same as length of input file and is not user changeable);The threshold to apply to the initial prediction stageThe threshold to apply to the later classification stage.int
A channel bitmap of trigger channels. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetModel()
void
setAudio_file
(File audio_file) void
setHop_size
(String hop_size) void
void
setNo_cuda
(boolean no_cuda) void
setNum_workers
(String num_workers) void
setPredict_script
(String predict_script) void
setSeq_len
(String seq_len) void
setThreshold
(String threshold)
-
Field Details
-
triggerChannel
public int triggerChannelA channel bitmap of trigger channels. Note that only one trigger channel is currentyl supported. -
OrcaCounter
public static int OrcaCounter -
NoiseCounter
public static int NoiseCounter -
pythonExeFile
Location of the python.exe file. -
predict_script
Python script for running the initial prediction stage -
predict2_script
Python script for running the later classification stage. -
model
The initial prediction models -
classifier_model
The classifier model -
threshold
The threshold to apply to the initial prediction stage -
threshold2
The threshold to apply to the later classification stage. -
no_cuda
public boolean no_cudaUse the graphics card. -
num_workers
Number of workers? -
audio_file
Non user changeable -
seq_len
The length of audio to analyse in seconds (This should be set the same as length of input file and is not user changeable); -
hop_size
The hop size to use in seconds (This should be set the same as length of input file and is not use changeable) -
classiferFile
The location of .exe file that runs the Deep Learning classifier.
-
-
Constructor Details
-
OrcaSpotParams
public OrcaSpotParams()
-
-
Method Details
-
getThreshold
-
getThreshold2
-
setThreshold
-
getPredict_script
-
getClass_script
-
setPredict_script
-
getAudio_file
-
setAudio_file
-
getSeq_len
-
setSeq_len
-
getHop_size
-
setHop_size
-
getNo_cuda
-
setNo_cuda
public void setNo_cuda(boolean no_cuda) -
getModel
-
getclassifierModel
-
setModel
-
getNum_workers
-
setNum_workers
-