Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulor authored Aug 28, 2022
1 parent be1c986 commit 2990317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ clf.support_vectors_ # support vectors i.e., x satisfying <weight, x> + bias
clf.support_ # indices of the support vectors in X
clf.width_ # width of the margin
clf.message # string message indicating success or failure of the computation.
clf.success # bool (True or False) indicating success or failure of the computation.
```

[Sample output](sample_output.md)

0 comments on commit 2990317

Please sign in to comment.