| 
            
              DynamicTimeWarpingTDistance, TInputSigmaSquared Property 
             | 
          
        
         
              Gets or sets the sigma² value for the kernel. When setting
              sigma², gamma gets updated accordingly (gamma = 0.5/sigma²).
            
 
    Namespace: 
   Accord.Statistics.Kernels
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic double SigmaSquared { get; set; }Public Property SigmaSquared As Double
	Get
	Set
 Request Example
		View SourceProperty Value
Type: 
Double
See Also