Adds a data point.
Adds a data point with weight = 1.
public void Update(double[],double);
Adds a data point with a sepecified weight.
public void Update(double[],double,double);
Adds a set of data points, all with weight = 1.
public void Update(double[,],double[]);
Adds a set of data points with user-specified weights.
public void Update(double[,],double[],double[]);
RadialBasis Class | Imsl.Math Namespace