69 references to ReadBoolByte
Microsoft.ML.Data (33)
DataLoadSave\Binary\Codecs.cs (1)
1247bool contiguous = reader.ReadBoolByte();
DataLoadSave\Database\DatabaseLoader.cs (2)
571bool isKey = ctx.Reader.ReadBoolByte(); 603bool forceVector = ctx.Reader.ReadBoolByte();
DataLoadSave\Text\TextLoader.cs (3)
936bool isKey = ctx.Reader.ReadBoolByte(); 945bool isContig = ctx.Reader.ReadBoolByte(); 977forceVector = ctx.Reader.ReadBoolByte();
Dirty\ChooseColumnsByIndexTransform.cs (1)
132_drop = ctx.Reader.ReadBoolByte();
Evaluators\BinaryClassifierEvaluator.cs (1)
1097_useRaw = ctx.Reader.ReadBoolByte();
Scorers\FeatureContributionCalculation.cs (2)
158_normalize = ctx.Reader.ReadBoolByte(); 159Stringify = ctx.Reader.ReadBoolByte();
Transforms\BootstrapSamplingTransformer.cs (2)
124_complement = ctx.Reader.ReadBoolByte(); 126_shuffleInput = ctx.Reader.ReadBoolByte();
Transforms\ColumnSelecting.cs (4)
277var keep = ctx.Reader.ReadBoolByte(); 381var keepColumns = ctx.Reader.ReadBoolByte(); 382var keepHidden = ctx.Reader.ReadBoolByte(); 383var ignoreMissing = ctx.Reader.ReadBoolByte();
Transforms\FeatureContributionCalculationTransformer.cs (1)
126Normalize = ctx.Reader.ReadBoolByte();
Transforms\GenerateNumberTransform.cs (1)
156useCounter[i] = ctx.Reader.ReadBoolByte();
Transforms\Hashing.cs (2)
1866UseOrderedHashing = ctx.Reader.ReadBoolByte(); 1868Combine = ctx.Reader.ReadBoolByte();
Transforms\NormalizeColumnDbl.cs (3)
302useLog = ctx.Reader.ReadBoolByte(); 1181bool fixZero = ctx.Reader.ReadBoolByte(); 1267bool fixZero = ctx.Reader.ReadBoolByte();
Transforms\NormalizeColumnSng.cs (3)
302useLog = ctx.Reader.ReadBoolByte(); 1342bool fixZero = ctx.Reader.ReadBoolByte(); 1428bool fixZero = ctx.Reader.ReadBoolByte();
Transforms\RangeFilter.cs (3)
162_complement = ctx.Reader.ReadBoolByte(); 163_includeMin = ctx.Reader.ReadBoolByte(); 164_includeMax = ctx.Reader.ReadBoolByte();
Transforms\RowShufflingTransformer.cs (3)
143_poolOnly = ctx.Reader.ReadBoolByte(); 144_forceShuffle = ctx.Reader.ReadBoolByte(); 145_forceShuffleSource = ctx.Reader.ReadBoolByte();
Transforms\TypeConverting.cs (1)
280bool contiguous = ctx.Reader.ReadBoolByte();
Microsoft.ML.Ensemble (2)
OutputCombiners\BaseMultiCombiner.cs (1)
49Normalize = ctx.Reader.ReadBoolByte();
Trainer\EnsembleModelParametersBase.cs (1)
80ctx.Reader.ReadBoolByte();
Microsoft.ML.FastTree (1)
RandomForestRegression.cs (1)
189Contracts.Check(ctx.Reader.ReadBoolByte());
Microsoft.ML.ImageAnalytics (3)
ImagePixelExtractor.cs (2)
726OutputAsFloatArray = ctx.Reader.ReadBoolByte(); 732InterleavePixelColors = ctx.Reader.ReadBoolByte();
VectorToImageTransform.cs (1)
573InterleavedColors = ctx.Reader.ReadBoolByte();
Microsoft.ML.Mkl.Components (2)
OlsLinearRegression.cs (1)
826bool hasStats = ctx.Reader.ReadBoolByte();
VectorWhitening.cs (1)
822SaveInv = ctx.Reader.ReadBoolByte();
Microsoft.ML.PCA (1)
PcaTrainer.cs (1)
491bool center = ctx.Reader.ReadBoolByte();
Microsoft.ML.StandardTrainers (1)
Standard\ModelStatistics.cs (1)
294bool isWeightsDense = ctx.Reader.ReadBoolByte();
Microsoft.ML.TensorFlow (3)
TensorflowTransform.cs (3)
257isFrozen = ctx.Reader.ReadBoolByte(); 262addBatchDimensionInput = ctx.Reader.ReadBoolByte(); 267treatOutputAsBatched = ctx.Reader.ReadBoolByte();
Microsoft.ML.TimeSeries (5)
AdaptiveSingularSpectrumSequenceModeler.cs (4)
385bool isWeightSet = ctx.Reader.ReadBoolByte(); 398ShouldComputeForecastIntervals = ctx.Reader.ReadBoolByte(); 414_shouldStablize = ctx.Reader.ReadBoolByte(); 415_shouldMaintainInfo = ctx.Reader.ReadBoolByte();
PValueTransform.cs (1)
88_isPositiveSide = ctx.Reader.ReadBoolByte();
Microsoft.ML.Transforms (16)
GcnTransform.cs (1)
844EnsureZeroMean = ctx.Reader.ReadBoolByte();
HashJoiningTransform.cs (1)
248bool ordered = ctx.Reader.ReadBoolByte();
RandomFourierFeaturizing.cs (1)
145_useSin = ctx.Reader.ReadBoolByte();
Text\LdaTransform.cs (1)
1282ResetRandomGenerator = ctx.Reader.ReadBoolByte();
Text\NgramHashingTransformer.cs (6)
1013RehashUnigrams = ctx.Reader.ReadBoolByte(); 1014UseOrderedHashing = ctx.Reader.ReadBoolByte(); 1015UseAllLengths = ctx.Reader.ReadBoolByte(); 1043RehashUnigrams = ctx.Reader.ReadBoolByte(); 1044UseOrderedHashing = ctx.Reader.ReadBoolByte(); 1045UseAllLengths = ctx.Reader.ReadBoolByte();
Text\TextNormalizing.cs (3)
166_keepDiacritics = ctx.Reader.ReadBoolByte(); 167_keepPunctuations = ctx.Reader.ReadBoolByte(); 168_keepNumbers = ctx.Reader.ReadBoolByte();
Text\TokenizingByCharacters.cs (2)
133_useMarkerChars = ctx.Reader.ReadBoolByte(); 134_isSeparatorStartEnd = ctx.Header.ModelVerReadable < 0x00010002 || ctx.Reader.ReadBoolByte();
Text\WordEmbeddingsExtractor.cs (1)
251_customLookup = ctx.Reader.ReadBoolByte();
Microsoft.ML.Vision (2)
DnnRetrainTransform.cs (2)
505isFrozen = ctx.Reader.ReadBoolByte(); 506addBatchDimensionInput = ctx.Reader.ReadBoolByte();