Hello, everyone! Is there a way to set universe group for each fuzzy_variable? I try to do this:> teste = fuzzy_variable( a = fuzzy_trapezoid( corners = c( 0, 1, 2, 3 ) ), universe = seq( from = 0, to= 10, by = 0.1 ) )But when I print teste:> testeA fuzzy variable with values: a, universe So, how can I set universe on fuzzy_variable? -- Arthur Rodrigues Stilben Geoinform?tica - LENEP (22) 2765-6555
This appears to be a question about a contributed package, though you have not specified which one (so your example code is not reproducible). Be warned that I have never seen discussion of fuzzy logic on this list, so any help you get here is likely to be from someone reading the documentation for you. Please be sure to read it carefully yourself first, and read about reproducibility and support for contributed packages in the Posting Guide. -- Sent from my phone. Please excuse my brevity. On July 28, 2016 6:16:48 AM PDT, Arthur Stilben <arthur.stilben at gmail.com> wrote:>Hello, everyone! > >Is there a way to set universe group for each fuzzy_variable? I try to >do this: > >> teste = fuzzy_variable( a = fuzzy_trapezoid( corners = c( 0, 1, 2, 3 >) ), universe = seq( from = 0, to= 10, by = 0.1 ) ) > > >But when I print teste: > >> teste >A fuzzy variable with values: a, universe > > >So, how can I set universe on fuzzy_variable? > >-- >Arthur Rodrigues Stilben >Geoinform?tica - LENEP >(22) 2765-6555 > >______________________________________________ >R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.
Sorry, I forgot to mention:
> install.packages("sets")
...
> library(sets)
> teste = fuzzy_variable( a = fuzzy_trapezoid( corners = c( 0, 1, 2, 3
) ), universe = seq( from = 0, to = 10, by = 0.1 ) )
> teste
A fuzzy variable with values: a, universe
The ideia is to set the universe group for the fuzzy variable, but it
didn't work.
PS.: I'm newbie here, so I apologize for some mistakes :P.
Att,
Em 28-07-2016 11:23, Jeff Newmiller escreveu:> This appears to be a question about a contributed package, though you have
not specified which one (so your example code is not reproducible).
>
> Be warned that I have never seen discussion of fuzzy logic on this list, so
any help you get here is likely to be from someone reading the documentation for
you. Please be sure to read it carefully yourself first, and read about
reproducibility and support for contributed packages in the Posting Guide.
--
Arthur Rodrigues Stilben