Changeset 17738 for branches/3022-FastFunctionExtraction/FFX
- Timestamp:
- 08/29/20 09:41:06 (4 years ago)
- Location:
- branches/3022-FastFunctionExtraction
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3022-FastFunctionExtraction
-
Property
svn:ignore
set to
packages
TestResults
-
Property
svn:ignore
set to
-
branches/3022-FastFunctionExtraction/FFX/FastFunctionExtraction.cs
r17737 r17738 203 203 // one last LS-optimization step on the training data 204 204 foreach (var ffxModel in ffxModels) { 205 //if (ffxModel.NumBases > 0) ffxModel.OptimizeCoefficients(data);205 if (ffxModel.NumBases > 0) ffxModel.OptimizeCoefficients(data); 206 206 } 207 207 return ffxModels;
Note: See TracChangeset
for help on using the changeset viewer.