C# Class Accord.Tests.Statistics.LogisticGradientDescentTest

Show file Open project: accord-net/framework

Private Methods

Method Description
GradientTest ( ) : void
StochasticGradientTest ( ) : void
finiteDifferences ( double input, double output, bool stochastic ) : double[]
gradient ( double input, double output, bool stochastic ) : double[]
run_batch_mode_new_method ( ) : void
run_stochastic_mode ( ) : void
run_test_batch_mode ( ) : void