4 references to Checkpoint
Microsoft.ML.Data (4)
EntryPoints\EntryPointNode.cs (4)
776result[FieldNames.Checkpoint] = Checkpoint; 909&& x.Name != FieldNames.StageId && x.Name != FieldNames.Checkpoint && x.Name != FieldNames.Cost); 912var checkpoint = node[FieldNames.Checkpoint] == null ? false : node[FieldNames.Checkpoint].Value<bool>();