Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/28/09 15:26:29 (15 years ago)
Author:
gkronber
Message:

Added problem view for the cedma server. #712

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/Results.cs

    r2190 r2193  
    3737namespace HeuristicLab.CEDMA.Core {
    3838  public class Results : ItemBase {
    39     private const int PAGE_SIZE = 1000;
    4039    private string[] categoricalVariables = null;
    4140    public string[] CategoricalVariables {
     
    6968
    7069    private IModelingDatabase database;
    71     //public IStore Store {
    72     //  get { return store; }
    73     //  set {
    74     //    store = value;
    75     //  }
    76     //}
    7770
    7871    private Dictionary<string, Dictionary<object, double>> categoricalValueIndices = new Dictionary<string, Dictionary<object, double>>();
     
    9992        modelEntry.Set("PersistedData", model.Data);
    10093        modelEntry.Set("TargetVariable", model.TargetVariable.Name);
     94        entries.Add(modelEntry);
    10195      }
    10296     
Note: See TracChangeset for help on using the changeset viewer.