polinomial_eq_dominant {FuzzyM} | R Documentation |
FCM package with functions for matrix manipulations
Description
polinomial_eq_dominant set contains 1 function: reverse task calculation. Each function takes a matrix, vector and t-norm as arguments and returns a solution matrix. The calculation procedure of the function includes a solution existence check and a solution check.
Usage
calc_reverse_task(matrix, vector, tnorm, tnorm_reverse, snorm, snorm_reverse)
Arguments
matrix |
matrix |
vector |
vector |
tnorm |
function |
tnorm_reverse |
function |
snorm |
function |
snorm_reverse |
function |
Value
solution of polynomial equation of matrix matrix
, vector
using tnorm
, tnorm_reverse
, snorm
, snorm_reverse
[Package FuzzyM version 0.1.0 Index]