Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
IHasString.cs
Go to the documentation of this file.
1 namespace droid.Runtime.Interfaces {
4  public interface IHasString {
5  string ObservationValue { get; }
6  }
7 }