Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/11/09 16:07:22 (14 years ago)
Author:
mkommend
Message:

added gamma as metadata for SVR-Models (ticket #775)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorRegression.cs

    r2454 r2552  
    480480      model.SetMetaData("Cost", bestModelScope.GetVariableValue<DoubleData>("Cost", false).Data);
    481481      model.SetMetaData("Nu", bestModelScope.GetVariableValue<DoubleData>("Nu", false).Data);
     482      model.SetMetaData("Gamma", bestModelScope.GetVariableValue<DoubleData>("Gamma", false).Data);
    482483      #region variable impacts
    483484      ItemList qualityImpacts = bestModelScope.GetVariableValue<ItemList>(ModelingResult.VariableQualityImpact.ToString(), false);
Note: See TracChangeset for help on using the changeset viewer.