4 references to Source
Microsoft.ML.Transforms (4)
Text\SentimentAnalyzingTransform.cs (4)
58
h.CheckNonWhiteSpace(args.
Source
, nameof(args.
Source
));
61
args.Name = args.
Source
;
83
var copyTransformer = new ColumnCopyingTransformer(env, (ModelInputColumnName, args.
Source
));