public interface NetworkDescriptor
Database
must return an instance of NetworkDescriptor
to describe its content and allow the APILearning
to create the corresponding network.Modifier and Type | Method and Description |
---|---|
short |
getFilteredStateIndex(int index)
Returns the index of the filtered state for the given variable index.
|
double[][] |
getVariableIntervals(int index)
Returns an array containing the minimum and maximum values of each intervals of the varaible at the given index.
|
java.lang.String[] |
getVariableNames()
Returns an array of
String containing the names of the variables |
java.lang.String[] |
getVariableValues(int index)
Returns an array of String representing the variable states at the given index.
|
boolean |
isContinuousVariable(int index)
Tests if the variable at the given index is continuous or not
|
java.lang.String[] getVariableNames()
String
containing the names of the variablesjava.lang.String[] getVariableValues(int index)
index
- the index of the variabledouble[][] getVariableIntervals(int index)
index
- the index of the variableboolean isContinuousVariable(int index)
index
- the index of the variableshort getFilteredStateIndex(int index)
index
- the index of the variable