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