2 writes to _biasThetaPrime
Microsoft.ML.StandardTrainers (2)
LdSvm\LdSvmModelParameters.cs (2)
82
_biasThetaPrime
= biasThetaPrime;
118
_biasThetaPrime
= ctx.Reader.ReadFloatArray(_numLeaf * 2 - 1);
5 references to _biasThetaPrime
Microsoft.ML.StandardTrainers (5)
LdSvm\LdSvmModelParameters.cs (5)
140
Host.Assert(
_biasThetaPrime
.Length == _numLeaf * 2 - 1);
197
Host.Assert(
_biasThetaPrime
.Length == _numLeaf * 2 - 1);
198
ctx.Writer.WriteSinglesNoCount(
_biasThetaPrime
.AsSpan());
254
score += Math.Tanh(_sigma * (VectorUtils.DotProduct(in _thetaPrime[current], in src) +
_biasThetaPrime
[current])) *
259
score += Math.Tanh(_sigma * (VectorUtils.DotProduct(in _thetaPrime[current], in src) +
_biasThetaPrime
[current])) *