ANN_MLPAnnealInitialT Property |
http://www.emgu.com
ANNEAL: Update initial temperature.
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic double AnnealInitialT { get; set; }
Public Property AnnealInitialT As Double
Get
Set
public:
property double AnnealInitialT {
double get ();
void set (double value);
}
member AnnealInitialT : float with get, set
Property Value
Type:
Double
See Also