AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class TuningSnapshot

    Inheritance
    object
    TuningSnapshot
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class TuningSnapshot

    Properties

    ComputeTime

    Declaration
    public DateTime? ComputeTime { get; set; }
    Property Value
    Type Description
    DateTime?

    Epoch

    Declaration
    public int Epoch { get; set; }
    Property Value
    Type Description
    int

    MeanScore

    Declaration
    public float MeanScore { get; set; }
    Property Value
    Type Description
    float

    Step

    Declaration
    public int Step { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX