Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/13/09 13:39:33 (15 years ago)
Author:
gkronber
Message:

Fixed #702 (VAF quality value is not shown in the CEDMA results.)

File:
1 edited

Legend:

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

    r2081 r2159  
    271271          new Statement(TestCoefficientOfDetermination, InstanceOf, TypeModelAttribute),
    272272         
     273          new Statement(TrainingVarianceAccountedFor, InstanceOf, TypeOrdinalAttribute),
     274          new Statement(TrainingVarianceAccountedFor, InstanceOf, TypeQualityAttribute),
     275          new Statement(TrainingVarianceAccountedFor, InstanceOf, TypeModelAttribute),
     276         
     277          new Statement(ValidationVarianceAccountedFor, InstanceOf, TypeOrdinalAttribute),
     278          new Statement(ValidationVarianceAccountedFor, InstanceOf, TypeQualityAttribute),
     279          new Statement(ValidationVarianceAccountedFor, InstanceOf, TypeModelAttribute),
     280         
     281          new Statement(TestVarianceAccountedFor, InstanceOf, TypeOrdinalAttribute),
     282          new Statement(TestVarianceAccountedFor, InstanceOf, TypeQualityAttribute),
     283          new Statement(TestVarianceAccountedFor, InstanceOf, TypeModelAttribute),
     284         
    273285          new Statement(TrainingAccuracy, InstanceOf, TypeOrdinalAttribute),
    274286          new Statement(TrainingAccuracy, InstanceOf, TypeQualityAttribute),
Note: See TracChangeset for help on using the changeset viewer.