is.ft | R Documentation |
x
is a valid object of the S3 ft
classTest whether x
has a valid format for objects of the S3 ft
class that represents
the Fuzzy Transform.
is.ft(x)
x |
An object to be tested |
This function tests whether x
is an instance of the ft
class and whether it is a list
with the following elements: inputs
character vector, partitions
list, order
number,
antecedents
matrix and consequents
matrix.
TRUE
if x
is a valid ft
object and FALSE
otherwise.
Michal Burda
ft()
, ftinv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.