Skip to content

Commit

Permalink
Operator JSON harmonisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
agouy committed Jan 25, 2024
1 parent e024e2d commit 26ed786
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions operator.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"name": "Bin",
"description": "Define intervals based on values' range and bin data points.",
"tags": ["data preprocessing"],
"authors": ["tercen"],
"urls": ["https://github.com/tercen/bin_operator"],
"tags": [
"preprocessing"
],
"authors": [
"tercen"
],
"urls": [
"https://github.com/tercen/bin_operator"
],
"properties": [
{
"kind": "EnumeratedProperty",
Expand All @@ -15,10 +21,9 @@
{
"kind": "DoubleProperty",
"name": "n_bins",
"defaultValue": 10,
"defaultValue": "10",
"values": {},
"description": "A number indicating the number of desired bins."
}
]
}


}

0 comments on commit 26ed786

Please sign in to comment.