public class MultiLinearRegressionBostonExample
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
columnNames |
static javax.swing.JTable |
dataTable |
static java.lang.String[][] |
example |
Constructor and Description |
---|
MultiLinearRegressionBostonExample()
Constructor method for simple data generation for regression/correlation tests
|
Modifier and Type | Method and Description |
---|---|
static javax.swing.JTable |
getBostonExample()
Constructor method for sampel data for ANOVA analysis.
|
javax.swing.JTable |
getExample()
returns a JTable object containing the Example Data
|
static java.lang.String |
getExampleSource() |
public static java.lang.String[][] example
public static java.lang.String[] columnNames
public static javax.swing.JTable dataTable
public MultiLinearRegressionBostonExample()
public static javax.swing.JTable getBostonExample()
public javax.swing.JTable getExample()
public static java.lang.String getExampleSource()