Click or drag to resize

modelRecordRemarkFlags Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Pointing to important events and/or facts of this record

Namespace:  imbSCI.DataComplex.data.modelRecords
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
[FlagsAttribute]
public enum modelRecordRemarkFlags
Request Example View Source
Members
  Member nameValueDescription
irregularOperation0 Irregular operation: the algorithm this record is following had minor irregularities during operation
broken1 Broken: one or more major errors occoured during operation of this algorithm
significant2 Significant: result this algorithm achieved is significant
insteresting3 Insteresting: algorithm log should be examined by researched
testCriteriaFail4 The algorithm failed on the evaluation criteria
testCriteriaPass5 The algorithm passed the evaluation criteria
See Also