3 instantiations of InputObject
Microsoft.ML.Samples (3)
Dynamic\SimpleDataViewImplementation.cs (3)
27
new
InputObject
(false, "Hello my friend."),
28
new
InputObject
(true, "Stay awhile and listen."),
29
new
InputObject
(true, "Masterfully done hero!")
6 references to InputObject
Microsoft.ML.Samples (6)
Dynamic\SimpleDataViewImplementation.cs (6)
101
/// <see cref="IEnumerable{T}"/> of the above <see cref="
InputObject
"/>.
114
/// <see cref="
InputObject
"/>), with fixed types.
148
private readonly IEnumerable<
InputObject
> _data;
149
public IEnumerable<
InputObject
> Data
159
public InputObjectDataView(IEnumerable<
InputObject
> data)
246
private readonly IEnumerator<
InputObject
> _enumerator;