A C D E F G H I M P R S T U V 
All Classes All Packages

M

MarkovModel<A> - Class in uk.co.rafilevy.MarkovModels
A model representing an ordered sequence of states with a fixed probability of transitioning from a state to a consecutive state The class can be used to generate sequences probabilistically following the model
MarkovModel(MarkovModel<A>) - Constructor for class uk.co.rafilevy.MarkovModels.MarkovModel
Creates a new MarkovModel identical to an existing one used for creating subclass instances from static factory methods of this class
matrix - Variable in class uk.co.rafilevy.utils.ValueGrid.ValueGrid
 
modulo(A, B, int) - Method in class uk.co.rafilevy.utils.ValueGrid.MutableIntGrid
Gives the remainder the item in row a column b when divided by a specified value
multiply(A, B, int) - Method in class uk.co.rafilevy.utils.ValueGrid.MutableIntGrid
Multiplies the item in row a column b by a specified value
MutableIntGrid<A,​B> - Class in uk.co.rafilevy.utils.ValueGrid
MutableIntGrid is a ValueGrid containing integer values with some methods aiding mutation of values in the grid
MutableIntGrid() - Constructor for class uk.co.rafilevy.utils.ValueGrid.MutableIntGrid
Constructs a new empty MutableIntGrid Null value is set to 0
MutableIntGrid(int) - Constructor for class uk.co.rafilevy.utils.ValueGrid.MutableIntGrid
Constructs a new empty MutableIntGrid with a specified null value
A C D E F G H I M P R S T U V 
All Classes All Packages