>
None
Abstract base class
>The abstract base class RWRegression<T,S> defines the interface for the regression classes in Analytics.h++. Classes derived from this class include RWLinearRegression and RWLogisticRegression.
The template parameter T specifies the datatype for elements in the predictor matrix (double), and the template parameter S specifies the datatype for elements in the observation vector (double for linear regression and RWBoolean for logistic regression).
>
NOTE:See the Class Reference entries for RWLinearRegression and RWLogisticRegression for information about the interface.
©Copyright 1999, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.