|
| TagDiscoveryBias (int numFrequencyBands, double numTimeFramesPerSecond, double dampingRatio, double minFrequency, double maxFrequency) |
|
String | getSpectraComputationBiasString () |
|
String | getSpectraMemoryMapFilePath () |
|
boolean | updateFractionCompletedForTagAnalysis (Connection connection) |
| Update a Job in the database with the current fractionCompleted of this job. More...
|
|
| NesterJob () |
| Default Constructor. More...
|
|
| NesterJob (NesterJob j) |
| Copy Constructor. More...
|
|
boolean | getNesterJob (int id, Connection connection) |
| Get a Job from the database. More...
|
|
String | GetJobParameter (String name) |
| Lookup a JobParameter from the Job. More...
|
|
Vector< String > | GetJobParameterVector (String name) |
| Lookup a JobParameter from the Job. More...
|
|
boolean | AddJobParameter (String name, String value) |
| Add a JobParameter to a Job object in memory. More...
|
|
boolean | SaveJob (Connection connection) |
| Save a NesterJob object to the database. More...
|
|
void | PrintJobParameters () |
|
boolean | SaveJobLogMessage (String message) |
| Save a log entry for a Job. More...
|
|
boolean | SaveJobLogMessage (String message, Connection connection) |
|
boolean | UploadJobResultFile (String fileName, byte[] resultFileBytes, String notes, Connection connection) |
| Upload a Job Result File back to the webserver. More...
|
|
arlo.TagDiscoveryBias.TagDiscoveryBias |
( |
int |
numFrequencyBands, |
|
|
double |
numTimeFramesPerSecond, |
|
|
double |
dampingRatio, |
|
|
double |
minFrequency, |
|
|
double |
maxFrequency |
|
) |
| |
String arlo.TagDiscoveryBias.getSpectraComputationBiasString |
( |
| ) |
|
String arlo.TagDiscoveryBias.getSpectraMemoryMapFilePath |
( |
| ) |
|
boolean arlo.TagDiscoveryBias.updateFractionCompletedForTagAnalysis |
( |
Connection |
connection | ) |
|
Update a Job in the database with the current fractionCompleted of this job.
- Parameters
-
connection | An opened database connection. True if success, False on any error
|
static boolean arlo.TagDiscoveryBias.updateFractionCompletedForTagAnalysis |
( |
int |
tagDiscoveryBiasId, |
|
|
double |
fractionCompleted, |
|
|
Connection |
connection |
|
) |
| |
|
static |
Update a Job in the database with the current fractionCompleted.
- Parameters
-
tagDiscoveryBiasId | Database id of the Job to update |
fractionCompleted | Fraction of the Job complete, TODO 0.0 - 100.0 percent, or 0.0 to 1.0. |
connection | An opened database connection. True if success, False on any error
|
double arlo.TagDiscoveryBias.dampingRatio |
double arlo.TagDiscoveryBias.maxFrequency |
double arlo.TagDiscoveryBias.minFrequency |
int arlo.TagDiscoveryBias.numFrequencyBands |
double arlo.TagDiscoveryBias.numTimeFramesPerSecond |
The documentation for this class was generated from the following file: