메소드 | 설명 | |
---|---|---|
Add ( |
Adds a
|
|
AddRange ( |
Copies the elements of an array to the end of the xpidea.neuro.net.patterns.PatternsCollection .
|
|
AddRange ( |
Adds the contents of another xpidea.neuro.net.patterns.PatternsCollection to the end of the collection.
|
|
Contains ( |
Gets a value indicating whether the xpidea.neuro.net.patterns.PatternsCollection contains the specified
|
|
CopyTo ( |
Copies the xpidea.neuro.net.patterns.PatternsCollection values to a one-dimensional System.Array instance at the specified index.
|
|
GetEnumerator ( ) : CustomPatternEnumerator |
Returns an enumerator that can iterate through the xpidea.neuro.net.patterns.PatternsCollection .
|
|
IndexOf ( |
Returns the index of a
|
|
Insert ( int index, |
Inserts a xpidea.neuro.net.patterns.Pattern into the xpidea.neuro.net.patterns.PatternsCollection at the specified index.
|
|
PatternsCollection ( ) : System |
Initializes a new instance of xpidea.neuro.net.patterns.PatternsCollection.
|
|
PatternsCollection ( |
Initializes a new instance of xpidea.neuro.net.patterns.PatternsCollection containing any array of
|
|
PatternsCollection ( |
Initializes a new instance of xpidea.neuro.net.patterns.PatternsCollection based on another xpidea.neuro.net.patterns.PatternsCollection.
|
|
PatternsCollection ( int patternsCount, int inputsCount, int outputsCount ) : System |
Constructor. Creates new cllection of the patterns.
|
|
PatternsCollection ( string fileName ) : System |
Constructor. Creates the collection and loads content from a file.
|
|
Remove ( |
Removes a specific xpidea.neuro.net.patterns.Pattern from the xpidea.neuro.net.patterns.PatternsCollection .
|
|
this ( int index ) : |
Represents the entry at the specified index of the
|
메소드 | 설명 | |
---|---|---|
CreateContainigObject ( ) : NeuroObject |
Overridden.Creates new xpidea.neuro.net.patterns.Pattern object.
|
public AddRange ( |
||
value |
/// An array of type |
|
리턴 | void |
public AddRange ( |
||
value |
/// A |
|
리턴 | void |
public CopyTo ( |
||
array |
/// |
|
index | int | The index in |
리턴 | void |
public GetEnumerator ( ) : CustomPatternEnumerator | ||
리턴 | CustomPatternEnumerator |
public Insert ( int index, |
||
index | int | The zero-based index where |
value | ||
리턴 | void |
public PatternsCollection ( |
||
value |
/// A array of |
|
리턴 | System |
public PatternsCollection ( |
||
value |
/// A |
|
리턴 | System |
public PatternsCollection ( int patternsCount, int inputsCount, int outputsCount ) : System | ||
patternsCount | int | Numeber of patterns in this collection. |
inputsCount | int | Number of inputs in each pattern. |
outputsCount | int | Number of outputs in each pattern. |
리턴 | System |
public PatternsCollection ( string fileName ) : System | ||
fileName | string | Name of the file to load data from. |
리턴 | System |
public Remove ( |
||
value |
/// The |
|
리턴 | void |
public this ( int index ) : |
||
index | int |
/// |
리턴 |