Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
lcg-bioinfoI-bionlp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Carlos-Francisco Méndez-Cruz
2019-04-09 13:58:14 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c0bca07dae4a650df96ec80dfc2b835ed0228b42
c0bca07d
1 parent
2d998564
Iris dataset for automatic clasification
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
clasificacion-automatica/iris-dataset/trainingEvaluation_Iris_v1.py
clasificacion-automatica/iris-dataset/trainingEvaluation_Iris_v1.py
View file @
c0bca07
...
...
@@ -166,6 +166,7 @@ if __name__ == "__main__":
if
options
.
classifier
in
[
"Perceptron"
,
"SVM"
]:
oFile
.
write
(
'Confidence scores:
\n
'
)
oFile
.
write
(
"{}"
.
format
(
confidence_scores
))
oFile
.
write
(
"{}"
.
format
(
classifier
.
coef_
))
print
(
" Saving test report done!"
)
...
...
Please
register
or
login
to post a comment