The default confidence cutoff to be used with most Learn Models. This field is read-only.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly DFLT_CONFIDENCE_CUTOFF As Double
C#
public static readonly double DFLT_CONFIDENCE_CUTOFF;
C++
public:
 static const double DFLT_CONFIDENCE_CUTOFF;
J#
public static final double DFLT_CONFIDENCE_CUTOFF
JScript
public static const var DFLT_CONFIDENCE_CUTOFF : double;

See Also