63 references to WriteBoolByte
Microsoft.ML.Data (30)
DataLoadSave\Database\DatabaseLoader.cs (2)
644ctx.Writer.WriteBoolByte(type is KeyDataViewType); 660ctx.Writer.WriteBoolByte(seg.ForceVector);
DataLoadSave\Text\TextLoader.cs (2)
1024ctx.Writer.WriteBoolByte(type is KeyDataViewType); 1032ctx.Writer.WriteBoolByte(seg.ForceVector);
Dirty\ChooseColumnsByIndexTransform.cs (1)
149ctx.Writer.WriteBoolByte(_drop);
Evaluators\BinaryClassifierEvaluator.cs (1)
1132ctx.Writer.WriteBoolByte(_useRaw);
Scorers\FeatureContributionCalculation.cs (2)
187ctx.Writer.WriteBoolByte(_normalize); 188ctx.Writer.WriteBoolByte(Stringify);
Transforms\BootstrapSamplingTransformer.cs (2)
146ctx.Writer.WriteBoolByte(_complement); 148ctx.Writer.WriteBoolByte(_shuffleInput);
Transforms\ColumnSelecting.cs (3)
449ctx.Writer.WriteBoolByte(KeepColumns); 450ctx.Writer.WriteBoolByte(KeepHidden); 451ctx.Writer.WriteBoolByte(IgnoreMissing);
Transforms\FeatureContributionCalculationTransformer.cs (1)
147ctx.Writer.WriteBoolByte(Normalize);
Transforms\GenerateNumberTransform.cs (1)
184ctx.Writer.WriteBoolByte(UseCounter[i]);
Transforms\Hashing.cs (2)
1883ctx.Writer.WriteBoolByte(UseOrderedHashing); 1884ctx.Writer.WriteBoolByte(Combine);
Transforms\KeyToVector.cs (1)
157ctx.Writer.WriteBoolByte(_columns[i].OutputCountVector);
Transforms\NormalizeColumnDbl.cs (3)
275ctx.Writer.WriteBoolByte(useLog); 1203ctx.Writer.WriteBoolByte(_offset != 0); 1289ctx.Writer.WriteBoolByte(_offset != null);
Transforms\NormalizeColumnSng.cs (3)
275ctx.Writer.WriteBoolByte(useLog); 1364ctx.Writer.WriteBoolByte(_offset != 0); 1450ctx.Writer.WriteBoolByte(_offset != null);
Transforms\RangeFilter.cs (3)
196ctx.Writer.WriteBoolByte(_complement); 197ctx.Writer.WriteBoolByte(_includeMin); 198ctx.Writer.WriteBoolByte(_includeMax);
Transforms\RowShufflingTransformer.cs (3)
176ctx.Writer.WriteBoolByte(_poolOnly); 177ctx.Writer.WriteBoolByte(_forceShuffle); 178ctx.Writer.WriteBoolByte(_forceShuffleSource);
Microsoft.ML.Ensemble (1)
OutputCombiners\BaseMultiCombiner.cs (1)
65ctx.Writer.WriteBoolByte(Normalize);
Microsoft.ML.FastTree (1)
RandomForestRegression.cs (1)
204ctx.Writer.WriteBoolByte(true);
Microsoft.ML.ImageAnalytics (3)
ImagePixelExtractor.cs (2)
757ctx.Writer.WriteBoolByte(OutputAsFloatArray); 763ctx.Writer.WriteBoolByte(InterleavePixelColors);
VectorToImageTransform.cs (1)
683ctx.Writer.WriteBoolByte(InterleavedColors);
Microsoft.ML.Mkl.Components (2)
OlsLinearRegression.cs (1)
867ctx.Writer.WriteBoolByte(HasStatistics);
VectorWhitening.cs (1)
843ctx.Writer.WriteBoolByte(SaveInv);
Microsoft.ML.PCA (2)
PcaTrainer.cs (2)
537writer.WriteBoolByte(true); 541writer.WriteBoolByte(false);
Microsoft.ML.StandardTrainers (1)
Standard\ModelStatistics.cs (1)
330ctx.Writer.WriteBoolByte(_weights.IsDense);
Microsoft.ML.TensorFlow (3)
TensorflowTransform.cs (3)
451ctx.Writer.WriteBoolByte(isFrozen); 452ctx.Writer.WriteBoolByte(_addBatchDimensionInput); 453ctx.Writer.WriteBoolByte(_treatOutputAsBatched);
Microsoft.ML.TimeSeries (5)
AdaptiveSingularSpectrumSequenceModeler.cs (4)
493ctx.Writer.WriteBoolByte(_wTrans != null); 496ctx.Writer.WriteBoolByte(ShouldComputeForecastIntervals); 503ctx.Writer.WriteBoolByte(_shouldStablize); 504ctx.Writer.WriteBoolByte(_shouldMaintainInfo);
PValueTransform.cs (1)
106ctx.Writer.WriteBoolByte(_isPositiveSide);
Microsoft.ML.Transforms (13)
GcnTransform.cs (1)
865ctx.Writer.WriteBoolByte(EnsureZeroMean);
HashJoiningTransform.cs (1)
315ctx.Writer.WriteBoolByte(ex.Ordered);
RandomFourierFeaturizing.cs (1)
175ctx.Writer.WriteBoolByte(_useSin);
Text\LdaTransform.cs (1)
1312ctx.Writer.WriteBoolByte(ResetRandomGenerator);
Text\NgramHashingTransformer.cs (3)
1077ctx.Writer.WriteBoolByte(RehashUnigrams); 1078ctx.Writer.WriteBoolByte(UseOrderedHashing); 1079ctx.Writer.WriteBoolByte(UseAllLengths);
Text\TextNormalizing.cs (3)
138ctx.Writer.WriteBoolByte(_keepDiacritics); 139ctx.Writer.WriteBoolByte(_keepPunctuations); 140ctx.Writer.WriteBoolByte(_keepNumbers);
Text\TokenizingByCharacters.cs (2)
151ctx.Writer.WriteBoolByte(_useMarkerChars); 152ctx.Writer.WriteBoolByte(_isSeparatorStartEnd);
Text\WordEmbeddingsExtractor.cs (1)
292ctx.Writer.WriteBoolByte(_customLookup);
Microsoft.ML.Vision (2)
DnnRetrainTransform.cs (2)
687ctx.Writer.WriteBoolByte(isFrozen); 688ctx.Writer.WriteBoolByte(_addBatchDimensionInput);