Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Prolog mlpack Library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
Prolog mlpack Library
Wiki
Prologmethods
Classification
softmax_regression
Changes
Page history
New page
Templates
Clone repository
Update softmax_regression
authored
2 years ago
by
Dean Samuel Schmitz
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
PrologMethods/Classification/softmax_regression.md
+1
-1
1 addition, 1 deletion
PrologMethods/Classification/softmax_regression.md
with
1 addition
and
1 deletion
PrologMethods/Classification/softmax_regression.md
View page @
b8762a18
...
@@ -32,7 +32,7 @@ initModelNoTrain( +integer, +integer,
...
@@ -32,7 +32,7 @@ initModelNoTrain( +integer, +integer,
### Parameters
### Parameters
| Name | Type | Description | Default |
| Name | Type | Description | Default |
|------|------|-------------|---------|
|------|------|-------------|---------|
| inputSize | +integer | Size of the input feature vector. |
0
|
| inputSize | +integer | Size of the input feature vector. |
1
|
| numClasses | +integer | Number of classes for classification. | 0 |
| numClasses | +integer | Number of classes for classification. | 0 |
| fitIntercept | +integer(bool) | add intercept term or not. | (0)false |
| fitIntercept | +integer(bool) | add intercept term or not. | (0)false |
...
...
This diff is collapsed.
Click to expand it.