Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
ICategoryProvider.cs
Go to the documentation of this file.
1 namespace droid.Runtime.Interfaces {
4  public interface ICategoryProvider {
7  int CurrentCategoryValue { get; }
8  }
9 }