ARLO Adapt
|
Classes | |
enum | MutationMode |
Public Member Functions | |
void | run () |
Launch the job when running threaded from ServiceHead. More... | |
boolean | QueueTaskRun (Connection connection) |
Launch the job when running from QueueTask_UnsupervisedTagDiscovery. More... | |
boolean | runJob (Connection connection) |
Run the Unsupervised Tag Discovery. More... | |
Public Member Functions inherited from arlo.TagDiscovery | |
TagDiscovery (TagDiscoveryBias tagDiscoveryBias) | |
void | pauseThread () |
void | resumeThread () |
void | stopThread () |
void | runTagDiscoveryStart (int project_id, Connection connection) |
Initialize some data to prepare for running. More... | |
void | runEnd () |
void | setupSpectralDataMemoryMaps () |
int[] | loadAudioFileSpectraData (int audioFileIndex, long startFrame, long numFrames, boolean allocateMemory) |
int[] | computeAudioFileSpectraData (NesterAudioFile audioFile, double startTime, double endTime) |
Additional Inherited Members | |
Public Attributes inherited from arlo.TagDiscovery | |
Vector< NesterAudioFile > | tagDiscoveryNesterAudioFiles |
boolean arlo.UnsupervisedTagDiscovery.QueueTaskRun | ( | Connection | connection | ) |
Launch the job when running from QueueTask_UnsupervisedTagDiscovery.
connection | An opened database connection. |
void arlo.UnsupervisedTagDiscovery.run | ( | ) |
Launch the job when running threaded from ServiceHead.
Used to start a thread when called by ServiceHead to start a job. Not used by QueueTask_UnsupervisedTagDiscovery. Note that this function is an override inherited from Thread.
boolean arlo.UnsupervisedTagDiscovery.runJob | ( | Connection | connection | ) |
Run the Unsupervised Tag Discovery.
connection | An opened database connection. |