mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
fix indentation
This commit is contained in:
parent
10f72cd762
commit
df248dbe93
@ -480,6 +480,7 @@ def getTrainImagesClassifier(available_app, original_dom_document):
|
||||
the_list.append(split[key])
|
||||
return the_list
|
||||
|
||||
|
||||
def getTrainRegression(available_app, original_dom_document):
|
||||
"""
|
||||
Split by classifier (ann, dt, gbt, knn, libsvm, rf)
|
||||
@ -495,6 +496,7 @@ def getTrainRegression(available_app, original_dom_document):
|
||||
the_list.append(split[key])
|
||||
return the_list
|
||||
|
||||
|
||||
def getTrainVectorClassifier(available_app, original_dom_document):
|
||||
"""
|
||||
Split by classifier (ann, dt, gbt, knn, libsvm, rf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user