2 writes to _sigma
Microsoft.ML.StandardTrainers (2)
LdSvm\LdSvmModelParameters.cs (2)
76_sigma = sigma; 111_sigma = ctx.Reader.ReadFloat();
3 references to _sigma
Microsoft.ML.StandardTrainers (3)
LdSvm\LdSvmModelParameters.cs (3)
184ctx.Writer.Write(_sigma); 254score += Math.Tanh(_sigma * (VectorUtils.DotProduct(in _thetaPrime[current], in src) + _biasThetaPrime[current])) * 259score += Math.Tanh(_sigma * (VectorUtils.DotProduct(in _thetaPrime[current], in src) + _biasThetaPrime[current])) *