14 references to ReadFloatArray
Microsoft.ML.Core (1)
Utilities\Stream.cs (1)
502return reader.ReadFloatArray();
Microsoft.ML.Data (1)
Prediction\Calibrator.cs (1)
1236_binProbs = ctx.Reader.ReadFloatArray();
Microsoft.ML.FastTree (2)
TreeEnsemble\InternalRegressionTree.cs (2)
301RawThresholds = reader.ReadFloatArray(); 305DefaultValueForMissing = reader.ReadFloatArray();
Microsoft.ML.Mkl.Components (2)
VectorWhitening.cs (2)
178_models[i] = ctx.Reader.ReadFloatArray(); 180_invModels[i] = ctx.Reader.ReadFloatArray();
Microsoft.ML.PCA (1)
PcaTransformer.cs (1)
138MeanProjected = ctx.Reader.ReadFloatArray();
Microsoft.ML.StandardTrainers (2)
FactorizationMachine\FieldAwareFactorizationMachineModelParameters.cs (2)
150var linearWeights = ctx.Reader.ReadFloatArray(); 152var latentWeights = ctx.Reader.ReadFloatArray();
Microsoft.ML.TimeSeries (5)
AdaptiveSingularSpectrumSequenceModeler.cs (4)
387_alpha = ctx.Reader.ReadFloatArray(); 392_state = ctx.Reader.ReadFloatArray(); 432var tempArray = ctx.Reader.ReadFloatArray(); 437tempArray = ctx.Reader.ReadFloatArray();
MovingAverageTransform.cs (1)
90_weights = ctx.Reader.ReadFloatArray();