Search Results for

    Show / Hide Table of Contents

    Class CrossValidationScore

    A default simple implementation of ICrossValidationScore.

    Inheritance
    System.Object
    CrossValidationScore
    Implements
    ICrossValidationScore
    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

    Implements

    ICrossValidationScore
    In This Article
    Back to top Copyright Bayes Server Ltd. All rights Reserved.