메소드 | 설명 | |
---|---|---|
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 |
리턴 |
public Predict ( |
||
x | Training record | |
리턴 | double |
public PredictRaw ( |
||
x | ||
리턴 | double |