Class SelectionSelector<U extends java.io.Serializable,I extends java.io.Serializable,F>
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.selection.SelectionSelector<U,I,F>
- Type Parameters:
U
- type of the users.I
- type of the information pieces.F
- type of the user and information pieces features.
public class SelectionSelector<U extends java.io.Serializable,I extends java.io.Serializable,F>
extends java.lang.Object
Class that selects an individual selection mechanism given its parameters.
-
Constructor Summary
Constructors Constructor Description SelectionSelector()
-
Method Summary
Modifier and Type Method Description org.jooq.lambda.tuple.Tuple2<java.lang.String,SelectionMechanism<U,I,F>>
select(java.lang.String name, Parameters params)
Selects and configures a selection mechanism.
-
Constructor Details
-
SelectionSelector
public SelectionSelector()
-
-
Method Details
-
select
public org.jooq.lambda.tuple.Tuple2<java.lang.String,SelectionMechanism<U,I,F>> select(java.lang.String name, Parameters params)Selects and configures a selection mechanism.- Parameters:
name
- the name of the selection mechanism.params
- the parameters of the selection mechanism.- Returns:
- A pair containing the name and the selected selection mechanism.
-