| Documentation For Encog 2.x |
|
BasicNeuralData.Item Property
Access the data by index.
public virtual
double this[
int x] { public get; public set; }
Parameters
-
x
- The index to access.
Implements
INeuralData.Item
See Also
BasicNeuralData Class | Encog.Neural.Data.Basic Namespace