1 write to _targets
Microsoft.ML.FastTree (1)
Training\EnsembleCompression\LassoBasedEnsembleCompressor.cs (1)
505_targets = new float[_numObservations];
8 references to _targets
Microsoft.ML.FastTree (8)
Training\EnsembleCompression\LassoBasedEnsembleCompressor.cs (8)
212float targetMean = (float)VectorUtils.GetMean(_targets); 215fixed (float* pVector = _targets) 223float targetStd = (float)Math.Sqrt(VectorUtils.GetDotProduct(_targets, _targets)); 224VectorUtils.DivideInPlace(_targets, targetStd); 228feature2residualCorrelations[j] = VectorUtils.GetDotProduct(_targets, _observations[j]); 511fixed (float* pTargets = _targets) 525fixed (float* pTargets = _targets)