Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.encog.mathutil Classes and Interfaces - 67 results found.
NameDescriptionTypePackageFramework
AbstractBoxMullerProvides the ability for subclasses to generate normally distributed random numbers.Classorg.encog.mathutil.randomize.generateHeatonReasearch
AbstractGenerateRandomProvides a foundation for most random number generation.Classorg.encog.mathutil.randomize.generateHeatonReasearch
BasicGenerateRandomA wrapper over Java's built in random number generator.Classorg.encog.mathutil.randomize.generateHeatonReasearch
BasicHessianSome basic code used to calculate Hessian matrixes.Classorg.encog.mathutil.matrices.hessianHeatonReasearch
BasicRandomFactoryBasic random number generator factory.Classorg.encog.mathutil.randomize.factoryHeatonReasearch
BasicRandomizerProvides basic functionality that most randomizers will need.Classorg.encog.mathutil.randomizeHeatonReasearch
BasicRBFBasic radial basis function.Classorg.encog.mathutil.rbfHeatonReasearch
BiPolarUtilThis class contains a number of utility methods used to work with bipolar numbers.Classorg.encog.mathutil.matricesHeatonReasearch
BoundMathJava will sometimes return Math.Classorg.encog.mathutilHeatonReasearch
BoundNumbersClassorg.encog.mathutilHeatonReasearch
CalcProbabilityClassorg.encog.mathutil.probabilityHeatonReasearch
ChainRuleWorkerA threaded worker that is used to calculate the first derivatives of the output of the neural network.Classorg.encog.mathutil.matrices.hessianHeatonReasearch
CholeskyDecompositionCholesky Decomposition.Classorg.encog.mathutil.matrices.decompositionHeatonReasearch
ComplexNumberA complex number class.Classorg.encog.mathutilHeatonReasearch
ComputeHessianCompute (estimate) the Hessian matrix.Interfaceorg.encog.mathutil.matrices.hessianHeatonReasearch
ConsistentRandomizerA randomizer that takes a seed and will always produce consistent results.Classorg.encog.mathutil.randomizeHeatonReasearch
ConstRandomizerA randomizer that will create always set the random number to a const value, used mainly for testing.Classorg.encog.mathutil.randomizeHeatonReasearch
ConvertThis class is used to convert strings into numeric values.Classorg.encog.mathutilHeatonReasearch
DimensionConstraintSpecifies a constraint for dimensions, using a lower and upper bound.Classorg.encog.mathutil.dimensionHeatonReasearch
DistortA randomizer that distorts what is already present in the neural network.Classorg.encog.mathutil.randomizeHeatonReasearch
EigenvalueDecompositionEigenvalues and eigenvectors of a real matrix.Classorg.encog.mathutil.matrices.decompositionHeatonReasearch
EncogFunctionInterfaceorg.encog.mathutilHeatonReasearch
EncogMathSeveral useful math functions for Encog.Classorg.encog.mathutilHeatonReasearch
EncogMathErrorThrown when a math error happens.Classorg.encog.mathutilHeatonReasearch
EquilateralUsed to produce an array of activations to classify data into groups.Classorg.encog.mathutilHeatonReasearch
ErrorCalculationCalculate the error of a neural network.Classorg.encog.mathutil.errorHeatonReasearch
ErrorCalculationModeenum ErrorCalculationModeSelects the error calculation mode for Encog.Classorg.encog.mathutil.errorHeatonReasearch
FanInRandomizerA randomizer that attempts to create starting weight values that are conducive to propagation training.Classorg.encog.mathutil.randomizeHeatonReasearch
GaussianFunctionMulti-dimensional gaussian function.Classorg.encog.mathutil.rbfHeatonReasearch
GaussianRandomizerGenerally, you will not want to use this randomizer as a pure neural network randomizer.Classorg.encog.mathutil.randomizeHeatonReasearch
GenerateRandomInterface that defines how random numbers are generated.Interfaceorg.encog.mathutil.randomize.generateHeatonReasearch
HessianCRCalculate the Hessian matrix using the chain rule method.Classorg.encog.mathutil.matrices.hessianHeatonReasearch
HessianFDCalculate the Hessian matrix using the finite difference method.Classorg.encog.mathutil.matrices.hessianHeatonReasearch
IntPairClassorg.encog.mathutilHeatonReasearch
IntRangeA range of integers.Classorg.encog.mathutilHeatonReasearch
InverseMultiquadricFunctionMulti-dimensional Inverse Multiquadric function.Classorg.encog.mathutil.rbfHeatonReasearch
LinearCongruentialRandomA Linear Congruential random number generator.Classorg.encog.mathutil.randomize.generateHeatonReasearch
LUDecomposition For an m-by-n matrix A with m >= n, the LU decomposition is an m-by-n unit lower triangular matrix L, an n-by-n upper triangular matrix U, and aClassorg.encog.mathutil.matrices.decompositionHeatonReasearch
MathConstMath constants needed by Encog.Classorg.encog.mathutilHeatonReasearch
MatrixThis class implements a mathematical matrix.Classorg.encog.mathutil.matricesHeatonReasearch
MatrixErrorUsed by the matrix classes to indicate an error.Classorg.encog.mathutil.matricesHeatonReasearch
MatrixMathThis class can perform many different mathematical operations on matrixes.Classorg.encog.mathutil.matricesHeatonReasearch
MersenneTwisterGenerateRandomThe Mersenne twister is a pseudo random number generator developed in 1997 by Makoto Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence over a finite binary field F2.Classorg.encog.mathutil.randomize.generateHeatonReasearch
MexicanHatFunctionMulti-dimensional Mexican Hat, or Ricker wavelet, function.Classorg.encog.mathutil.rbfHeatonReasearch
MultiDimensionHandle multi-dimensional integer-based dimensions.Classorg.encog.mathutil.dimensionHeatonReasearch
MultiplyWithCarryGenerateRandomIn Multiply with Carry (MWC) is a pseudo random number generator computer science, multiply-with-carry (MWC) is a method invented by George Marsaglia for generating sequences of random integers based on an initial setClassorg.encog.mathutil.randomize.generateHeatonReasearch
MultiquadricFunctionMulti-dimensional Multiquadric function.Classorg.encog.mathutil.rbfHeatonReasearch
NguyenWidrowRandomizer default weight initialization used by Encog, as it generally provides the most train-able neural network.Classorg.encog.mathutil.randomizeHeatonReasearch
NumericRangeA numeric range has a high, low, mean, root-mean-square, standard deviation, and the count of how many samples it contains.Classorg.encog.mathutilHeatonReasearch
QRDecomposition For an m-by-n matrix A with m >= n, the QR decomposition is an m-by-n orthogonal matrix Q and an n-by-n upper triangular matrix R so that A = Q*R.Classorg.encog.mathutil.matrices.decompositionHeatonReasearch
RadialBasisFunctionA multi-dimension RBF.Interfaceorg.encog.mathutil.rbfHeatonReasearch
RandomChoiceGenerate random choices unevenly.Classorg.encog.mathutil.randomizeHeatonReasearch
RandomFactoryInterfaceorg.encog.mathutil.randomize.factoryHeatonReasearch
RandomizerDefines the interface for a class that is capable of randomizing the weights and bias values of a neural network.Interfaceorg.encog.mathutil.randomizeHeatonReasearch
RandomVariableClassorg.encog.mathutil.probability.varsHeatonReasearch
RangeRandomizerClassorg.encog.mathutil.randomizeHeatonReasearch
RBFEnumThe implemented function types of the RBFs.Classorg.encog.mathutil.rbfHeatonReasearch
SecureGenerateRandomA wrapper over Java's crypto secure random number generator.Classorg.encog.mathutil.randomize.generateHeatonReasearch
SingularValueDecompositionSingular Value Decomposition.Classorg.encog.mathutil.matrices.decompositionHeatonReasearch
svmClassorg.encog.mathutil.libsvmHeatonReasearch
svm_modelThis class was taken from the libsvm package.Classorg.encog.mathutil.libsvmHeatonReasearch
svm_nodeThis class was taken from the libsvm package.Classorg.encog.mathutil.libsvmHeatonReasearch
svm_parameterThis class was taken from the libsvm package.Classorg.encog.mathutil.libsvmHeatonReasearch
svm_print_interfaceThis class was taken from the libsvm package.Interfaceorg.encog.mathutil.libsvmHeatonReasearch
svm_problemThis class was taken from the libsvm package.Classorg.encog.mathutil.libsvmHeatonReasearch
VariableListClassorg.encog.mathutil.probability.varsHeatonReasearch
VectorAlgebraBasic vector algebra operators.Classorg.encog.mathutilHeatonReasearch