ExpertAgreement Classification.
More...
|
static boolean | run (String[] args, int projectId, Vector< NesterTagExample > knownTagExamples, Vector< NesterAudioFile > audioFilesToClassify, double distanceWeightingPower, double classificationProbabilityThreshold, int numFrequencyBands, double numTimeFramesPerSecond, double dampingRatio, double minFrequency, double maxFrequency, Connection connection) throws Exception |
|
ExpertAgreement Classification.
- Parameters
-
args | |
projectId | The ProjectID in which this task is running. |
knownTagExamples | 'Expert' tagged Examples |
audioFilesToClassify | A list of audio Files to classify |
connection | An opened Database connection |
- Returns
- true on a Successful run, false or an Exception otherwise
static boolean arlo.ExpertAgreement.run |
( |
String[] |
args, |
|
|
int |
projectId, |
|
|
Vector< NesterTagExample > |
knownTagExamples, |
|
|
Vector< NesterAudioFile > |
audioFilesToClassify, |
|
|
double |
distanceWeightingPower, |
|
|
double |
classificationProbabilityThreshold, |
|
|
int |
numFrequencyBands, |
|
|
double |
numTimeFramesPerSecond, |
|
|
double |
dampingRatio, |
|
|
double |
minFrequency, |
|
|
double |
maxFrequency, |
|
|
Connection |
connection |
|
) |
| throws Exception |
|
static |
The documentation for this class was generated from the following file: