ARLO Nester
Classes | Functions | Variables
workspace.tools.views.unsupervisedTagDiscovery Namespace Reference

Classes

class  UnsupervisedTagDiscoveryForm
 

Functions

def unsupervisedTagDiscoveryQueueRunner (request, projectId)
 Launch an UnsupervisedTagDiscovery job using the QueueRunner job manager. More...
 
def unsupervisedTagDiscovery (request, projectId)
 Launch an UnsupervisedTagDiscovery job. More...
 

Variables

tuple UNSUPERVISED_NORMALIZATION_CHOICES
 

Function Documentation

def workspace.tools.views.unsupervisedTagDiscovery.unsupervisedTagDiscovery (   request,
  projectId 
)

Launch an UnsupervisedTagDiscovery job.

Parameters
requestThe Django HTTP request object
projectIdThe database ID of the Project in which to run the discovery
Returns
Django HTTP response object
def workspace.tools.views.unsupervisedTagDiscovery.unsupervisedTagDiscoveryQueueRunner (   request,
  projectId 
)

Launch an UnsupervisedTagDiscovery 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
Returns
Django HTTP response object

Variable Documentation

tuple workspace.tools.views.unsupervisedTagDiscovery.UNSUPERVISED_NORMALIZATION_CHOICES
Initial value:
1 = (
2  ("None", "None"),
3  ("Rank", "Rank"),
4  ("EqualEnergy", "Equal Energy"),
5 )