Méthode | Description | |
---|---|---|
IncreaseDimensions ( |
Adds a specified number of polynomial features to the training / test Vector.
|
|
LogisticRegressionModel ( ) : System |
Default constructor
|
|
Predict ( |
Create a prediction based on the learned Theta values and the supplied test item.
|
|
PredictRaw ( |
Computes the probability of the prediction being True.
|
public static IncreaseDimensions ( |
||
x | Training / Testing record | |
polynomialFeatures | int | Number of polynomial features to add |
Résultat |
public LogisticRegressionModel ( ) : System | ||
Résultat | System |
public Predict ( |
||
x | Training record | |
Résultat | double |
public PredictRaw ( |
||
x | ||
Résultat | double |