Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
ENCORE 3.0.0 documentation
Logo
ENCORE 3.0.0 documentation

The basics

  • Quickstart
  • Installation
  • GUI Usage
  • GUI Results
  • Upgrading

Advanced use

  • Algorithms configuration file
  • Python API Usage
  • Running batch analyses using the ENCORE Python API
  • Analyzing databases in parallel using the Python API
  • Adding New Algorithms to ENCORE
  • Changelog

API documentation

  • Main Window (GUI)
  • Analysis Runners
  • Parallel Runners
  • Data Handling
    • Assign data
    • Load data
    • Save data
  • Figures and Plotters
    • MatplotlibWidget definition
    • Default plot functions for ENCORE
    • ENCORE runners plots
  • Data Validators
    • Validator of algorithm input data
    • Validator of algorithm parameters
    • Validator of algorithm results
    • Validator of algorithms config file
  • Utility functions

Conceptual background

  • Overview
  • Acknowledgments
Back to top
View this page
Edit this page

Data Validators¶

The validators module provides utilities for validating input and output data for the runners and for the algorithms config file.

Module Reference¶

  • Validator of algorithm input data
  • Validator of algorithm parameters
  • Validator of algorithm results
  • Validator of algorithms config file
Next
Validator of algorithm input data
Previous
ENCORE runners plots
Copyright © 2026, rivelco
Made with Sphinx and @pradyunsg's Furo
On this page
  • Data Validators
    • Module Reference