Property | Type | Description | |
---|---|---|---|
parameters | IList |
Method | Description | |
---|---|---|
InitModel ( ) : void | ||
LogisticRegression ( ) : System |
Default constructor
|
|
PredictProbability ( IList |
Predict probability for given features
|
|
Train ( ) : void |
Train using stochastic gradient descent
|
public PredictProbability ( IList |
||
input | IList |
the input |
return | double |