[][src]Module random_world::cp

Module defining Conformal Predictors.

A ConfidencePredictor<T> implements all methods to provide a confidence prediction for new input vectors. Examples of confidence predictors are inductive and transductive Conformal Predictors.

Re-exports

pub use self::cp::CP;

Modules

cp

Transductive deterministic or smooth Conformal Predictors.

Traits

ConfidencePredictor

A Confidence Predictor (either transductive or inductive)