Class CrossValidationScore
A default simple implementation of ICrossValidationScore.
Inheritance
System.Object
    CrossValidationScore
  Implements
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: BayesServer.Data
Assembly: BayesServer.Data.dll
Syntax
public sealed class CrossValidationScore : ICrossValidationScore
  Constructors
CrossValidationScore(Double)
Initializes a new instance of the CrossValidationScore class.
Declaration
public CrossValidationScore(double score)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Double | score | 
Properties
Score
Gets the combined score over each cross validation partitioning.
Declaration
public double Score { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Double |