ARLO Nester
Classes | Functions
workspace.tools.views.expertAgreementClassification Namespace Reference

Classes

class  ExpertAgreementClassifyForm
 
class  ExpertAgreementOptimizeForm
 

Functions

def expertAgreementClassificationQueueRunner (request, projectId, fromJob=0)
 Launch a SupervisedTagDiscovery job using the QueueRunner job manager. More...
 

Function Documentation

def workspace.tools.views.expertAgreementClassification.expertAgreementClassificationQueueRunner (   request,
  projectId,
  fromJob = 0 
)

Launch a SupervisedTagDiscovery job using the QueueRunner job manager.

GET request shows the form, POST processes it.

Parameters
requestThe Django HTTP request object
projectIdThe database ID of the Project in which to run the discovery
fromJobOptional Pre-populate the field with the settings from a previous job
Returns
Django HTTP response object