1 write to Sigma
Microsoft.ML.Samples (1)
Dynamic\Trainers\BinaryClassification\LdSvmWithOptions.cs (1)
32
Sigma
= 0.1f,
2 references to Sigma
Microsoft.ML.StandardTrainers (2)
LdSvm\LdSvmTrainer.cs (2)
331
localWt[l] = (float)Math.Tanh(_options.
Sigma
* (VectorUtils.DotProduct(in features, in thetaPrime[l]) + biasThetaPrime[l]));
393
return new LdSvmModelParameters(Host, w, thetaPrime, theta, _options.
Sigma
, biasW, biasTheta,