메소드 | 설명 | |
---|---|---|
Generate ( Matrix X, |
Generate Logistic Regression model based on a set of examples.
|
|
IncreaseDimensions ( Matrix x, int polynomialFeatures ) : Matrix |
Adds a specified number of polynomial features to the training set Matrix.
|
|
LogisticRegressionGenerator ( ) : System |
Initialises a LogisticRegressionGenerator object
|
public Generate ( Matrix X, |
||
X | Matrix | The Matrix to process. |
y | The Vector to process. | |
리턴 | IModel |
public static IncreaseDimensions ( Matrix x, int polynomialFeatures ) : Matrix | ||
x | Matrix | Training set |
polynomialFeatures | int | Number of polynomial features to add |
리턴 | Matrix |