30 references to Defaults
Microsoft.ML.ImageAnalytics (30)
VectorToImageTransform.cs (24)
134public Single Offset = VectorToImageConvertingEstimator.Defaults.Offset;
137public Single Scale = VectorToImageConvertingEstimator.Defaults.Scale;
140public int DefaultAlpha = VectorToImageConvertingEstimator.Defaults.DefaultAlpha;
143public int DefaultRed = VectorToImageConvertingEstimator.Defaults.DefaultRed;
146public int DefaultGreen = VectorToImageConvertingEstimator.Defaults.DefaultGreen;
149public int DefaultBlue = VectorToImageConvertingEstimator.Defaults.DefaultBlue;
207float scaleImage = VectorToImageConvertingEstimator.Defaults.Scale,
208float offsetImage = VectorToImageConvertingEstimator.Defaults.Offset,
209int defaultAlpha = VectorToImageConvertingEstimator.Defaults.DefaultAlpha,
210int defaultRed = VectorToImageConvertingEstimator.Defaults.DefaultRed,
211int defaultGreen = VectorToImageConvertingEstimator.Defaults.DefaultGreen,
212int defaultBlue = VectorToImageConvertingEstimator.Defaults.DefaultBlue)
611float scaleImage = VectorToImageConvertingEstimator.Defaults.Scale,
612float offsetImage = VectorToImageConvertingEstimator.Defaults.Offset,
613int defaultAlpha = VectorToImageConvertingEstimator.Defaults.DefaultAlpha,
614int defaultRed = VectorToImageConvertingEstimator.Defaults.DefaultRed,
615int defaultGreen = VectorToImageConvertingEstimator.Defaults.DefaultGreen,
616int defaultBlue = VectorToImageConvertingEstimator.Defaults.DefaultBlue)
718float scaleImage = VectorToImageConvertingEstimator.Defaults.Scale,
719float offsetImage = VectorToImageConvertingEstimator.Defaults.Offset,
720int defaultAlpha = VectorToImageConvertingEstimator.Defaults.DefaultAlpha,
721int defaultRed = VectorToImageConvertingEstimator.Defaults.DefaultRed,
722int defaultGreen = VectorToImageConvertingEstimator.Defaults.DefaultGreen,
723int defaultBlue = VectorToImageConvertingEstimator.Defaults.DefaultBlue)