The methods of the TemporalNeuralDataSet class are listed below. For a complete list of TemporalNeuralDataSet class members, see the TemporalNeuralDataSet Members topic.
Add | Overloaded. Adding directly is not supported. Rather, add temporal points and generate the training data. |
AddDescription | Add a data description. |
CalculateActualSetSize | Calculate the actual set size, this is the number of training set entries that will be generated. |
CalculateNeuronCounts | Calculate how many input and output neurons will be needed for the current data. |
CalculatePointsInRange | Calculate how many points are in the high and low range. These are the points that the training set will be generated on. |
CalculateStartIndex | Calculate the index to start at. |
Clear | Clear the entire dataset. |
Clone (inherited from BasicNeuralDataSet) | Clone this object. |
Close (inherited from BasicNeuralDataSet) | Close the neural data set. |
CreatePersistor (inherited from BasicNeuralDataSet) | Create a persistor to load/save this object to XML. |
CreatePoint | Overloaded. Create a temporal data point using a sequence number. They can also be created using time. No two points should have the same sequence number. |
Equals (inherited from Object) | |
Generate | Generate the training sets. |
GenerateInputNeuralData | Generate input neural data for the specified index. |
GenerateOutputNeuralData | Generate neural ideal data for the specified index. |
GetEnumerator (inherited from BasicNeuralDataSet) | Get an enumerator to access the data with. |
GetHashCode (inherited from Object) | |
GetSequenceFromDate | Create a sequence number from a time. The first date will be zero, and subsequent dates will be increased according to the grandularity specified. |
GetType (inherited from Object) | |
IsPointInRange | Is the specified point within the range. If a point is in the selection range, then the point will be used to generate the training sets. |
SortPoints | Sort the points. |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
TemporalNeuralDataSet Class | Encog.Neural.NeuralData.Temporal Namespace