maxtix_tranz_probability {FuzzyM}R Documentation

FCM package with functions for matrix probability calculations

Description

The maxtix_tranz_probability set of functions is aimed to calculate maximum matrix based on transitive closure

Usage

multiply_matrix_prob(matrix_1, matrix_2)

transitive_closure_prob(positivematrix)

transitive_closure_prob_max(positivematrix)

probability_matrix_transitive(maxmatrix)

Arguments

matrix_1

matrix

matrix_2

matrix

positivematrix

matrix

maxmatrix

matrix

Value

multiplication of matrix matrix_1 and matrix_2

transitive closure of matrix positivematrix

transitive closure of matrix positivematrix with max function

joined transitive closure of matrix maxmatrix


[Package FuzzyM version 0.1.0 Index]