Exception: Ai4r::Classifiers::ModelFailureError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ai4r/classifiers/id3.rb

Overview

Raised when the training data is insufficient to build a model.

Constant Summary collapse

MSG =
'There was not enough information during training to do a proper ' \
'induction for this data element.'