Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
EvaluationComponentMenuPath.cs
Go to the documentation of this file.
1 namespace droid.Runtime.Prototyping.Evaluation {
4  public static class EvaluationComponentMenuPath {
8  public const string _ComponentMenuPath = PrototypingComponentMenuPath._ComponentMenuPath + "Evaluation/";
12  public const string _Postfix = "Evaluation";
13  }
14 }