Home Previous Up Next Index

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 learn(string name, DVector2d x, DVector2d y)

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)


Home Previous Up Next Index