Skip to content

Commit

Permalink
Update python_brightics.function.extraction$pca.json
Browse files Browse the repository at this point in the history
It fixes brightics#35
  • Loading branch information
jisujeong committed Nov 21, 2018
1 parent bc402e0 commit b58727b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
{
"id": "svd_solver",
"label": "SVD Solver",
"description": "SVD Solver.",
"description": "Solver for Singular Value Decomposition.",
"mandatory": false,
"items": [
{
Expand Down Expand Up @@ -107,7 +107,7 @@
{
"id": "tol",
"label": "Tolerance",
"description": "Tolerance for singular values computed by svd_solver == arpack.",
"description": "Tolerance for singular values computed by 'SVD Solver' == 'ARPACK'.",
"mandatory": false,
"items": [],
"visibleOption": [
Expand All @@ -125,7 +125,7 @@
{
"id": "iterated_power",
"label": "Number of Iterations",
"description": "Number of iterations for the power method computed by svd_solver == randomized.",
"description": "Number of iterations for the power method computed by 'SVD Solver' == 'Randomized'.",
"mandatory": false,
"items": [],
"visibleOption": [
Expand Down Expand Up @@ -181,4 +181,4 @@
]
},
"md": ""
}
}

0 comments on commit b58727b

Please sign in to comment.