Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWRegression<T,S>



Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

Synopsis

Abstract base class

Description

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.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.