File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
methods/kernel_machines/src/pg_gp Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,8 @@ lsvm_classification( input_table,
144144Note that, as any gradient descent methods, IGD will converge with a greater
145145eta (stepsize), thus faster, if the input training data is well-conditioned.
146146We highly recommend user to perform data preparation, such that the mean value
147- of each feature column is 0 and standard error is 1. We plan to provide a
147+ of each feature column is 0 and standard error is 1, and append an extra
148+ feature with constant value 1 for intercept term. We plan to provide a
148149function for this when this module graduates from early stage development.
149150
150151- Learn linear or non-linear SVM(s) using the method described in [1].
You can’t perform that action at this time.
0 commit comments