|
boolean | searchWithinAudioFile (NesterAudioFile candidateNesterAudioFile, double searchWithinFileStartTime, double searchWithinFileEndTime, NesterSupervisedTagDiscoveryBias nesterSupervisedTagDiscoveryBias, Connection connection, Vector< NesterTagExample > searchWithinTagExampleVector, double timeContextSize, Vector< NesterTagExample > originalAllTagExamples, int audioFileIndex, HashMap< Integer, Double > tagClassIDToMatchQuality, Vector< NesterTagExample > allTagExamples) |
| Search for Tags within a file, or a portion thereof. More...
|
|
boolean arlo.SupervisedTagDiscovery.QueueTaskRun |
( |
Connection |
connection | ) |
|
Launch the job when running from QueueTask_SupervisedTagDiscovery.
- Parameters
-
connection | An opened database connection. |
- Returns
- True if success, false if any error occurred.
void arlo.SupervisedTagDiscovery.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_SupervisedTagDiscovery. Note that this function is an override inherited from Thread.
Run the Supervised Tag Discovery.
Can be called from multiple locations. Removed from ServiceHead so that it can be called from QueueTask_SupervisedTagDiscovery.
- Parameters
-
nesterSupervisedTagDiscoveryBias | |
connection | An opened database connection. |
- Returns
- True if completed or stopped, False if any error encountered.
boolean arlo.SupervisedTagDiscovery.searchWithinAudioFile |
( |
NesterAudioFile |
candidateNesterAudioFile, |
|
|
double |
searchWithinFileStartTime, |
|
|
double |
searchWithinFileEndTime, |
|
|
NesterSupervisedTagDiscoveryBias |
nesterSupervisedTagDiscoveryBias, |
|
|
Connection |
connection, |
|
|
Vector< NesterTagExample > |
searchWithinTagExampleVector, |
|
|
double |
timeContextSize, |
|
|
Vector< NesterTagExample > |
originalAllTagExamples, |
|
|
int |
audioFileIndex, |
|
|
HashMap< Integer, Double > |
tagClassIDToMatchQuality, |
|
|
Vector< NesterTagExample > |
allTagExamples |
|
) |
| |
|
private |
Search for Tags within a file, or a portion thereof.
Can be called from multiple locations. Removed from ServiceHead so that it can be called from QueueTask_SupervisedTagDiscovery.
- Parameters
-
nesterSupervisedTagDiscoveryBias | |
connection | An opened database connection. |
- Returns
- True if completed or stopped, False if any error encountered.
boolean arlo.SupervisedTagDiscovery.shouldStop |
( |
| ) |
|
Check if this job has been queued to stop by the user.
This is currently only implemented if the job is called by ServiceHead, which maintains a list of jobs to stop.
- Returns
- True if this Job should stop, False otherwise.
The documentation for this class was generated from the following file: