|
This page last changed on Feb 17, 2009 by amitku.
Dunning Calls With Two Set of Documents
/get/AnalyticsManager.getDunningsCloud Takes two sets of documents, a cutoff and feature to return Dunnings Cloud -Based on Orignal OpenCloud code and modifications by Phil Burns.
/get/AnalyticsManager.getDunningsLogLikelyHood Takes two sets of documents, a cutoff and feature to return XML formatted string for consumption by the workbench or other tools
Returns
0Count of word/lemma in the analysis.
1% of word/lemma appearance in the analysis.
2Count of word/lemma apperance in reference
3% of word/lemma apperance in reference
4Log likeli hood measure
5Significance of Log-likelihood (always 0)
6 2**asinh(dunning)
/get/AnalyticsManager.getDunningsTable Takes two sets of documents, a cutoff and feature to return HTML Table with built in sorting
Parameter
| name |
value |
required |
| referenceList |
comma separated list of document ids |
yes |
| documentList |
comma separated list of document ids |
yes |
| feature |
Lemma or Spelling |
yes |
| cutoff |
integer value -only features count > cutoff will be considered |
no |
Example: /get/AnalyticsManager.getDunningsCloud?referenceList=ncf-0101-1&documentList=ncf-0101-2&feature=lemma&cutoff=10
/get/AnalyticsManager.getDunningsLogLikelyHood?referenceList=ncf-0101-1&documentList=ncf-0101-2&feature=lemma&cutoff=10
/get/AnalyticsManager.getDunningsTable?referenceList=ncf-0101-1&documentList=ncf-0101-2&feature=lemma&cutoff=10
Dunning Calls with one documentlist and a Workset
/get/AnalyticsManager.getDunningsCloudWorkset
/get/AnalyticsManager.getDunningsTableWorkset
/get/AnalyticsManager.getDunningsLogLikelyHoodWorkset
Parameter
| name |
value |
required |
| documentList |
comma separated list of document ids |
yes |
| feature |
Lemma or Spelling |
yes |
| cutoff |
integer value -only features count > cutoff will be considered |
no |
| worksetId |
integer value |
yes |
| useTrainingDataAsReference |
boolean true or false |
no by default the call uses test work/workparts as the reference data |
Dunning Calls for a Workset
This call uses the training data as the analysis document list and the test data as the reference document list
/get/AnalyticsManager.getDunningsCloudWorksetEx?worksetId=229&feature=lemma&cutoff=10
/get/AnalyticsManager.getDunningsLogLikelyHoodEx?worksetId=229&feature=lemma&cutoff=10
/get/AnalyticsManager.getDunningsTableWorksetEx?worksetId=229&feature=lemma&cutoff=10
Parameter
| name |
value |
required |
| feature |
Lemma or Spelling |
yes |
| cutoff |
integer value -only features count > cutoff will be considered |
no |
| worksetId |
integer value |
yes |
|