3 instantiations of InputObject
Microsoft.ML.Samples (3)
Dynamic\SimpleDataViewImplementation.cs (3)
27new InputObject(false, "Hello my friend."), 28new InputObject(true, "Stay awhile and listen."), 29new 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. 148private readonly IEnumerable<InputObject> _data; 149public IEnumerable<InputObject> Data 159public InputObjectDataView(IEnumerable<InputObject> data) 246private readonly IEnumerator<InputObject> _enumerator;