scientificmaterialsglasssynthetic-databngclassification
Glass Type Identification — 138K Synthetic (BNG)
About this data
A 137,781-row synthetic expansion (generated via a Bayesian Network) of the UCI Glass Identification dataset, classifying glass type from its refractive index and oxide composition.
Schema
| Name | Type | Description |
|---|---|---|
| RI | DOUBLE | |
| Na | DOUBLE | |
| Mg | DOUBLE | |
| Al | DOUBLE | |
| Si | DOUBLE | |
| K | DOUBLE | |
| Ca | DOUBLE | |
| Ba | DOUBLE | |
| Fe | DOUBLE | |
| Type | VARCHAR |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
Agent? No sign-up needed →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Glass Type Identification — 13" })
// Found: d7ff243e-1d04-4155-8ae7-c2f22dd5cf88
get_download_url({ dataset_id: "d7ff243e-1d04-4155-8ae7-c2f22dd5cf88" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/d7ff243e-1d04-4155-8ae7-c2f22dd5cf88/download-url