Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/14/09 17:30:02 (15 years ago)
Author:
gkronber
Message:

Worked on SVM classification engine. #625

File:
1 edited

Legend:

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

    r2349 r2351  
    105105      get { return GetVariableInjector().GetVariable("MaxGammaIndex").GetValue<IntData>().Data; }
    106106      set { GetVariableInjector().GetVariable("MaxGammaIndex").GetValue<IntData>().Data = value; }
     107    }
     108
     109    public string SvmType {
     110      get { return GetVariableInjector().GetVariable("Type").GetValue<StringData>().Data; }
     111      set { GetVariableInjector().GetVariable("Type").GetValue<StringData>().Data = value; }
    107112    }
    108113
Note: See TracChangeset for help on using the changeset viewer.