Method | Description | |
---|---|---|
FlatToMatrix ( double flat, int start, double matrix ) : void |
Convert a flat network to a matrix.
|
|
Iteration ( ) : void |
Perform one iteration.
|
|
MatrixToFlat ( double matrix, double flat, int start ) : void |
Convert the matrix to flat.
|
|
Pause ( ) : |
||
Resume ( |
||
SVDTraining ( |
Construct the training object.
|
public FlatToMatrix ( double flat, int start, double matrix ) : void | ||
flat | double | The flat network to convert. |
start | int | The starting point. |
matrix | double | The matrix to convert to. |
return | void |
public MatrixToFlat ( double matrix, double flat, int start ) : void | ||
matrix | double | The matrix. |
flat | double | Flat array. |
start | int | WHere to start. |
return | void |
public Pause ( ) : |
||
return |
public Resume ( |
||
state | ||
return | void |
public SVDTraining ( |
||
network_0 | The network to train. Must have a single output neuron. | |
training | IMLDataSet | The training data to use. Must be indexable. |
return | Encog.MathUtil.RBF |