Package | Description |
---|---|
org.encog.neural.networks.training.pnn |
Modifier and Type | Class and Description |
---|---|
class |
TrainBasicPNN
Train a PNN.
|
Modifier and Type | Method and Description |
---|---|
double |
GlobalMinimumSearch.brentmin(int maxIterations,
double maxError,
double eps,
double tol,
CalculationCriteria network,
double y)
Use the "Brent Method" to find a better minimum.
|
double |
DeriveMinimum.calculate(int maxIterations,
double maxError,
double eps,
double tol,
CalculationCriteria network,
int n,
double[] x,
double ystart,
double[] base,
double[] direc,
double[] g,
double[] h,
double[] deriv2)
Derive the minimum, using a conjugate gradient method.
|
void |
GlobalMinimumSearch.findBestRange(double low,
double high,
int numberOfPoints,
boolean useLog,
double minError,
CalculationCriteria network)
Find the best common gamma.
|
Copyright © 2014. All Rights Reserved.