|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionFactory | |
---|---|
org.encog.app.analyst.csv.process | |
org.encog.ml.prg |
Uses of FunctionFactory in org.encog.app.analyst.csv.process |
---|
Methods in org.encog.app.analyst.csv.process with parameters of type FunctionFactory | |
---|---|
void |
ProcessExtension.register(FunctionFactory functions)
|
Uses of FunctionFactory in org.encog.ml.prg |
---|
Methods in org.encog.ml.prg that return FunctionFactory | |
---|---|
FunctionFactory |
EncogProgramContext.getFunctions()
|
FunctionFactory |
EncogProgram.getFunctions()
|
Constructors in org.encog.ml.prg with parameters of type FunctionFactory | |
---|---|
EncogProgramContext(CSVFormat theFormat,
FunctionFactory theFunctions)
Construct the context with the specified format and function factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |