메소드 | 설명 | |
---|---|---|
TemporalDataDescription ( IActivationFunction activationFunction, |
Construct a data description with an activation function, but no range.
|
|
TemporalDataDescription ( IActivationFunction activationFunction, double low, double high, |
Construct a data description item. Set both low and high to zero for unbounded.
|
|
TemporalDataDescription ( |
Construct a data description with no activation function or range.
|
public TemporalDataDescription ( IActivationFunction activationFunction, |
||
activationFunction | IActivationFunction | The activation function. |
type | The type of data. | |
input | bool | Used for input? |
predict | bool | Used for prediction? |
리턴 | System |
public TemporalDataDescription ( IActivationFunction activationFunction, double low, double high, |
||
activationFunction | IActivationFunction | What activation function should be used? |
low | double | What is the lowest allowed value. |
high | double | What is the highest allowed value. |
type | What type of data is this. | |
input | bool | Used for input? |
predict | bool | Used for prediction? |
리턴 | System |
public TemporalDataDescription ( |
||
type | The type of data. | |
input | bool | Used for input? |
predict | bool | Used for prediction? |
리턴 | System |