armarx::FunctionApproximatorBase
Overview
[ "cpp:virtual" ]
class FunctionApproximatorBase
Operation Index
- initialize
-
- learn
-
- blearn
-
- ilearn
-
- predict
-
- bpredict
-
- reset
-
- getFunctionApproximatorFromFile
-
- getFunctionApproximatorsFromFile
-
- saveFunctionApproximatorInFile
-
Operations
void initialize(string name, ::Ice::DoubleSeq factors)
void blearn(string name, ::Ice::DoubleSeq x, ::Ice::DoubleSeq y)
void ilearn(string name, ::Ice::DoubleSeq x, double y)
double predict(string name, ::Ice::DoubleSeq x)
::Ice::DoubleSeq bpredict(string name, ::Ice::DoubleSeq x)
void reset()
void getFunctionApproximatorFromFile(string funcName, string name)
void getFunctionApproximatorsFromFile(SVector funcNames, string filename)
void saveFunctionApproximatorInFile(string funcName, string name)