Index

A C D E F G I L M P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abort() - Method in class regress.RegApplier
Abort a regression model induction.
abort() - Method in class regress.RegInducer
Abort a regression model induction.
aggregate(double[], double) - Method in class regress.Regression
Aggregate a data vector.
ALL_ITEMS - Static variable in class regress.RegView
mode flag: all optional menu items
apply() - Method in class regress.RegApplier
Apply a regression model.

C

COPYRIGHT - Static variable in class regress.RegApplier
the copyright information for this program
COPYRIGHT - Static variable in class regress.RegInducer
the copyright information for this program
createApplierCmd() - Method in class regress.RegGUI
Create a command for applying a regression model.
createApplierObj() - Method in class regress.RegGUI
Create a regression model inducer.
createExecutor(int) - Method in class regress.RegGUI
Get the executor for a dialog tab.
createInducerCmd() - Method in class regress.RegGUI
Create a command for inducing a regression model.
createInducerObj() - Method in class regress.RegGUI
Create a regression model inducer.

D

DESCRIPTION - Static variable in class regress.RegApplier
the program description
DESCRIPTION - Static variable in class regress.RegInducer
the program description

E

exec() - Method in class regress.RegApplier
Execute the model induction.
exec() - Method in class regress.RegInducer
Execute the model induction.
execute(double[]) - Method in class regress.Regression
Execute a regression function.

F

FILE_ITEMS - Static variable in class regress.RegView
mode flag: add menu items for loading and saving tables

G

getAllCoeffs() - Method in class regress.Regression
Get all regression coefficients.
getAllExpos() - Method in class regress.Regression
Get the exponents of all regression terms.
getAsTable() - Method in class regress.Regression
Get the regression model as a table.
getAsTable(boolean) - Method in class regress.Regression
Get the regression model as a table.
getAsTable(boolean, double) - Method in class regress.Regression
Get the regression model as a table.
getAsTable(double) - Method in class regress.Regression
Get the regression model as a table.
getCoeff(int) - Method in class regress.Regression
Get a regression coefficient.
getCoeffCount() - Method in class regress.Regression
Get the number of regression coefficients.
getDegree() - Method in class regress.Regression
Get the degree of the regression polynomial.
getDomains() - Method in class regress.Regression
Get the domains of the variables.
getErrors() - Method in class regress.RegApplier
Get the number of misclassifications.
getExpos(int) - Method in class regress.Regression
Get the exponents of a regression term.
getLim() - Method in class regress.Regression
Get the limit for the Tikhonov regularization.
getMapper() - Method in class regress.Regression
Get the underlying table mapper.
getMax() - Method in class regress.Regression
Get the maximum for a logit transformation.
getMin() - Method in class regress.Regression
Get the minimum for a logit transformation.
getReg() - Method in class regress.Regression
Get the initial Tikhonov regularization.
getRegression() - Method in class regress.RegApplier
Get the regression model.
getRegression() - Method in class regress.RegInducer
Get the induced regression model.
getRegression() - Method in class regress.RegView
Get the currently displayed regression model.
getResultMsg() - Method in class regress.RegGUI
Get the result message on successful termination.
getRowCount() - Method in class regress.RegApplier
Get the number of processed table rows.
getRowCount() - Method in class regress.RegInducer
Get the number of processed table rows.
getSSE() - Method in class regress.RegApplier
Get the sum of squared errors.
getSSE() - Method in class regress.Regression
Compute the sum of squared errors.
getSum() - Method in class regress.Regression
Get the sum of the data vector weights.
getVarCount() - Method in class regress.Regression
Get the number of variables (including the output).
getVarName(int) - Method in class regress.Regression
Get the name of a variable.

I

induce() - Method in class regress.RegInducer
Induce a regression model.

L

LOAD_ITEMS - Static variable in class regress.RegView
mode flag: add menu items for loading tables
loadConfig(File) - Method in class regress.RegGUI
Load a configuration file and set the input fields.
loadRegression(File) - Method in class regress.RegView
Load the regression model to display.
logistic(double) - Static method in class regress.Regression
Compute logistic function.

M

main(String[]) - Static method in class regress.RegApplier
Main function for command line execution.
main(String[]) - Static method in class regress.RegGUI
Main function for testing basic functionality.
main(String[]) - Static method in class regress.RegInducer
Main function for command line execution.
main(String[]) - Static method in class regress.Regression
Main function for testing basic functionality.
main(String[]) - Static method in class regress.RegView
Main function for command line invocation.

P

parse(Scanner) - Static method in class regress.Regression
Parse a regression description.
parse(Scanner, Table) - Static method in class regress.Regression
Parse a regression description.
PROGRAM - Static variable in class regress.RegView
mode flag: the viewer is a stand-alone program

R

RegApplier - Class in regress
Class for applying multivariate polynomial regression models.
RegApplier() - Constructor for class regress.RegApplier
Create a regression model applier.
RegException - Exception Class in regress
Class for a regression exception.
RegException(String) - Constructor for exception class regress.RegException
Create a regression exception.
RegGUI - Class in regress
Class for a user interface to the regression program.
RegGUI() - Constructor for class regress.RegGUI
Create a multivariate polynomial regression GUI.
RegGUI(Component) - Constructor for class regress.RegGUI
Create a multivariate polynomial regression GUI.
RegInducer - Class in regress
Class for inducing multivariate polynomial regression models.
RegInducer() - Constructor for class regress.RegInducer
Create a regression model inducer.
regress - package regress
 
Regression - Class in regress
Class for multivariate polynomial regression models.
Regression(int, int) - Constructor for class regress.Regression
Create a multivariate polynomial regression model.
Regression(TableMapper, int) - Constructor for class regress.Regression
Create a multivariate polynomial regression model.
Regression(Table, int) - Constructor for class regress.Regression
Create a multivariate polynomial regression model.
RegView - Class in regress
Class for a regression model.
RegView(int) - Constructor for class regress.RegView
Create a regression model viewer.
RegView(Component, int) - Constructor for class regress.RegView
Create a regression model viewer.
run() - Method in class regress.RegGUI
Create the user interface.
run() - Method in class regress.RegView
Create the user interface.

S

SAVE_ITEMS - Static variable in class regress.RegView
mode flag: add menu items for saving tables
saveConfig(File) - Method in class regress.RegGUI
Save a configuration file
saveRegression(File) - Method in class regress.RegView
Save the displayed regression model.
setConfName(String) - Method in class regress.RegApplier
Set the name of the confidence column.
setDataFile(File) - Method in class regress.RegGUI
Set the data file.
setDegree(int) - Method in class regress.RegInducer
Set the degree of the regression polynomial.
setDomains(String) - Method in class regress.RegInducer
Set the domain description file.
setDomains(Table) - Method in class regress.RegInducer
Set the domain descriptions.
setDomains(Scanner) - Method in class regress.RegInducer
Set the scanner to read the domain descriptions from.
setDomainsFile(File) - Method in class regress.RegGUI
Set the domains file.
setEpsilon(double) - Method in class regress.RegView
Set the epsilon for the coefficient display.
setInput(String) - Method in class regress.RegApplier
Set the table input file and corresponding parameters.
setInput(String) - Method in class regress.RegInducer
Set the table input file and corresponding parameters.
setInput(String, int) - Method in class regress.RegApplier
Set the table input file and corresponding parameters.
setInput(String, int) - Method in class regress.RegInducer
Set the table input file and corresponding parameters.
setInput(String, String, String, String, String) - Method in class regress.RegApplier
Set the table input file and corresponding parameters.
setInput(String, String, String, String, String) - Method in class regress.RegInducer
Set the table input file and corresponding parameters.
setInput(String, String, String, String, String, int) - Method in class regress.RegApplier
Set the table input file and corresponding parameters.
setInput(String, String, String, String, String, int) - Method in class regress.RegInducer
Set the table input file and corresponding parameters.
setInput(Table) - Method in class regress.RegApplier
Set the input data table.
setInput(Table) - Method in class regress.RegInducer
Set the input data table.
setInput(TableReader) - Method in class regress.RegApplier
Set the table reader and read mode.
setInput(TableReader) - Method in class regress.RegInducer
Set the table reader and read mode.
setInput(TableReader, int) - Method in class regress.RegApplier
Set the table reader and read mode.
setInput(TableReader, int) - Method in class regress.RegInducer
Set the table reader and read mode.
setLim(double) - Method in class regress.RegInducer
Set the limit for the Tikhonov regularization.
setLim(double) - Method in class regress.Regression
Set the limit for the Tikhonov regularization.
setMax(double) - Method in class regress.RegInducer
Set the maximum for a logit transformation.
setMax(double) - Method in class regress.Regression
Set the maximum for a logit transformation.
setMessage(String) - Method in class regress.RegView
Set the message to display in the status line.
setMin(double) - Method in class regress.RegInducer
Set the minimum for a logit transformation.
setMin(double) - Method in class regress.Regression
Set the minimum for a logit transformation.
setMinMax(double, double) - Method in class regress.RegInducer
Set the range for a logit transformation.
setMinMax(double, double) - Method in class regress.Regression
Set the range for a logit transformation.
setOutput(Writer) - Method in class regress.RegInducer
Set the output file writer.
setOutput(String) - Method in class regress.RegApplier
Set the output data table file.
setOutput(String) - Method in class regress.RegInducer
Set the output file.
setOutput(TableWriter) - Method in class regress.RegApplier
Set the output file writer.
setPredName(String) - Method in class regress.RegApplier
Set the name of the prediction column.
setReg(double) - Method in class regress.RegInducer
Set the initial Tikhonov regularization.
setReg(double) - Method in class regress.Regression
Set the initial Tikhonov regularization.
setRegLim(double, double) - Method in class regress.RegInducer
Set initial value and limit for the Tikhonov regularization.
setRegLim(double, double) - Method in class regress.Regression
Set initial value and limit for the Tikhonov regularization.
setRegression(String) - Method in class regress.RegApplier
Set the regression model file.
setRegression(Regression) - Method in class regress.RegApplier
Set the regression model.
setRegression(Regression) - Method in class regress.RegView
Set the regression model to display.
setTarget(int) - Method in class regress.RegInducer
Set the id of the target column.
setTarget(String) - Method in class regress.RegInducer
Set the name of the target column.
setTestFile(File) - Method in class regress.RegGUI
Set the test file.
setThreshold(double) - Method in class regress.RegApplier
Set the classification threshold.
setZeros(boolean) - Method in class regress.RegView
Set the flag for zero exponents.
showRegression(File) - Method in class regress.RegGUI
Show a regression model.
showRegression(JTextField) - Method in class regress.RegGUI
Show a regression model.
solve() - Method in class regress.Regression
Set up and solve the regression equation system.

T

toString() - Method in class regress.Regression
Describe the regression function.
toString(double) - Method in class regress.Regression
Describe the regression function.
toString(String) - Method in class regress.Regression
Describe the regression function.

V

VERSION - Static variable in class regress.RegApplier
the version of this program
VERSION - Static variable in class regress.RegGUI
the version string
VERSION - Static variable in class regress.RegInducer
the version of this program
VERSION - Static variable in class regress.RegView
the version string
A C D E F G I L M P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form