Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
IConfigurableConfiguration.cs
Go to the documentation of this file.
1
namespace
droid
.Runtime.Interfaces {
2
public
interface
IConfigurableConfiguration
{
3
float
ConfigurableValue {
get
; }
4
string
ConfigurableName {
get
; }
5
6
bool
SampleRandom {
get
; }
7
}
8
}
droid
droid.Runtime.Interfaces.IConfigurableConfiguration
Definition:
IConfigurableConfiguration.cs:2
Runtime
Interfaces
IConfigurableConfiguration.cs
Generated by
1.8.13