Last updated 8 months ago
t-SNE2 output of the raw dataset
Project ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/data-explorer/has-features', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "hasFeatures": false, "inputBlock": { "id": 0, "type": "time-series", "name": "Time series", "title": "Time series", "windowSizeMs": 2004, "windowIncreaseMs": 0, "frequencyHz": 60, "classificationWindowIncreaseMs": 0, "padZeros": false, "imageWidth": 28, "imageHeight": 28, "resizeMode": "squash", "resizeMethod": "squash", "cropAnchor": "middle-center", "description": "Reduced learning rate and more layers", "createdBy": "createImpulse", "createdAt": "2024-12-21T11:52:29.176Z", "datasetSubset": { "subsetModulo": 0, "subsetSeed": 0 } } }