#include <Func.h>
Inheritance diagram for PLearn::Func:
Public Member Functions | |
Func () | |
Func *. | |
Func (Function *f) | |
Func (const VarArray &the_inputs, const VarArray &the_outputs) | |
Func (const VarArray &the_inputs, const VarArray ¶meters_to_optimize, const VarArray &the_outputs) | |
Vec | operator() (const Vec &input) const |
real | operator() (const Vec &input1, const Vec &input2) const |
VarArray | operator() (const VarArray &new_inputs) const |
|
Func *.
|
|
|
|
|
|
|
|
builds a whole new Var graph modeled after the current one but starting from new_inputs (instead of inputs) the resulting new_outputs var array is returned by the call |
|
|
|
Definition at line 77 of file Func.cc. References PLearn::Vec. |