Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
markov
v0.1.2
Markov
Chain
Exceptions
EmptyTransitionMatrixException
EmptyTransitionTableException
InvalidSeedException
TransitionMatrix
TransitionTable
Built with Crystal 1.9.2
2023-10-08 01:46:54 UTC
class
Markov::Exceptions::InvalidSeedException
Markov::Exceptions::InvalidSeedException
Exception
Reference
Object
Overview
Thrown when a method cannot execute due to an invalid
seed
.
Defined in:
markov/exceptions.cr
Constructors
.new
(message : String =
""
)
Constructor Detail
def self.
new
(message : String =
""
)
#
[
View source
]