Predict Method
Functions
predict(self, X)
Generate output predictions for the input samples.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
X |
ndarray
|
Input data. |
required |
Returns:
| Type | Description |
|---|---|
|
numpy.ndarray: Predictions for the input data. |