PHP Class PHPML\Exception\MatrixException

Inheritance: extends Exception
Show file Open project: php-ai/php-ml Class Usage Examples

Public Methods

Method Description
columnOutOfRange ( ) : MatrixException
notSquareMatrix ( ) : MatrixException

Method Details

columnOutOfRange() public static method

public static columnOutOfRange ( ) : MatrixException
return MatrixException

notSquareMatrix() public static method

public static notSquareMatrix ( ) : MatrixException
return MatrixException