Functions

Function implementations

chainer_chemistry.functions.matmul Computes the matrix multiplication of two arrays.
chainer_chemistry.functions.mean_squared_error Mean squared error function.
chainer_chemistry.functions.mean_absolute_error Mean absolute error function.
chainer_chemistry.functions.r2_score Computes R^2(coefficient of determination) regression score function.