Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/25/09 16:40:11 (15 years ago)
Author:
gkronber
Message:

Added evaluation of VAF to hard-coded GP algorithms. VAF values for training, validation, test are stored as model attributes. #641 (CEDMA should also store VAF of models)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.DB.Interfaces/3.3/Ontology.cs

    r1873 r1890  
    145145    public static Entity TestCoefficientOfDetermination {
    146146      get { return new Entity(CedmaNameSpace + "TestCoefficientOfDetermination"); }
     147    }
     148    public static Entity TrainingVarianceAccountedFor {
     149      get { return new Entity(CedmaNameSpace + "TrainingVarianceAccountedFor"); }
     150    }
     151    public static Entity ValidationVarianceAccountedFor {
     152      get { return new Entity(CedmaNameSpace + "ValidationVarianceAccountedFor"); }
     153    }
     154    public static Entity TestVarianceAccountedFor {
     155      get { return new Entity(CedmaNameSpace + "TestVarianceAccountedFor"); }
    147156    }
    148157    public static Entity TrainingAccuracy {
Note: See TracChangeset for help on using the changeset viewer.