Свойство | Тип | Описание | |
---|---|---|---|
Run | double | ||
init | void |
Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
HiddenResilientGradientLearning ( ) : System |
Initializes a new instance of the HiddenResilientGradientLearning{T} class.
|
|
HiddenResilientGradientLearning ( HiddenConditionalRandomField model ) : System |
Initializes a new instance of the HiddenResilientGradientLearning{T} class.
|
|
Reset ( double rate ) : void |
Resets the current update steps using the given learning rate.
|
|
Run ( Array observations, int output ) : double |
Runs one iteration of the learning algorithm with the specified input training observation and corresponding output label.
|
|
RunEpoch ( Array observations, Array outputs ) : double |
Runs the learning algorithm with the specified input training observations and corresponding output labels.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
|
InnerRun ( Array observations, Array outputs ) : double |
Runs the learning algorithm.
|
|
OnProgressChanged ( ProgressChangedEventArgs args ) : void |
Raises the E:ProgressChanged event.
|
Метод | Описание | |
---|---|---|
Run ( Array observations, Array outputs ) : double | ||
init ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public HiddenResilientGradientLearning ( ) : System | ||
Результат | System |
public HiddenResilientGradientLearning ( HiddenConditionalRandomField model ) : System | ||
model | HiddenConditionalRandomField | Model to teach. |
Результат | System |
protected InnerRun ( Array observations, Array outputs ) : double | ||
observations | Array | |
outputs | Array | |
Результат | double |
protected OnProgressChanged ( ProgressChangedEventArgs args ) : void | ||
args | ProgressChangedEventArgs | The ProgressChangedEventArgs instance containing the event data. |
Результат | void |
public Run ( Array observations, int output ) : double | ||
observations | Array | The training observations. |
output | int | The observation's labels. |
Результат | double |
public RunEpoch ( Array observations, Array outputs ) : double | ||
observations | Array | The training observations. |
outputs | Array | The observation's labels. |
Результат | double |