3 writes to _linearWeights
Microsoft.ML.StandardTrainers (3)
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (3)
90_linearWeights = linearWeights; 125_linearWeights = linearWeights; 159_linearWeights = linearWeights;
7 references to _linearWeights
Microsoft.ML.StandardTrainers (7)
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (7)
205Host.Assert(Utils.Size(_linearWeights) == FeatureCount); 212ctx.Writer.WriteSingleArray(_linearWeights); 235featureFieldBuffer, featureIndexBuffer, featureValueBuffer, _linearWeights, _latentWeightsAligned, latentSum, ref modelResponse); 244Host.AssertValue(_linearWeights); 246Array.Copy(_linearWeights, linearWeights, _linearWeights.Length); 259public IReadOnlyList<float> GetLinearWeights() => _linearWeights;