ARLO Nester
Static Public Attributes | List of all members
workspace.tools.models.RandomWindowTaggingForm Class Reference
Inheritance diagram for workspace.tools.models.RandomWindowTaggingForm:
Inheritance graph
[legend]
Collaboration diagram for workspace.tools.models.RandomWindowTaggingForm:
Collaboration graph
[legend]

Static Public Attributes

tuple name = forms.CharField(label='Name', max_length=255, initial='default')
 
tuple numWindowsToTag = forms.IntegerField(label='Num Windows To Tag', initial=100)
 
tuple windowSizeInSeconds = forms.FloatField(label='Window Size in Seconds', initial=4,required=True)
 
tuple weight = forms.ChoiceField(choices=(("Time", "Time"), ("File", "File")), required=True)
 

Member Data Documentation

tuple workspace.tools.models.RandomWindowTaggingForm.name = forms.CharField(label='Name', max_length=255, initial='default')
static
tuple workspace.tools.models.RandomWindowTaggingForm.numWindowsToTag = forms.IntegerField(label='Num Windows To Tag', initial=100)
static
tuple workspace.tools.models.RandomWindowTaggingForm.weight = forms.ChoiceField(choices=(("Time", "Time"), ("File", "File")), required=True)
static
tuple workspace.tools.models.RandomWindowTaggingForm.windowSizeInSeconds = forms.FloatField(label='Window Size in Seconds', initial=4,required=True)
static

The documentation for this class was generated from the following file: