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 |