Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


ipsfs (version 1.0.0)

rightfootfinding: Right foot values

Description

Right foot value for triangular or trapezoidal membership function

Usage

rightfootfinding(x, n)

Arguments

x

A data set in the form of document-term matrix

n

A constant value to fix the right foot value

Value

Right foot values for the input data set x.

Examples

Run this code
# NOT RUN {
x<-matrix(c(12,9,14,11,21,16,15,24,20,17,14,11),nrow=4)
rightfootfinding(x,5)
#[1] 25 20 20 25
# }

Run the code above in your browser using DataLab