NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
CalculateFunction2D(IVector[][] inputPArameters) | IG::Neural::TestFunctions | [inline, static] |
CalculateNumSteps(double lowLimit, double highLimit, double steps) | IG::Neural::TestFunctions | [inline, static] |
CreateFunction(string equation) | IG::Neural::TestFunctions | [inline, static] |
GenerateFunctionTrainingSamples(double lowerInputLimit, double upperInputLimit, double step, IRealFunction function, ref SampledDataSet trainingData) | IG::Neural::TestFunctions | [inline, static] |
GenerateInputParameters(double lowerInputLimit, double step, int numSteps, ref IVector[] inputParameters) | IG::Neural::TestFunctions | [inline, private, static] |
GenerateInputParameters2D(double step, double xMin, int xNumSteps, double yMin, int yNumSteps) | IG::Neural::TestFunctions | [inline, static] |
TrainingPoints2D(IVector[][] functionCoordinates, int numTrainingPoints, bool random) | IG::Neural::TestFunctions | [inline, static] |
TrainingPoints2D(IVector[][] functionCoordinates, int numXTrainingPoints, int numYTrainingPoints, bool random) | IG::Neural::TestFunctions | [inline, static] |