Skip to main content
Springer Nature - PMC COVID-19 Collection logoLink to Springer Nature - PMC COVID-19 Collection
. 2020 May 15;1238:551–564. doi: 10.1007/978-3-030-50143-3_43

Analyzing Non-deterministic Computable Aggregations

Luis Garmendia 13,, Daniel Gómez 14,, Luis Magdalena 15,, Javier Montero 16,
Editors: Marie-Jeanne Lesot6, Susana Vieira7, Marek Z Reformat8, João Paulo Carvalho9, Anna Wilbik10, Bernadette Bouchon-Meunier11, Ronald R Yager12
PMCID: PMC7274690

Abstract

Traditionally, the term aggregation is associated with an aggregation function, implicitly assuming that any aggregation process can be represented by a function. However, the concept of computable aggregation considers that the core of the aggregation processes is the program that enables it. This new concept of aggregation introduces the scenario where the aggregation can even be non-deterministic. In this work, this new class of aggregation is formally defined, and some desirable properties related with consistency, robustness and monotonicity are proposed.

Keywords: Aggregation, Computable aggregation, Nondeterministic aggregation

Introduction

Aggregation is a fundamental part of any decision, compression or summarization process of complex information [14]. For many years, aggregation has become one of the most relevant topics in soft computing, with multiple applications to decision making, artificial intelligence, data science, and image processing among many others. Aggregation processes have been associated in literature with aggregation functions. An aggregation process was usually represented by means of a function or a family of functions so that the aggregation result associated to a vector of elements was obtained through the image of the vector by the function.

However, this association between aggregation processes and functions was broken in [5] with the definition of computable aggregations. In that paper, the authors put the emphasis in the programs enabling the aggregation processes, not necessarily being expressed in funct terms of functions. In that sense, the core of an aggregation process is the program allowing its computation, and not only the function that describes it. Given a function that describes an aggregation process, it can be implemented in many ways and the way in which this process is carried out is relevant. This new idea of aggregation, allow us to classify classical aggregation operators according to their algorithmic complexity [5], or to classify aggregation functions according to new ideas of recursivity [6, 7] in terms of the programs instead of the functions.

The rupture between functions and aggregation operators opens the domain of aggregation processes to a field not yet analyzed in this discipline: non-deterministic computable aggregations. Aggregation processes where the same input can produce different outputs. This type of aggregation is very common in statistics, where, due to the volume of information to be processed, it is frequent to choose a representative sample on which the aggregation is operated. Obviously, replicating the process does not imply obtaining the same sample and consequently the result can change. Obviously, these types of aggregation processes can never be modeled by functions, as a result of the intrinsic definition of function. But leaving the well known arena of functions, studying the desirable properties for these new concept of aggregations represents a significant challenge.

The present paper focuses on the definition of properties related to robustness, stability, boundary conditions, and monotony, on nondeterministic computable aggregations.

Preliminaries

Aggregation Operators

Aggregation is a fundamental part of science. The process of aggregating the information is a key tool for most knowledge based systems. In general, we can say that aggregation has the aim of merging different pieces of information to come to a conclusion or a decision. Several research communities consider this kind of tools, such as multi-criteria community, decision-sensor fusion community, decision making community, data mining community, among many others.

Although this is not a necessary assumption, aggregation operators [4, 811] are associated to the use of membership functions, and this is the reason why they are usually defined as follows:

Definition 1

[12]. An aggregation operator is a mapping Inline graphic that satisfies:

  1. Inline graphic and Inline graphic.

  2. Ag is monotonic.

Let us observed that this definition presents an aggregation operator as a function that is linked to the value of n. There is a different function for each n. Other authors (see [12] for example) present an aggregation operator as a function that considers any cardinality for the set of items to be aggregated, defining Ag as a function Inline graphic. It is also possible (see for example [1315]) to define the concept of family of aggregation functions as a set Inline graphic assuming some additional constraints for the relations between functions Inline graphic, Inline graphic of different cardinality.

The original definition of aggregation functions work on the unit interval. This classical definition has been extended to a more general class of situations replacing the lattice [0, 1] into a more general scenario Inline graphic. Another extension of aggregation operators was done by relaxing the monotonicity or boundary conditions. One of these new classes of aggregation operators are the pre-aggregation functions in which the concept of directional monotonicity was introduced [16]. These pre-aggregations could be extended replacing the unit interval for a general T as it is done with the classical aggregation functions. We can find some interesting studies in this line in [17].

It is even possible in some cases to define aggregation processes going beyond functions by considering methods that do not match with the concept of function. To analyze this option let us first remind the concept of Computable aggregation, as well as that of function.

Computable Aggregation

In [5], it was introduced the concept of computable aggregation focusing on the idea that in aggregation processes we should pay our attention in the program that makes possible the aggregation instead of a generic function that has not yet been implemented.

Would it make sense to talk about an aggregation process where the considered function could not be implemented?. From the actual definition of aggregation operator the answer is yes of course. Or even more, given the same aggregation function, it is not equivalent at all to implement it in one way or another. And therefore, it would make sense to analyze the properties of the implementation (program), although from the functional point of view both implementations coincide. The main contribution in [5] was to separate the strong association that existed between “aggregation processes” and explicit functions.

In order to formally introduce computable aggregations it is necessary first to introduce what we understand by a program, a list and/or an algorithm.

Definition 2

A list L is an abstract data type (ADT) that represents a sequence of values. A list can be defined by its behavior, and its implementation must provide at least the following operations: test whether a list is empty, add a value, remove a value, and compute the length of a list (number of elements).

A list can be defined under a template data type. For example, a list Inline graphic is a list of values in the space Inline graphic.

Another definition that we need to give here is what we understand by algorithm and computer program. These concepts are necessary to formally define computable aggregations.

Definition 3

[18]. In mathematics and computer science, an algorithm is a self-contained step-by-step set of operations to be performed.

Algorithms can be expressed in many kinds of notation, including natural languages, pseudocode, flowcharts, drakon-charts, programming languages or control tables.

Definition 4

[19]. A computer program, or simply a program, is a sequence of instructions written to perform a specified task on a computer.

Now, we are able to define the concept of a computable aggregation as it was defined in [5].

Definition 5

Let Inline graphic be a finite and non-empty list of n elements with type T. A computable aggregation is a program P that transform the list Inline graphic into an element of T.

Non Deterministic Computable Aggregations

It is important to emphasize that the computable aggregation paradigm broadens the set of possible aggregation methods, being in this case not limited to those methods for which there is a function that explains the aggregation process.

In [7], it was demonstrated that any classical aggregation process (aggregation operators, pre-aggregations, fusion functions or extended fusion functions) can be implemented by an algorithm and by a program. However the opposite is not always true.

As was mentioned in [5], given an aggregation operator Ag in any of the previous settings, it is possible to build a program P that for any list L of T, Inline graphic.

But let us note that the opposite is not always true. Given a program P, there exist some situations in which it is not possible to build a function associated to the program P.

Example 1

Let’s consider a population X of size n (Inline graphic). Suppose that the objective of the aggregation process is to estimate the average value of X. If n is too large considering the available time for computing the aggregation, a reasonable solution would be to estimate the average value through statistical sampling. In such a situation, k elements of the population will be drawn at random to further calculate the average, i e., given the set Inline graphic, we choose Inline graphic at random, computing the arithmetic mean of these k elements. Obviously, this aggregation process can’t be defined by means of an explicit function since the same input does not always produce the same output. This is a computable aggregation that can’t be modeled as an aggregation function, and it is important to integrate such a situation in aggregation processes.

From previous example we can distinguish between those computable aggregations in which there exist an explicit function, from those in which this explicit function does not exist. Formally we can partition the set of computable aggregation programs into two groups. In order to establish this partition we will introduce first the concept of deterministic algorithm and program.

It is important to notice that in this framework, the concept of determinism is approached in two different ways:

  • A determinism that only considers input/output relations.

  • A determinism that considers the whole process, including the internal states.

With the first approach, a deterministic algorithm will be an algorithm which, given a particular input, will always produce the same output. On the other hand, the second approach assumes also that the underlying machine always passes through the same sequence of states.

From the point of view of computer programs as implementation of aggregation processes, our interest relies on input-output relations. Consequently we will focus on the first conception when defining a deterministic program.

Definition 6

A program P is deterministic, or repeatable, if it produces the very same output when given the same input no matter how many times it is run.

It would be possible adding to this definition of deterministic program, a concept similar to the same sequence of states considered for the deterministic algorithm. In fact, according to [20], in a deterministic program there is at most one instruction to be executed next, so that from a given initial state only one execution sequence is generated. This could be a good option in case we were interested in the verification of a program, being the execution process a key aspect. But it is obviously too restrictive for our purpose, since we are only interested in the result of the Program. Consequently, we will consider Definition 6 as our conception of a deterministic program.

No matter which of the two possible definitions we consider, when applying a deterministic program P we can refer to the output produced for a particular input (a list L), as P(L). That is because the same input (L) will always produce the same output (P(L)), generating a mapping.

Obviously, a program or an algorithm are non-deterministic when they do not match with the previous definitions.

It is clear according to the definitions that (when having the same approach to determinism) a non-deterministic algorithm will always produce a non-deterministic program. Consequently, when analyzing if a computable aggregation is deterministic or non-deterministic we should simply consider the corresponding Program.

Definition 7

A computable aggregation P over the set T is non deterministic if and only if the program P is non deterministic.

From this definition we will say that a computable aggregation P is deterministic when the program P is deterministic, implying that the underlying algorithm is also deterministic.

Let us denote by Inline graphic the class of deterministic computable aggregations and by Inline graphic the set of non deterministic computable aggregations.

From now on, we will analyze the case in Inline graphic.

Some Non Deterministic Computable Aggregations

It is obvious that in many cases the non-deterministic behavior of a program relates to an inappropriate coding that generates an unexpected problem. This is usually the case when we have a deterministic algorithm that being wrongly programed produces a non-deterministic output. But this is not the kind of non-determinism we are interested in. Our interest relies on programs describing aggregation processes that are intrinsically non-deterministic, processes where, as an example, random or probabilistic decisions are involved.

In this subsection, we will define some interesting cases of non deterministic computable aggregations (NDCAs).

Definition 8

Given a value Inline graphic, and given a family of aggregation operators Inline graphic , let us define the computable aggregation Inline graphic as the two steps program that for a given list Inline graphic performs the following actions:

  • Step 1. To reduce the list l into another list Inline graphic of lower (or equal) dimension by randomly erasing the elements of the list with probability Inline graphic.

  • Step 2. To return the value Inline graphic if Inline graphic and 0 otherwise.

Note that the computable aggregation Inline graphic coincides with the program associated with the family of aggregation operators Inline graphic and is deterministic since the list Inline graphic when Inline graphic.

Obviously, Inline graphic as described in Definition 8 is not only a computational aggregation, it is in fact a generic approach that induces as many different computable aggregation as the possible families of aggregation operators Inline graphic. In particular, we will analyze in this paper three cases: the arithmetic mean, maximum and minimum aggregation operators. From now on, we will denote the three of them as: Inline graphic, Inline graphic and Inline graphic described as the sample mean or average, the sample maximum and the sample minimum respectively.

Another way to build a class of Non deterministic computable aggregations should be to fix a value k, and randomly select k elements from the list, as those to be aggregated. Given a list of n elements of [0, 1], Inline graphic, let us denote by Inline graphic a program that randomly chooses a sample (without re-sampling) of k elements of the list if Inline graphic, and maintains the same list in other case.

Definition 9

Given a family of aggregation operators Inline graphic, the computable aggregation Inline graphic, with Inline graphic, is defined as the program that for a given list l of m elements, first applies the procedure Inline graphic, and then computes the value Inline graphic.

It is very easy to see that the computable aggregation Inline graphic is also a non-deterministic computable aggregation (being deterministic when Inline graphic). The main difference with the previous computable aggregation is that here the dimension of the list to be aggregated is upper bounded by k, consequently the family of aggregation operators is also bounded in dimension, no matter the dimensions of the list to be aggregated.

Definition 10

Given a normal distribution Inline graphic and a family of aggregation operators Inline graphic, we define the noisy computable aggregation Inline graphic as the program that for any list Inline graphic, with Inline graphic, returns Inline graphic, where Inline graphic is the list generated by replacing each element in l with the same element after being modified by adding noise generated by the normal distribution (truncated to 0 or 1 in case that the resulting value was out of the [0, 1] interval).

Definition 11

The pure random computable aggregation Inline graphic is a program that for any list Inline graphic returns a random value in [0, 1].

Definition 12

The bounded random computable aggregation Inline graphic is a program that for any list Inline graphic returns a random value in the interval [Min(l), Max(l)].

Proposition 1

The computable aggregation operators: Inline graphic, Inline graphic, Inline graphic Inline graphic, Inline graphic, Inline graphic, Inline graphic are non deterministic computable aggregation operators if Inline graphic and Inline graphic.

An example of C++ program P implementing Inline graphic and Inline graphic is described in Fig. 1.

Fig. 1.

Fig. 1.

An implementation of Inline graphic and Inline graphic in C++.

Exploring Non Deterministic Computable Aggregations

Given a computable aggregation P that aggregates a list Inline graphic, let us denote by Inline graphic the theoretical distribution after all possible realizations of the program P over the fixed list l. Obviously, if Inline graphic, the associate Inline graphic for any list will be a single value. For non deterministic programs, we will have here a probability distribution Inline graphic for each fixed value of l.

In general, given a non deterministic computable aggregation P, it is not possible to know the theoretical distribution Inline graphic. Nevertheless, we could try to approximate it by making many realizations of P(l). In the following definition we distinguish between the empirical and theoretical distribution.

Definition 13

Given a computable aggregation P and given a list Inline graphic, the distribution of results obtained after n executions of the program P over the list l, will be referred us the empirical distribution with size n of the program P over the list l, represented by Inline graphic.

Proposition 2

Given a deterministic computable aggregation P, the following holds:

graphic file with name M79.gif

To analyze the aggregation process previously described and implemented by an NDCA we have several components to consider. There is a list Inline graphic of elements to be aggregated. There is also a family of aggregation operators (Inline graphic) underlying in the non deterministic aggregation process. Finally, two distributions describe the aggregation process: the theoretical distribution Inline graphic and the empirical distribution (Inline graphic). It is obvious that the interactions and relations among these elements will describe and characterize an NDCA.

Some of the questions to be considered are obvious, as the relations between the properties of both distributions (the theoretical and the empirical). But it could also be interesting to consider potential relations between some properties of the list l (analyzed as a distribution) and the corresponding properties of the theoretical/empirical distribution. Another important question could be to compare the result produced by the deterministic underlying aggregation, that is Inline graphic, and some properties of the distributions (mean, median, etc) generated by the NDCA.

As said before, it is in general not possible to know the theoretical distribution generated by a non deterministic computable aggregation P when applied on a list l (Inline graphic). We will replace it with an empirical distribution (Inline graphic), and we need both to have similar properties.

In that sense we can define the concept of robustness of an NDCA as a measure of the similarity of both distributions (theoretical and empirical).

Definition 14

Robust. A non deterministic computable aggregation P is said to be Robust, if and only if, for any Inline graphic, for any Inline graphic, and for any Inline graphic, there exists Inline graphic such that the absolute difference between the empirical distribution function

graphic file with name M91.gif

and the real distribution function Inline graphic is lower than Inline graphic for Inline graphic.

Empirically Exploring Non Deterministic Computable Aggregations

Given a non deterministic computable aggregation Inline graphic and a list l, Fig. 2 presents a C++ program generating the empirical distribution Inline graphic for a list l with length 1000.

Fig. 2.

Fig. 2.

An implementation of Inline graphic in C++.

Figure 3 presents the empirical distribution (Inline graphic) for some of the previously defined NDCAs1, with Inline graphic and being l a list of 10000 random values2 generated either using a uniform(0,1) distribution or a Normal(0.5,0.1) bounded in [0, 1]3.

Fig. 3.

Fig. 3.

Empirical distribution for some NDCAs

Note that the sample and the noisy mean NDCA have a normal distribution and the pure random and bounded pure random NDCA have uniform distribution. Note also that the sample min and the sample max NDCA have more dispersion in the N(0.5, 0.1 population generated list that with the U(0, 1) population generated list.

Characterizing Non Deterministic Computable Aggregations

Three properties were initially considered in aggregation operators theory: two boundary conditions plus monotonicity property. Taking into account now that for a non-deterministic computable aggregation the output for a fixed input does not necessarily have to be a single-point value, in this section we will try to extend (or at least give possible extensions) of how these concepts could be generalized in the context of non deterministic computable aggregations.

In the following definition, we present the pure case in which a computable aggregation satisfies the boundary conditions and also the idempotent property. Firs at all, let us denote by Inline graphic a list with all elements equal to a, i.e Inline graphic.

Definition 15

A computable aggregation P over the set Inline graphic is idempotent if and only Inline graphic for all Inline graphic.

Definition 16

A computable aggregation P over the set Inline graphic satisfies the two classical boundary conditions if and only the following holds:

  • Inline graphic.

  • Inline graphic.

Let us note that if a computable aggregation is idempotent then it satisfies the two boundary condition.

Proposition 3

If the family Inline graphic of aggregation operators is idempotent, then the following holds:

  • The computable aggregation Inline graphic is idempotent.

  • The computable aggregation Inline graphic is idempotent.

As a consequence of the previous proposition the following corollary holds.

Corollary 1

The computable aggregations Inline graphic, Inline graphic, Inline graphic, Inline graphic, Inline graphic, Inline graphic are idempotent.

Proposition 4

If the family Inline graphic of aggregation operators satisfies the boundary conditions then the following holds:

  • The computable aggregation Inline graphic satisfies the boundary conditions.

  • The computable aggregation Inline graphic satisfies the boundary conditions.

As a consequence of the previous proposition the following corollary holds.

Corollary 2

The computable aggregations Inline graphic, Inline graphic, Inline graphic, Inline graphic, Inline graphic, Inline graphic satisfy the boundary conditions.

Proposition 5

The computable aggregations Inline graphic, Inline graphic, Inline graphic are non idempotent and do not satisfy the boundary conditions.

In previous section we introduced robustness as the way to establish that both the theoretical and the empirical distributions are similar. This idea will allow us to work on the basis of Inline graphic, considering that in most cases the theoretical distribution is unknown.

We will introduce now the idea of consistency of an NDCA, as the property that considers how close is the behavior of P, with that of Ag, the underlying aggregation process considered by the NDCA.

Definition 17

Consistent in Inline graphic. A non deterministic computable aggregation P is said to be robust in Inline graphic, if and only if, for any Inline graphic, and for any Inline graphic, there exists Inline graphic such that the absolute difference between Inline graphic and Inline graphic is lower than Inline graphic for any Inline graphic, where Inline graphic is the vector representation of the set Inline graphic.

Proposition 6

If Inline graphic, the following holds:

  • Inline graphic is Consistent in mean.

  • Inline graphic is Consistent in Max.

  • Inline graphic is Consistent in Min.

Proof. For random sample theory, it can be seen that the convergence of Inline graphic is M(l), Inline graphic is Max(l) and Inline graphic is Min(l).

It would be also important to consider how the dispersion of Inline graphic evolves with n. Ideally we would like the dispersion to reduce when n increases.

Definition 18

Concentrate. A non deterministic computable aggregation P is said to concentrate when the dispersion of Inline graphic decreases (is non increasing) with n.

Now let us define what we understand as monotonicity in non deterministic computable aggregation, since for the deterministic the definition can be reproduced in the same way. A definition of monotony for any function Inline graphic required first the definition of an order in the spaces X and Y, in such a way if we have two inputs Inline graphic with Inline graphic then monotonicity implies that Inline graphic.

Taking into account this, if we want to define some class of monotonicity in the case of non-deterministic computable aggregations we have to define first an order in the input space (the set of possible lists Inline graphic) and also an order relation in the space of finite subsets of [0, 1]. Let us denote by Inline graphic an order between lists and let us denote by Inline graphic an order between finite sets contained in [0, 1]. Once these two order relations be explicitly defined, the monotony definition is fixed as follow:

Definition 19

Let Inline graphic be a partial order on the list set and let Inline graphic be a partial order on the sets of finite sets contained in [0, 1], then a computable aggregation P is monotone if and only if given any pair of lists l and Inline graphic with Inline graphic this implies that Inline graphic with n large enough.

Although this definition is perfectly valid, it would be interesting to study in deep different possibilities that will produce different ideas of monotonicity. In particular, in this article we provide a possible order but others could be defined.

The problem of establishing a possible order among the set of ordered lists does not seem very complex if we focus on the case in which the lists presents equal size, since the order relationship coincides with the natural order relationship in Inline graphic, so we will consider that natural order. The case of order over finite sets (even if they have the same size) is much more complex.

In this paper, we propose a possible idea of order that is related with a majority rule. A finite set Inline graphic if and only if the following holds:

graphic file with name M164.gif

Just to put an example we have that the set Inline graphic is lower than Inline graphic since from the 9 pairwise comparison the elements of Inline graphic win in 7 of the cases. Taking into account this consideration the following monotonicity definition is given:

Definition 20

Tournament monotonicity. A non deterministic computable aggregation P over the domain T is Tournament monotonic if and only if for any pair of lists l,Inline graphic of T with the same cardinal such that Inline graphic there exist Inline graphic in which the following holds

graphic file with name M171.gif

Conclusions

The definition of Computable aggregation implies a rupture between functions and aggregation processes allowing the incorporation of a new class of aggregations: the non deterministic computable aggregation. This new class of computable aggregations is characterized by aggregations where the result of the process could change even if we fix the information that has to be aggregated. Obviously, no function can model this class of aggregation process since by definition the output of a function is always the same for a fixed input value.

It is important to emphasize that there are many real situation in which the information is aggregated in a non deterministic way. For example, any inference based on random sampling is a well-known example of this. If the population is huge, it is very frequent to obtain a sample and operate over it. But this is not the only case, any aggregation process in which randomness appear could be understood as a non deterministic process. Many artificial intelligence or machine learning aggregation process could be classified also as non deterministic.

In this paper, we have tried to define some desirable properties for these new class of aggregation process as robustness, stability, boundary conditions, and monotonicity. This questions open the gate for further research.

Acknowledgment

This research has been partially supported by the Government of Spain (grant PGC2018-096509-B-I00), the Government of Madrid (grant S2013/ICCE-2845), Complutense University (UCM Research Group 910149) and Universidad Politeécnica de Madrid.

Footnotes

1

The C++ program could be downloaded from https://github.com/lgarmend/NonDeterministicComputableAggregations/.

2

The generated population is available in file GeneratedPopulationData.txt, at https://github.com/lgarmend/NonDeterministicComputableAggregations/blob/master/GeneratedPopulationData.txt.

3

The executions lists are saved in file GeneratedExecutionsList.txt for the cases of uniform and Normal population distribution.

Supported by PGC2018-096509-B-I00 research national project.

Contributor Information

Marie-Jeanne Lesot, Email: marie-jeanne.lesot@lip6.fr.

Susana Vieira, Email: susana.vieira@tecnico.ulisboa.pt.

Marek Z. Reformat, Email: marek.reformat@ualberta.ca

João Paulo Carvalho, Email: joao.carvalho@inesc-id.pt.

Anna Wilbik, Email: a.m.wilbik@tue.nl.

Bernadette Bouchon-Meunier, Email: bernadette.bouchon-meunier@lip6.fr.

Ronald R. Yager, Email: yager@panix.com

Luis Garmendia, Email: lgarmend@fdi.ucm.es.

Daniel Gómez, Email: dagomez@estad.ucm.es.

Luis Magdalena, Email: luis.magdalena@upm.es.

Javier Montero, Email: monty@mat.ucm.es.

References

  • 1.Bouchon-Meunier B. Aggregation and Fusion of Imperfect Information. Heidelberg: Physica; 2013. [Google Scholar]
  • 2.Bustince H, Herrera F, Montero J, editors. Fuzzy Sets and Their Extensions: Representation, Aggregation and Models. Heidelberg: Springer; 2008. [Google Scholar]
  • 3.Gómez D, Montero J. A discussion on aggregations operators. Kybernetika. 2004;40:107–120. [Google Scholar]
  • 4.Gómez D, Rojas K, Montero J, Rodríguez J, Beliakov G. Consistency and stability in aggregation operators, an application to missing data problems. Int. J. Comput. Intell. Syst. 2014;7:595–604. doi: 10.1080/18756891.2013.859862. [DOI] [Google Scholar]
  • 5.Montero J, del Campo RG, Garmendia L, Gómez D, Rodríguez J. Computable aggregations. Inf. Sci. 2018;460:439–449. doi: 10.1016/j.ins.2017.10.012. [DOI] [Google Scholar]
  • 6.González-del-Campo, R., Garmendia, L., Montero, J.: Complexity of increasing phi-recursive computable aggregations. In: XIX Congreso Español sobre Tecnologías y Lógica Fuzzy (CAEPIA-ESTYLF), pp. 187–191 (2018)
  • 7.Magdalena, L., Garmendia, L., Gómez, D., del Campo, R.G., Rodríguez, J.T., Montero, J.: Types of recursive computable aggregations. In: 2019 IEEE International Conference on Fuzzy Systems. FUZZ-IEEE 2019, pp. 1–6. IEEE (2019)
  • 8.Calvo T, Kolesárová A, Komorníková M, Mesiar R. Aggregation operators: properties, classes and constructions methods. In: Calvo T, Mayor G, Mesiar R, editors. Aggregation Operators. Heidelberg: Physica; 2002. pp. 3–104. [Google Scholar]
  • 9.Rojas K, Gómez D, Montero J, Rodríguez J. Strictly stable families of aggregation operators. Fuzzy Sets Syst. 2013;228:44–63. doi: 10.1016/j.fss.2012.12.010. [DOI] [Google Scholar]
  • 10.Beliakov G, Gómez D, James S, Montero J, Rodríguez J. Approaches to learning strictly-stable weights for data missing values. Fuzzy Sets Syst. 2017;325:97–113. doi: 10.1016/j.fss.2017.02.003. [DOI] [Google Scholar]
  • 11.Olaso P, Rojas K, Gómez D, Montero J. A generalization of stability for families of aggregation operators. Fuzzy Sets Syst. 2020;378:68–78. doi: 10.1016/j.fss.2019.01.004. [DOI] [Google Scholar]
  • 12.Beliakov G, Pradera A, Calvo T. Aggregations Functions: A Guide for Practitioners. Heidelberg: Springer; 2007. [Google Scholar]
  • 13.Cutello, V., Montero, J.: Recursive families of OWA operators. In: Proceedings of the IEEE International Conference on Fuzzy Systems (FUZZIEEE 1994), Orlando, USA, pp. 1137–1141 (1994)
  • 14.Cutello V, Montero J. Hierarchical aggregation of owa operators: basic measures and related computational problems. Uncertainty Fuzziness Knowl.-Based Syst. 1995;3:17–26. doi: 10.1142/S0218488595000037. [DOI] [Google Scholar]
  • 15.Cutello V, Montero J. Recursive connective rules. Int. J. Intell. Syst. 1999;14:3–20. doi: 10.1002/(SICI)1098-111X(199901)14:1<3::AID-INT2>3.0.CO;2-K. [DOI] [Google Scholar]
  • 16.Lucca JG, Dimuro GP, Bedregal BRC, Mesiar R, Kolesárová A, Bustince H. Preaggregation functions: construction and an application. IEEE Trans. Fuzzy Syst. 2016;24(2):260–272. doi: 10.1109/TFUZZ.2015.2453020. [DOI] [Google Scholar]
  • 17.Magdalena L, Gómez D, Montero J, Cubillo S, Torres C. Generalized pre-aggregations. In: Kearfott RB, Batyrshin I, Reformat M, Ceberio M, Kreinovich V, editors. Fuzzy Techniques: Theory and Applications; Cham: Springer; 2019. pp. 362–370. [Google Scholar]
  • 18.Minsky M. Computation: Finite and Infinite Machines. Englewood Cliffs: Prentice-Hall; 1967. [Google Scholar]
  • 19.Wirth N. Algorithms + Data Structures = Programs. Englewood Cliffs: Prentice-Hall; 1976. [Google Scholar]
  • 20.Apt KR, Olderog E-R. Deterministic programs. In: Apt KR, Olderog E-R, editors. Verification of Sequential and Concurrent Programs. New York: Springer; 1997. pp. 47–99. [Google Scholar]

Articles from Information Processing and Management of Uncertainty in Knowledge-Based Systems are provided here courtesy of Nature Publishing Group

RESOURCES