ARLO Adapt
Classes | Public Member Functions | List of all members
arlo.UnsupervisedTagDiscovery Class Reference
Inheritance diagram for arlo.UnsupervisedTagDiscovery:
Inheritance graph
[legend]
Collaboration diagram for arlo.UnsupervisedTagDiscovery:
Collaboration graph
[legend]

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< NesterAudioFiletagDiscoveryNesterAudioFiles
 

Member Function Documentation

boolean arlo.UnsupervisedTagDiscovery.QueueTaskRun ( Connection  connection)

Launch the job when running from QueueTask_UnsupervisedTagDiscovery.

Parameters
connectionAn opened database connection.
Returns
True if success, false if any error occurred.
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.

Parameters
connectionAn opened database connection.
Returns
True if completed or stopped, False if any error encountered.

The documentation for this class was generated from the following file: