SAGA.imagery_vigra.10: Random Forest Presence Prediction (ViGrA)
Random Forest Presence Prediction (ViGrA)
Execute End Point
View the execution endpoint of a process.
View the alternative version in HTML.
{"id": "SAGA.imagery_vigra.10", "title": "Random Forest Presence Prediction (ViGrA)", "description": "Random Forest Presence Prediction (ViGrA)", "version": "1.0.0", "jobControlOptions": ["sync-execute", "async-execute", "dismiss"], "outputTransmission": ["value", "reference"], "links": [{"rel": "http://www.opengis.net/def/rel/ogc/1.0/execute", "type": "application/json", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8111/ogc-api/processes/SAGA.imagery_vigra.10/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8111/ogc-api/processes/SAGA.imagery_vigra.10/execution.html"}], "inputs": {"FEATURES": {"title": "Features", "description": "Features", "maxOccurs": 1024, "extended-schema": {"type": "array", "minItems": 1, "maxItems": 1024, "items": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["image/tiff", "application/x-ogc-envi", "application/x-ogc-aaigrid", "image/png"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}}}]}}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}, "id": "FEATURES"}, "PRESENCE": {"title": "Presence Data", "description": "Presence Data", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/xml", "application/vnd.google-earth.kml+xml", "application/json"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/xml"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/vnd.google-earth.kml+xml"}, {"type": "object"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/xml"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/vnd.google-earth.kml+xml"}, {"type": "object"}]}, "id": "PRESENCE"}, "BACKGROUND": {"title": "Background Sample Density [Percent]", "description": "Background Sample Density [Percent]", "schema": {"type": "number", "default": 1, "format": "double", "minimum": 0, "maximum": 100, "nullable": true}, "id": "BACKGROUND"}, "DO_MRMR": {"title": "Minimum Redundancy Feature Selection", "description": "Use only features selected by the minimum Redundancy Maximum Relevance (mRMR) algorithm", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "DO_MRMR"}, "mRMR_NFEATURES": {"title": "Number of Features", "description": "Number of Features", "schema": {"type": "integer", "default": 50, "nullable": true}, "id": "mRMR_NFEATURES"}, "mRMR_DISCRETIZE": {"title": "Discretization", "description": "uncheck this means no discretizaton (i.e. data is already integer)", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "mRMR_DISCRETIZE"}, "mRMR_THRESHOLD": {"title": "Discretization Threshold", "description": "a double number of the discretization threshold; set to 0 to make binarization", "schema": {"type": "number", "default": 1, "format": "double", "nullable": true}, "id": "mRMR_THRESHOLD"}, "mRMR_METHOD": {"title": "Selection Method", "description": "Selection Method", "schema": {"type": "string", "default": "Mutual Information Difference (MID)", "enum": ["Mutual Information Difference (MID)", "Mutual Information Quotient (MIQ)"], "nullable": true}, "id": "mRMR_METHOD"}, "RF_IMPORT": {"title": "Import from File", "description": "Import from File", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/plain"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/plain"}]}}}], "nullable": true}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/plain"}]}, "id": "RF_IMPORT"}, "RF_EXPORT": {"title": "Export to File", "description": "Export to File", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["text/plain"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/plain"}]}}}], "nullable": true}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "utf-8", "contentMediaType": "text/plain"}]}, "id": "RF_EXPORT"}, "RF_TREE_COUNT": {"title": "Tree Count", "description": "How many trees to create?", "schema": {"type": "integer", "default": 32, "nullable": true}, "id": "RF_TREE_COUNT"}, "RF_TREE_SAMPLES": {"title": "Samples per Tree", "description": "Specifies the fraction of the total number of samples used per tree for learning.", "schema": {"type": "number", "default": 1, "format": "double", "minimum": 0, "maximum": 1, "nullable": true}, "id": "RF_TREE_SAMPLES"}, "RF_REPLACE": {"title": "Sample with Replacement", "description": "Sample from training population with or without replacement?", "schema": {"type": "boolean", "default": false, "nullable": true}, "id": "RF_REPLACE"}, "RF_SPLIT_MIN_SIZE": {"title": "Minimum Node Split Size", "description": "Number of examples required for a node to be split. Choose 1 for complete growing.", "schema": {"type": "integer", "default": 1, "nullable": true}, "id": "RF_SPLIT_MIN_SIZE"}, "RF_NODE_FEATURES": {"title": "Features per Node", "description": "Features per Node", "schema": {"type": "string", "default": "square root", "enum": ["logarithmic", "square root", "all"], "nullable": true}, "id": "RF_NODE_FEATURES"}, "RF_STRATIFICATION": {"title": "Stratification", "description": "Specifies stratification strategy. Either none, equal amount of class samples, or proportional to fraction of class samples.", "schema": {"type": "string", "default": "none", "enum": ["none", "equal", "proportional"], "nullable": true}, "id": "RF_STRATIFICATION"}}, "outputs": {"PREDICTION": {"title": "Presence Prediction", "description": "Presence Prediction", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["image/tiff", "application/x-ogc-envi", "application/x-ogc-aaigrid", "image/png"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}, "id": "PREDICTION"}, "PROBABILITY": {"title": "Presence Probability", "description": "Presence Probability", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["image/tiff", "application/x-ogc-envi", "application/x-ogc-aaigrid", "image/png"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}, "id": "PROBABILITY"}}}
Display original data as JSON
http://tb17.geolabs.fr:8111/ogc-api/processes/SAGA.imagery_vigra.10.html Last modified: Sat Dec 4 00:09:36 CET 2021