Package cascading.pattern.model.generalregression

Class Summary
CategoricalRegressionFunction Class CategoricalRegressionFunction will return a classification or category with the greatest probability as determined by the set of RegressionTables added to the GeneralRegressionSpec.
GeneralRegressionSpec Class GeneralRegressionSpec is used to define a general regression model for classification or prediction, and can be used with CategoricalRegressionFunction and PredictionRegressionFunction respectively.
Parameter  
PredictionRegressionFunction Class PredictionRegressionFunction will return a single prediction as determined by the RegressionTables added to the GeneralRegressionSpec.
RegressionTable Class RegressionTable simply holds a set of Parameter instances.
 

Enum Summary
LinkFunction Enum for the LinkFunction in GLM
 



Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.