功能:选择特征的最佳组合来对所提供的数据进行分类。
select_feature_set_svm( : : ClassTrainDataHandle, SelectionMethod, GenParamName, GenParamValue : SVMHandle, SelectedFeatureIndices, Score)
Parameters参数:
1.ClassTrainDataHandle (input_control) :
class_train_data → (handle)
2.SelectionMethod (input_control) :
Method to perform the selection.选择方法
Default value: 'greedy'
List of values: 'greedy', 'greedy_oscillating'
3.GenParamName (input_control) :
Names of generic parameters to configure the selection process and the classifier.
用于配置选择过程和分类器的通用参数的名称。
Default value: []
List of values: 'gamma', 'mode', 'nu'
4.GenParamValue (input_control) : number(-array) → (real / integer / string)
Values of generic parameters to configure the selection process and the classifier.
用于配置选择过程和分类器的通用参数的值。
Default value: []
Sugg