DocsCommand Palette
Command Palette
The Command Palette provides instant access to all CyxWiz Engine features through a searchable interface.
Opening the Command Palette
Shortcut: Ctrl+P (Windows/Linux) or Cmd+P (macOS)
Or via menu: View > Command Palette
Interface
+--------------------------------------------------+ | > Search commands... [x] | +--------------------------------------------------+ | [icon] K-Means Clustering Clustering | | [icon] DBSCAN Clustering Clustering | | [icon] Gaussian Mixture Model Clustering | | [icon] Hierarchical Clustering Clustering | | [icon] FFT Analysis Signal Proc. | | [icon] Spectrogram Signal Proc. | | ... (scrollable list) | +--------------------------------------------------+
Usage
- Press
Ctrl+Pto open - Start typing to filter commands
- Use
Up/Downarrows to navigate - Press
Enterto execute selected command - Press
Escapeto close without executing
Search Features
Fuzzy Matching
You don't need exact matches:
| Type | Matches |
|---|---|
| kmeans | K-Means Clustering |
| fft | FFT Analysis |
| lr | Learning Rate Finder |
| conf mat | Confusion Matrix |
Category Filtering
Prefix search with category:
| Prefix | Category |
|---|---|
| clust: | Clustering tools |
| stat: | Statistics tools |
| sig: | Signal processing |
| time: | Time series |
| text: | Text processing |
Available Commands
Data Science4 tools
| Data Profiler | Comprehensive data analysis |
| Correlation Matrix | Feature correlations |
| Missing Value Analysis | Find and handle missing data |
| Outlier Detection | Identify outliers |
Clustering5 tools
| K-Means Clustering | K-Means algorithm |
| DBSCAN | Density-based clustering |
| Hierarchical Clustering | Dendrogram clustering |
| GMM | Gaussian Mixture Model |
| Cluster Evaluation | Silhouette, Davies-Bouldin |
Model Evaluation5 tools
| Confusion Matrix | Classification matrix |
| ROC-AUC Curve | Receiver operating curve |
| PR Curve | Precision-recall curve |
| Cross-Validation | K-fold validation |
| Learning Curves | Training progress analysis |
Signal Processing5 tools
| FFT Analysis | Fast Fourier Transform |
| Spectrogram | Time-frequency analysis |
| Filter Designer | Design digital filters |
| Convolution | Signal convolution |
| Wavelet Transform | Wavelet analysis |
Utilities6 tools
| Calculator | Scientific calculator |
| Unit Converter | Unit conversions |
| Random Generator | Random number generation |
| Hash Generator | Hash computation |
| JSON Viewer | JSON formatting/viewing |
| Regex Tester | Regular expression testing |
Tips
- Type Less: Fuzzy search finds results with minimal typing
- Use Initials: "cm" finds "Confusion Matrix"
- Category Prefix: Narrow results with category prefixes
- Recent First: Recently used commands appear higher
- Escape to Cancel: Won't execute anything
Match Scoring
The palette ranks results by match quality:
- Exact prefix match - Highest score
- Word boundary match - High score
- Substring match - Medium score
- Character sequence - Lower score
- Keyword match - Additional bonus