Метод | Описание | |
---|---|---|
Generate ( Matrix X, |
Generate model based on a set of examples.
|
|
PerceptronGenerator ( ) : System |
Default constructor.
|
|
PerceptronGenerator ( bool normalize ) : System |
Constructor.
|
public Generate ( Matrix X, |
||
X | Matrix | The Matrix to process. |
y | The Vector to process. | |
Результат | IModel |
public PerceptronGenerator ( bool normalize ) : System | ||
normalize | bool | true to normalize. |
Результат | System |