|
tuple | name = forms.CharField(label='Job Name', max_length=255, initial='Weka SVM') |
|
tuple | sourceTagSet = forms.ModelChoiceField(TagSet.objects.none(), label="Source TagSet", empty_label=None, required=True) |
|
tuple | destinationTagSet = forms.ModelChoiceField(TagSet.objects.none(), label="Destination TagSet", empty_label=None, required=True) |
|
tuple | numFramesPerExample = forms.IntegerField(label='Number of Frames per Example', initial=1) |
|
tuple | complexityConstant = forms.FloatField(label='Complexity Constant', initial=1.0) |
|
tuple | numFrequencyBands = forms.IntegerField(label='Num Frequency Bands', initial=128) |
|
tuple | numTimeFramesPerSecond = forms.IntegerField(label='Num Time Frames Per Second', initial=100) |
|
tuple | dampingRatio = forms.FloatField(label='Damping Ratio', initial=0.02) |
|
tuple | minFrequency = forms.IntegerField(label='Min Frequency', initial=60) |
|
tuple | maxFrequency = forms.IntegerField(label='Max Frequency', initial=12000) |
|
tuple workspace.tools.views.wekaJob.WekaSVMJobForm.complexityConstant = forms.FloatField(label='Complexity Constant', initial=1.0) |
|
static |
tuple workspace.tools.views.wekaJob.WekaSVMJobForm.dampingRatio = forms.FloatField(label='Damping Ratio', initial=0.02) |
|
static |
tuple workspace.tools.views.wekaJob.WekaSVMJobForm.destinationTagSet = forms.ModelChoiceField(TagSet.objects.none(), label="Destination TagSet", empty_label=None, required=True) |
|
static |
tuple workspace.tools.views.wekaJob.WekaSVMJobForm.maxFrequency = forms.IntegerField(label='Max Frequency', initial=12000) |
|
static |
tuple workspace.tools.views.wekaJob.WekaSVMJobForm.minFrequency = forms.IntegerField(label='Min Frequency', initial=60) |
|
static |
tuple workspace.tools.views.wekaJob.WekaSVMJobForm.name = forms.CharField(label='Job Name', max_length=255, initial='Weka SVM') |
|
static |
tuple workspace.tools.views.wekaJob.WekaSVMJobForm.numFramesPerExample = forms.IntegerField(label='Number of Frames per Example', initial=1) |
|
static |
tuple workspace.tools.views.wekaJob.WekaSVMJobForm.numFrequencyBands = forms.IntegerField(label='Num Frequency Bands', initial=128) |
|
static |
tuple workspace.tools.views.wekaJob.WekaSVMJobForm.numTimeFramesPerSecond = forms.IntegerField(label='Num Time Frames Per Second', initial=100) |
|
static |
tuple workspace.tools.views.wekaJob.WekaSVMJobForm.sourceTagSet = forms.ModelChoiceField(TagSet.objects.none(), label="Source TagSet", empty_label=None, required=True) |
|
static |
The documentation for this class was generated from the following file: