2 writes to _host
Microsoft.ML.FastTree (2)
TreeEnsembleFeaturizer.cs (2)
400
_host
= env.Register(LoaderSignature);
426
_host
= env.Register(LoaderSignature);
8 references to _host
Microsoft.ML.FastTree (8)
TreeEnsembleFeaturizer.cs (8)
401
_host
.CheckValue(args, nameof(args));
402
_host
.CheckValue(predictor, nameof(predictor));
418
_host
.Check(_ensemble != null, "Predictor in model file does not have compatible type");
427
_host
.AssertValue(ctx);
445
_host
.CheckValue(ctx, nameof(ctx));
455
_host
.AssertValue(_ensemble);
498
_host
.Assert(i == _totalLeafCount);
518
_host
.Assert(i == totalNodeCount);