Index
A B C D E F G H I J K L M N O P Q R S T U V W Z
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- AblationExperimentExample - Class in es.uam.eps.ir.relison.examples.links.recommendation
-
A learning to rank experiment that performs ablation on the different variables.
- AblationExperimentExample() - Constructor for class es.uam.eps.ir.relison.examples.links.recommendation.AblationExperimentExample
- AbstractClassificationMetric<U> - Class in es.uam.eps.ir.relison.links.linkprediction.metrics
-
Implementation of the area under the receiver-operating characteristic curve for link prediction.
- AbstractClassificationMetric(double) - Constructor for class es.uam.eps.ir.relison.links.linkprediction.metrics.AbstractClassificationMetric
-
Constructor.
- AbstractClassificationMetric(int) - Constructor for class es.uam.eps.ir.relison.links.linkprediction.metrics.AbstractClassificationMetric
-
Constructor.
- AbstractClusteringCoefficientReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.graph
-
Swap reranker that promotes a metric related to the global clustering coefficient of the network.
- AbstractClusteringCoefficientReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, boolean) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.graph.AbstractClusteringCoefficientReranker
-
Constructor
- AbstractCommunityDegreeGiniComplement<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.degree
-
Swap reranker for promoting the balance in the degree distribution for the different communities.
- AbstractCommunityDegreeGiniComplement(double, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>, boolean, boolean, boolean, EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.degree.AbstractCommunityDegreeGiniComplement
-
Constructor.
- AbstractCommunityEdgeGiniComplement<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge
-
Swap reranker for promoting the balance in the distribution of the number of links between pairs of communities.
- AbstractCommunityEdgeGiniComplement(double, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>, boolean, boolean) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.AbstractCommunityEdgeGiniComplement
-
Constructor.
- AbstractDataFilter<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.diffusion.data.filter
-
Interface for filtering unnecessary data for simulations.
- AbstractDataFilter() - Constructor for class es.uam.eps.ir.relison.diffusion.data.filter.AbstractDataFilter
- AbstractDistribution<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.diffusion.metrics.distributions
-
Abstract class for defining a distribution of elements.
- AbstractDistribution(String) - Constructor for class es.uam.eps.ir.relison.diffusion.metrics.distributions.AbstractDistribution
-
Constructor
- AbstractExternalFeatureGlobalSimulationMetric<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.metrics.features.global
-
Abstract class for representing global feature-based metrics which consider those features that the user already knows.
- AbstractExternalFeatureGlobalSimulationMetric(String, String, boolean) - Constructor for class es.uam.eps.ir.relison.diffusion.metrics.features.global.AbstractExternalFeatureGlobalSimulationMetric
-
Constructor.
- AbstractExternalFeatureIndividualSimulationMetric<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.metrics.features.indiv
-
Abstract class representing individual feature-based metrics which do not take into account features that the user already knows (with already knows meaning that the user has the feature, in case of user features, or the user has an information piece containing the feature, in case of information features).
- AbstractExternalFeatureIndividualSimulationMetric(String, String, boolean) - Constructor for class es.uam.eps.ir.relison.diffusion.metrics.features.indiv.AbstractExternalFeatureIndividualSimulationMetric
-
Constructor.
- AbstractFastFiller<U,I> - Class in es.uam.eps.ir.relison.links.recommendation.filler
-
Abstract implementation of a fast filler.
- AbstractFastFiller(FastPreferenceData<U, I>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.filler.AbstractFastFiller
-
Constructor.
- AbstractFastGraph<V> - Class in es.uam.eps.ir.relison.graph.fast
-
Fast implementation of a graph.
- AbstractFastGraph(Index<V>, Edges) - Constructor for class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
-
Constructor.
- AbstractFastGreedy<U> - Class in es.uam.eps.ir.relison.sna.community.detection.modularity
-
Abstract class for the implementation of Fast Greedy algorithm versions for optimizing modularity.
- AbstractFastGreedy() - Constructor for class es.uam.eps.ir.relison.sna.community.detection.modularity.AbstractFastGreedy
-
Constructor.
- AbstractFastGreedy(int) - Constructor for class es.uam.eps.ir.relison.sna.community.detection.modularity.AbstractFastGreedy
-
Constructor.
- AbstractFastMultiGraph<U> - Class in es.uam.eps.ir.relison.graph.multigraph.fast
-
Fast implementation of a multi graph
- AbstractFastMultiGraph(Index<U>, MultiEdges) - Constructor for class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
-
Constructor
- AbstractFastUpdateablePreferenceData<U,I> - Class in es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable
-
Abstract updateable fast preference data, implementing the FastUpdateablePreferenceData interface.
- AbstractFastUpdateablePreferenceData(FastUpdateableUserIndex<U>, FastUpdateableItemIndex<I>) - Constructor for class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.AbstractFastUpdateablePreferenceData
-
Constructor.
- AbstractFastUpdateablePreferenceData(FastUpdateableUserIndex<U>, FastUpdateableItemIndex<I>, Function<IdxPref, IdPref<I>>, Function<IdxPref, IdPref<U>>) - Constructor for class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.AbstractFastUpdateablePreferenceData
-
Constructor.
- AbstractFastUpdateableRecommender<U,I> - Class in es.uam.eps.ir.relison.links.recommendation.updateable.fast
-
Abstract (fast) updateable recommender.
- AbstractFastUpdateableRecommender(FastUpdateablePreferenceData<U, I>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.updateable.fast.AbstractFastUpdateableRecommender
-
Constructor.
- AbstractFeatureGlobalKLDivergence<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.diffusion.metrics.features.global
-
This global metric computes the KL divergence of the priori distribution of the feature values over the whole set of information pieces, and the frequency of receival of these parameters for the set of users.
- AbstractFeatureGlobalKLDivergence(String, String, boolean, boolean) - Constructor for class es.uam.eps.ir.relison.diffusion.metrics.features.global.AbstractFeatureGlobalKLDivergence
-
Constructor.
- AbstractFeatureGlobalSimulationMetric<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.diffusion.metrics.features
-
Class that represents a global metric that considers the existence of several features.
- AbstractFeatureGlobalSimulationMetric(String, boolean, String) - Constructor for class es.uam.eps.ir.relison.diffusion.metrics.features.AbstractFeatureGlobalSimulationMetric
-
Constructor.
- AbstractFeatureIndividualSimulationMetric<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.metrics.features
-
Class that represents an individual metric that considers the existence of several features.
- AbstractFeatureIndividualSimulationMetric(String, boolean, String) - Constructor for class es.uam.eps.ir.relison.diffusion.metrics.features.AbstractFeatureIndividualSimulationMetric
-
Constructor.
- AbstractFeatureKLDivergence<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.metrics.features.indiv
-
This individual metric computes the KL divergence of the priori distribution of the parameter values over the whole set of information pieces, and the frequency of receival of these parameters for a single user.
- AbstractFeatureKLDivergence(String, String, boolean, boolean) - Constructor for class es.uam.eps.ir.relison.diffusion.metrics.features.indiv.AbstractFeatureKLDivergence
-
Constructor.
- AbstractGlobalSimulationMetric<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.diffusion.metrics
-
Abstract class for representing global simulation metrics.
- AbstractGlobalSimulationMetric(String) - Constructor for class es.uam.eps.ir.relison.diffusion.metrics.AbstractGlobalSimulationMetric
-
Constructor.
- AbstractHeuristicNeighborOverlapReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.edge
-
Swap reranker that modifies the rankings according to the average embeddedness of the network.
- AbstractHeuristicNeighborOverlapReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, int, boolean) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.edge.AbstractHeuristicNeighborOverlapReranker
-
Constructor
- AbstractHittingTime<U> - Class in es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk
-
Abstract version of the hitting time algorithm.
- AbstractHittingTime(FastGraph<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.AbstractHittingTime
-
Constructor.
- AbstractHittingTime(FastGraph<U>, MatrixLibrary) - Constructor for class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.AbstractHittingTime
-
Constructor.
- AbstractIndex<C> - Class in es.uam.eps.ir.relison.content.index
-
Abstract implementation of an index.
- AbstractIndex() - Constructor for class es.uam.eps.ir.relison.content.index.AbstractIndex
- AbstractIndexBuilder<C> - Class in es.uam.eps.ir.relison.content.index
-
Abstract implementation of an index builder.
- AbstractIndexBuilder() - Constructor for class es.uam.eps.ir.relison.content.index.AbstractIndexBuilder
- AbstractIndividualContentIndex<C,U> - Class in es.uam.eps.ir.relison.content.index.individual
-
Abstract implementation of a content index.
- AbstractIndividualContentIndex() - Constructor for class es.uam.eps.ir.relison.content.index.individual.AbstractIndividualContentIndex
- AbstractIndividualContentIndexBuilder<C,U> - Class in es.uam.eps.ir.relison.content.index.individual
-
Abstract implementation of an individual content index.
- AbstractIndividualContentIndexBuilder() - Constructor for class es.uam.eps.ir.relison.content.index.individual.AbstractIndividualContentIndexBuilder
- AbstractIndividualSampler<U> - Class in es.uam.eps.ir.relison.links.data.letor.sampling
-
Abstract implementation of the IndividualSampler interface.
- AbstractIndividualSampler(Graph<U>) - Constructor for class es.uam.eps.ir.relison.links.data.letor.sampling.AbstractIndividualSampler
-
Constructor.
- AbstractIndividualSimulationMetric<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.diffusion.metrics
-
Abstract class for representing global simulation metrics.
- AbstractIndividualSimulationMetric(String) - Constructor for class es.uam.eps.ir.relison.diffusion.metrics.AbstractIndividualSimulationMetric
-
Constructor.
- AbstractLinkPredictor<U> - Class in es.uam.eps.ir.relison.links.linkprediction
-
Abstract definition of a link prediction algorithm.
- AbstractLinkPredictor(Graph<U>) - Constructor for class es.uam.eps.ir.relison.links.linkprediction.AbstractLinkPredictor
-
Constructor.
- AbstractLinkPredictor(Graph<U>, Comparator<Tuple2od<Pair<U>>>) - Constructor for class es.uam.eps.ir.relison.links.linkprediction.AbstractLinkPredictor
-
Constructor.
- AbstractNeighborOverlapReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.edge
-
Class that tries to maximize the average embededness of the graph.
- AbstractNeighborOverlapReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, boolean) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.edge.AbstractNeighborOverlapReranker
-
Constructor
- AbstractPairMetric<U> - Class in es.uam.eps.ir.relison.sna.metrics.pair
-
Abstract implementation of a pair metric.
- AbstractPairMetric() - Constructor for class es.uam.eps.ir.relison.sna.metrics.pair.AbstractPairMetric
- AbstractSearchEngine - Class in es.uam.eps.ir.relison.content.search
-
Abstract implementation of a search engine.
- AbstractSearchEngine(Index<?>) - Constructor for class es.uam.eps.ir.relison.content.search.AbstractSearchEngine
-
Constructor.
- AbstractSelectionMechanism<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.selections
-
Abstract implementation of a selection mechanism.
- AbstractSelectionMechanism() - Constructor for class es.uam.eps.ir.relison.diffusion.selections.AbstractSelectionMechanism
- accept(double) - Method in class es.uam.eps.ir.relison.links.data.letor.NominalStats
- accept(Prediction<U>) - Method in interface es.uam.eps.ir.relison.links.linkprediction.io.LinkPredictionFormat.Writer
- Accuracy<U> - Class in es.uam.eps.ir.relison.links.linkprediction.metrics
-
Implementation of the accuracy metric for link prediction.
- Accuracy(double) - Constructor for class es.uam.eps.ir.relison.links.linkprediction.metrics.Accuracy
-
Constructor.
- Accuracy(int) - Constructor for class es.uam.eps.ir.relison.links.linkprediction.metrics.Accuracy
-
Constructor.
- ACCURACY - Static variable in class es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricIdentifiers
-
Identifier for the accuracy metric.
- AccuracyConfigurator<U,F> - Class in es.uam.eps.ir.relison.grid.links.prediction.metrics.accuracy
-
Grid search generator for the accuracy of the link prediction method.
- AccuracyConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.links.prediction.metrics.accuracy.AccuracyConfigurator
- adamic() - Method in class es.uam.eps.relison.links.recommendation.test.RecommenderTest
-
Adamic/Adar algorithm
- ADAMIC - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmIdentifiers
-
Identifier for the Adamic-Adar algorithm.
- AdamicAdar<U> - Class in es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf
-
Recommender that uses the Adamic-Adar coefficient of the neighbours.
- AdamicAdar(FastGraph<U>, EdgeOrientation, EdgeOrientation, EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf.AdamicAdar
-
Constructor.
- AdamicAdarGridSearch<U> - Class in es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf
-
Grid search generator for Adamic-Adar algorithm.
- AdamicAdarGridSearch() - Constructor for class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.AdamicAdarGridSearch
- AdamicSimilarity - Class in es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.foaf
-
Similarity based on the Adamic-Adar link prediction approach.
- AdamicSimilarity(FastGraph<?>, EdgeOrientation, EdgeOrientation, EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.foaf.AdamicSimilarity
-
Constructor.
- Adapters - Class in es.uam.eps.ir.relison.graph
-
Methods for filtering the users and edges from a graph.
- Adapters() - Constructor for class es.uam.eps.ir.relison.graph.Adapters
- add(Recommendation<U, I>) - Method in class es.uam.eps.ir.relison.links.recommendation.metrics.novdiv.ILD
- add(Recommendation<U, I>) - Method in class es.uam.eps.ir.relison.links.recommendation.metrics.novdiv.ItemNoveltyMetric
- add(Recommendation<U, U>) - Method in class es.uam.eps.ir.relison.links.recommendation.metrics.novdiv.MeanPredictionDistance
- add(I, double) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.normalizer.NoNormalizer
- add(I, double) - Method in interface es.uam.eps.ir.relison.links.recommendation.reranking.normalizer.Normalizer
-
Adds an item-value pair to the list.
- add(I, double) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.normalizer.RanksimNormalizer
- add(I, double) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.normalizer.StatsBasedNormalizer
- add(Tuple2od<I>) - Method in interface es.uam.eps.ir.relison.links.recommendation.reranking.normalizer.Normalizer
-
Adds an item-value tuple to the list.
- add(T) - Method in class es.uam.eps.ir.relison.index.GenericIndex
-
Adds an element to the structure, if it is not in the
- add(U, int) - Method in class es.uam.eps.ir.relison.sna.community.Communities
-
Adds a pair user/community.
- addAllAutoloops(Graph<U>) - Static method in class es.uam.eps.ir.relison.graph.Adapters
-
Given a graph, obtains a version of the graph with all the possible autoloops.
- addAllInformation(PropagatedInformation) - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
- addAllInformation(PropagatedInformation) - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
-
Adds a piece of information to all the received information pieces.
- addChild(U, U) - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
-
Adds a child to a given node.
- addChild(U, U, double) - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
-
Adds a child to a given node
- addChild(U, U, double, int) - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastTree
- addChild(U, U, double, int) - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
-
Adds a child to a given node.
- addCommunity() - Method in class es.uam.eps.ir.relison.sna.community.Communities
-
Adds a new community to the list.
- addDiscardedInformation(PropagatedInformation) - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
- addDiscardedInformation(PropagatedInformation) - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
-
Adds a piece of information to the discarded information pieces.
- addDiscardingUser(U, List<I>) - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
-
Adds the discarded pieces of a single user to the iteration
- addDiscardingUser(U, List<I>) - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
- addEdge(int, int, double, int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
-
Adds an edge to the set.
- addEdge(int, int, double, int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedUnweightedEdges
- addEdge(int, int, double, int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedWeightedEdges
- addEdge(int, int, double, int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedUnweightedEdges
- addEdge(int, int, double, int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedWeightedEdges
- addEdge(int, int, double, int) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
- addEdge(int, int, double, int) - Method in interface es.uam.eps.ir.relison.graph.fast.FastGraph
-
Uncontrolled edge addition method, using ids.
- addEdge(int, int, double, int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedUnweightedMultiEdges
- addEdge(int, int, double, int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedWeightedMultiEdges
- addEdge(int, int, double, int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastUndirectedUnweightedMultiEdges
- addEdge(int, int, double, int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastUndirectedWeightedMultiEdges
- addEdge(int, int, double, int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
-
Adds an edge to the set.
- addEdge(int, int, double, int) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
- addEdge(U, U, double, int, boolean) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
- addEdge(U, U, double, int, boolean) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
- addEdge(U, U, double, int, boolean) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
- addEdge(U, U, double, int, boolean) - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastTree
- addEdge(U, U, double, int, boolean) - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
- addEdge(V, V) - Method in interface es.uam.eps.ir.relison.graph.Graph
-
Adds a new edge to the graph.
- addEdge(V, V, boolean) - Method in interface es.uam.eps.ir.relison.graph.Graph
-
Adds an edge to the graph.
- addEdge(V, V, double) - Method in interface es.uam.eps.ir.relison.graph.Graph
-
Adds a new edge to the graph.
- addEdge(V, V, double, int) - Method in interface es.uam.eps.ir.relison.graph.Graph
-
Adds a new edge to the graph.
- addEdge(V, V, double, int) - Method in interface es.uam.eps.ir.relison.graph.UnweightedGraph
- addEdge(V, V, double, int, boolean) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
- addEdge(V, V, double, int, boolean) - Method in interface es.uam.eps.ir.relison.graph.Graph
-
Adds a weighted edge to the graph.
- addEdge(V, V, int) - Method in interface es.uam.eps.ir.relison.graph.Graph
-
Adds a new edge to the graph.
- addFeature(F) - Method in class es.uam.eps.ir.relison.links.data.updateable.index.fast.SimpleFastUpdateableFeatureIndex
- addFeature(F) - Method in interface es.uam.eps.ir.relison.links.data.updateable.index.UpdateableFeatureIndex
-
Adds a new feature
- addFeatures(Stream<F>) - Method in interface es.uam.eps.ir.relison.links.data.updateable.index.UpdateableFeatureIndex
-
Adds a set of features to the index
- addFirstItem(int) - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedPairwiseRelation
- addFirstItem(int) - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedRelation
- addFirstItem(int) - Method in class es.uam.eps.ir.relison.index.fast.FastWeightedRelation
- addFirstItem(int) - Method in interface es.uam.eps.ir.relison.index.Relation
-
Adds a new item to the relation (if it does not previously exist).
- addInstance(Instance<U>) - Method in class es.uam.eps.ir.relison.links.data.letor.InstanceSet
-
Adds an instance to the set.
- addInstance(U, U, Instance) - Method in class es.uam.eps.ir.relison.links.data.ml.weka.WekaInstanceSet
-
Adds a pattern associated to a given edge.
- addItem(I) - Method in class es.uam.eps.ir.relison.links.data.updateable.index.fast.SimpleFastUpdateableItemIndex
- addItem(I) - Method in interface es.uam.eps.ir.relison.links.data.updateable.index.UpdateableItemIndex
-
Adds a new item.
- addItem(I) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.SimpleFastUpdateablePreferenceData
- addItem(I) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.mf.UpdateableFactorization
- addItem(U) - Method in class es.uam.eps.ir.relison.links.data.updateable.index.fast.FastUpdateableGraphIndex
- addItem(U) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.GraphSimpleUpdateableFastPreferenceData
- addItem(U) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
- addItems(Stream<I>) - Method in interface es.uam.eps.ir.relison.links.data.updateable.index.UpdateableItemIndex
-
Adds a set of items to the index
- addIteration(Iteration<U, I, P>) - Method in class es.uam.eps.ir.relison.diffusion.simulation.Simulation
-
Adds an iteration.
- addIteration(Map<Integer, List<Integer>>) - Method in class es.uam.eps.ir.relison.diffusion.data.BackupSimulation
-
Adds a new iteration.
- addNode(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
- addNode(U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
- addNode(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
- addNode(U) - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastTree
- addNode(U) - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
- addNode(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
- addNode(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
-
Adds a new node to the graph.
- addObject(I) - Method in interface es.uam.eps.ir.relison.index.Index
-
Adds an object to the index.
- addObject(T) - Method in class es.uam.eps.ir.relison.index.fast.FastIndex
- addOwnInformation(PropagatedInformation) - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
- addOwnInformation(PropagatedInformation) - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
-
Adds a piece of information to the own created information pieces.
- addPropagatedInformation(PropagatedInformation) - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
- addPropagatedInformation(PropagatedInformation) - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
-
Adds a piece of information to the propagated information pieces.
- addPropagatingUser(U, List<I>) - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
-
Adds the propagated pieces of a single user to the iteration
- addPropagatingUser(U, List<I>) - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
- addReceivedInformation(PropagatedInformation) - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
- addReceivedInformation(PropagatedInformation) - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
-
Adds a piece of information to the previously received information pieces.
- addReceivingUser(U, Map<I, Set<U>>) - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
-
Adds the received pieces of a single user to the iteration.
- addReceivingUser(U, Map<I, Set<U>>) - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
- addRelation(int, int, W) - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedPairwiseRelation
- addRelation(int, int, W) - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedRelation
- addRelation(int, int, W) - Method in class es.uam.eps.ir.relison.index.fast.FastWeightedRelation
- addRelation(int, int, W) - Method in interface es.uam.eps.ir.relison.index.Relation
-
Adds a new relation (if it does not previously exist)
- addReReceivingUser(U, Map<I, Set<U>>) - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
-
Adds the re-received pieces of a single user discarded pieces to the iteration
- addReReceivingUser(U, Map<I, Set<U>>) - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
- addRoot(U) - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastTree
- addRoot(U) - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
-
Adds a root to the tree.
- addSecondItem(int) - Method in interface es.uam.eps.ir.relison.index.AutoRelation
- addSecondItem(int) - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedPairwiseRelation
- addSecondItem(int) - Method in class es.uam.eps.ir.relison.index.fast.FastWeightedPairwiseRelation
- addSecondItem(int) - Method in interface es.uam.eps.ir.relison.index.Relation
-
Adds a new second item to the relation (if it does not previously exist).
- addSeenInformation(PropagatedInformation) - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
- addSeenInformation(PropagatedInformation) - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
-
Adds a piece of information to the newly seen information pieces.
- addUser(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
-
Adds a user to the edges.
- addUser(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastEdges
- addUser(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastMultiEdges
- addUser(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
-
Adds a user to the edges.
- addUser(I) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
- addUser(U) - Method in class es.uam.eps.ir.relison.links.data.updateable.index.fast.FastUpdateableGraphIndex
- addUser(U) - Method in class es.uam.eps.ir.relison.links.data.updateable.index.fast.SimpleFastUpdateableUserIndex
- addUser(U) - Method in interface es.uam.eps.ir.relison.links.data.updateable.index.UpdateableUserIndex
-
Adds a user to the index.
- addUser(U) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.GraphSimpleUpdateableFastPreferenceData
- addUser(U) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.SimpleFastUpdateablePreferenceData
- addUser(U) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.mf.UpdateableFactorization
- addUsers(Stream<U>) - Method in interface es.uam.eps.ir.relison.links.data.updateable.index.UpdateableUserIndex
-
Adds a set of users to the index
- addValue(String) - Method in class es.uam.eps.ir.relison.links.data.ml.features.Feature
-
In case the attribute is not continuous, adds a new possible value.
- AggregateEdgeMetric<U> - Class in es.uam.eps.ir.relison.sna.metrics.graph.aggregate
-
Graph metric computed as the aggregation of an edge metric over the edges in the network.
- AggregateEdgeMetric(PairMetric<U>) - Constructor for class es.uam.eps.ir.relison.sna.metrics.graph.aggregate.AggregateEdgeMetric
-
Constructor.
- AggregateIndividualCommMetric<U> - Class in es.uam.eps.ir.relison.sna.metrics.communities.graph
-
Aggregate individual community metric.
- AggregateIndividualCommMetric(IndividualCommunityMetric<U>) - Constructor for class es.uam.eps.ir.relison.sna.metrics.communities.graph.AggregateIndividualCommMetric
-
Constructor.
- AggregatePairMetric<U> - Class in es.uam.eps.ir.relison.sna.metrics.graph.aggregate
-
Graph metric computed as the aggregation of an pair metric over the pairs of users in the network.
- AggregatePairMetric(PairMetric<U>) - Constructor for class es.uam.eps.ir.relison.sna.metrics.graph.aggregate.AggregatePairMetric
-
Constructor.
- AggregateVertexMetric<U> - Class in es.uam.eps.ir.relison.sna.metrics.graph.aggregate
-
Graph metric computed as the aggregation of an vertex metric over the nodes in the network.
- AggregateVertexMetric(VertexMetric<U>) - Constructor for class es.uam.eps.ir.relison.sna.metrics.graph.aggregate.AggregateVertexMetric
-
Constructor.
- ALG - Static variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.mf.PMFFactorizerBasic
-
Algebra
- ALG - Static variable in class es.uam.eps.ir.relison.links.recommendation.updateable.mf.als.HKVUpdateableFactorizer
-
An algebra.
- AlgorithmConfigurationsReader - Class in es.uam.eps.ir.relison.grid.links.recommendation.algorithms
-
Class for reading contact recommendation / link prediction algorithms.
- AlgorithmConfigurationsReader() - Constructor for class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmConfigurationsReader
-
Constructor.
- algorithmConfs - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmConfigurationsReader
-
Map for storing the different configurations of an algorithm.
- AlgorithmGridReader - Class in es.uam.eps.ir.relison.grid.links.recommendation.algorithms
-
Class for reading contact recommendation / link prediction algorithms.
- AlgorithmGridReader() - Constructor for class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmGridReader
-
Constructor
- AlgorithmGridSearch<U> - Interface in es.uam.eps.ir.relison.grid.links.recommendation.algorithms
-
Class for performing the grid search for a given algorithm.
- AlgorithmGridSelector<U> - Class in es.uam.eps.ir.relison.grid.links.recommendation.algorithms
-
Class that translates from a grid to the different contact recommendation algorithms.
- AlgorithmGridSelector(Parser<U>) - Constructor for class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmGridSelector
-
Constructor.
- AlgorithmIdentifiers - Class in es.uam.eps.ir.relison.grid.links.recommendation.algorithms
-
Identifiers for the different contact recommendation algorithms available in the library.
- AlgorithmIdentifiers() - Constructor for class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmIdentifiers
- AlgorithmParametersReader - Class in es.uam.eps.ir.relison.grid.links.recommendation.algorithms
-
Class for reading contact recommendation / link prediction algorithms.
- AlgorithmParametersReader() - Constructor for class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmParametersReader
-
Constructor.
- ALGORITHMS - Static variable in class es.uam.eps.ir.relison.grid.community.CommunityDetectionConfigurationsReader
-
Identifier for the name of the mechanism
- ALGORITHMS - Static variable in class es.uam.eps.ir.relison.grid.community.CommunityDetectionGridReader
-
Identifier for the name of the mechanism
- ALGORITHMS - Static variable in class es.uam.eps.ir.relison.grid.community.CommunityDetectionParametersReader
-
Identifier for the name of the mechanism
- ALGORITHMS - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmConfigurationsReader
- ALGORITHMS - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmGridReader
- ALGORITHMS - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmParametersReader
- algorithmsGrid - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmGridReader
-
Algorithms grid.
- algorithmsGrid - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmParametersReader
-
Algorithms grid.
- algorithmsGrid - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerParametersReader
-
Algorithms grid.
- ALL - Static variable in class es.uam.eps.ir.relison.diffusion.selections.SelectionConstants
-
Value for selecting that all available information pieces of the corresponding type will be propagated.
- ALL - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.IndividualSamplingAlgorithmIdentifiers
-
Identifier for the sampling algorithm that takes all nodes.
- allInfo - Variable in class es.uam.eps.ir.relison.diffusion.data.FastUser
-
Map containing all the previously received information.
- AllNeighborsPropagationConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.grid.diffusion.propagation
-
Configures an propagation mechanism that distributes pieces to all the neighbors of the propagating user.
- AllNeighborsPropagationConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.propagation.AllNeighborsPropagationConfigurator
- AllNeighborsPropagationMechanism<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.propagation
-
Given a single piece of information, a user selects all his/her neighbors as the destination of the piece.
- AllNeighborsPropagationMechanism(EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.diffusion.propagation.AllNeighborsPropagationMechanism
-
Constructor.
- ALLNEIGHS - Static variable in class es.uam.eps.ir.relison.grid.diffusion.propagation.PropagationMechanismIdentifiers
-
Identifier for the propagation mechanism to all neighbors.
- ALLNOTDISCARDED - Static variable in class es.uam.eps.ir.relison.grid.diffusion.sight.SightMechanismIdentifiers
-
Identifier for seeing all the not previously discarded contents.
- AllNotDiscardedNorPropagatedSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.grid.diffusion.sight
-
Configures a sight mechanism that makes users observe all the information pieces which they have neither discarded nor propagated.
- AllNotDiscardedNorPropagatedSightConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.sight.AllNotDiscardedNorPropagatedSightConfigurator
- AllNotDiscardedNorPropagatedSightMechanism<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.sight
-
This mechanism sees all the pieces of information who have not been previously discarded nor propagated.
- AllNotDiscardedNorPropagatedSightMechanism() - Constructor for class es.uam.eps.ir.relison.diffusion.sight.AllNotDiscardedNorPropagatedSightMechanism
- ALLNOTDISCARDEDNOTPROPAGATED - Static variable in class es.uam.eps.ir.relison.grid.diffusion.sight.SightMechanismIdentifiers
-
Identifier for seeing all the not previously discarded nor propagated contents.
- AllNotDiscardedSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.grid.diffusion.sight
-
Configures a sight mechanism that makes users observe all the information pieces which they have not discarded.
- AllNotDiscardedSightConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.sight.AllNotDiscardedSightConfigurator
- AllNotDiscardedSightMechanism<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.sight
-
This mechanism sees all the pieces of information who have not been previously discarded nor propagated.
- AllNotDiscardedSightMechanism() - Constructor for class es.uam.eps.ir.relison.diffusion.sight.AllNotDiscardedSightMechanism
- ALLNOTPROP - Static variable in class es.uam.eps.ir.relison.grid.diffusion.expiration.ExpirationMechanismIdentifiers
-
Identifier of the expiration mechanism for information pieces that expires all the not propagated pieces.
- ALLNOTPROPAGATED - Static variable in class es.uam.eps.ir.relison.grid.diffusion.sight.SightMechanismIdentifiers
-
Identifier for seeing all the not previously propagated contents.
- AllNotPropagatedExpirationConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.grid.diffusion.expiration
-
Configures an expiration mechanism that discards all those received pieces which have not been propagated earlier.
- AllNotPropagatedExpirationConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.expiration.AllNotPropagatedExpirationConfigurator
- AllNotPropagatedExpirationMechanism<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.expiration
-
Expiration mechanism that discards every not previously propagated received information piece.
- AllNotPropagatedExpirationMechanism() - Constructor for class es.uam.eps.ir.relison.diffusion.expiration.AllNotPropagatedExpirationMechanism
- AllNotPropagatedSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.grid.diffusion.sight
-
Configures a sight mechanism that makes users observe all the information pieces which they have not propagated.
- AllNotPropagatedSightConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.sight.AllNotPropagatedSightConfigurator
- AllNotPropagatedSightMechanism<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.sight
-
Sight mechanism that selects every piece of information that has arrived and the user has not propagated earlier.
- AllNotPropagatedSightMechanism() - Constructor for class es.uam.eps.ir.relison.diffusion.sight.AllNotPropagatedSightMechanism
- ALLNOTREALPROP - Static variable in class es.uam.eps.ir.relison.grid.diffusion.expiration.ExpirationMechanismIdentifiers
-
Identifier of the expiration mechanism for information pieces for all pieces which have not propagated in real life scenarios.
- AllNotRealPropagatedExpirationConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.grid.diffusion.expiration
-
Configures an expiration mechanism that discards all the pieces which were not repropagated by the user in the real diffusion procedure.
- AllNotRealPropagatedExpirationConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.expiration.AllNotRealPropagatedExpirationConfigurator
- AllNotRealPropagatedExpirationMechanism<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.expiration
-
Expiration mechanism that removes every information piece that has not been repropagated in a real life scenario.
- AllNotRealPropagatedExpirationMechanism() - Constructor for class es.uam.eps.ir.relison.diffusion.expiration.AllNotRealPropagatedExpirationMechanism
- AllNotRealPropagatedTimestampExpirationConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.grid.diffusion.expiration
-
Configures an expiration mechanism that discards all the pieces which were not repropagated by the user in the real diffusion procedure, and those which were repropagated in the real diffusion process are discarded if their timestamp of repropagation has already passed.
- AllNotRealPropagatedTimestampExpirationConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.expiration.AllNotRealPropagatedTimestampExpirationConfigurator
- AllNotRealPropagatedTimestampExpirationMechanism<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.expiration
-
If current timestamp is greater than the timestamp of the pieces, the elements are discarded.
- AllNotRealPropagatedTimestampExpirationMechanism() - Constructor for class es.uam.eps.ir.relison.diffusion.expiration.AllNotRealPropagatedTimestampExpirationMechanism
- ALLNOTREALPROPTIMESTAMP - Static variable in class es.uam.eps.ir.relison.grid.diffusion.expiration.ExpirationMechanismIdentifiers
-
Identifier of the expiration mechanism for information pieces for all pieces which have not propagated in real life scenarios, and expires those propagated after the corresponding timestamp.
- allowed - Variable in class es.uam.eps.ir.relison.diffusion.sight.AllRecommendedSightMechanism
-
For each user, the set of users they are allowed to see information from
- allowed - Variable in class es.uam.eps.ir.relison.diffusion.sight.AllTrainSightMechanism
-
For each user, the set of users they are allowed to see information from
- allowedHashtags - Variable in class es.uam.eps.ir.relison.diffusion.data.filter.InformationFeatureSelectionFilter
-
Set of allowed information parameters.
- ALLREALPROP - Static variable in class es.uam.eps.ir.relison.grid.diffusion.selection.SelectionMechanismIdentifiers
-
Identifier for selecting all those pieces of information which were truly propagated for their diffusion.
- AllRealPropagatedSelectionConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.grid.diffusion.selection
-
Configures a selection mechanism that propagates a fixed number of own information pieces, and repropagate all the received pieces which the user did repropagate in a real diffusion process.
- AllRealPropagatedSelectionConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.selection.AllRealPropagatedSelectionConfigurator
- AllRealPropagatedSelectionMechanism<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.selections
-
Algorithm that chooses randomly some pieces from the own set of information pieces, and it only propagates those received information pieces from other users that the user has propagated during the actual diffusion procedure.
- AllRealPropagatedSelectionMechanism(int) - Constructor for class es.uam.eps.ir.relison.diffusion.selections.AllRealPropagatedSelectionMechanism
-
Constructor.
- AllRealPropagatedSelectionMechanism(int, int) - Constructor for class es.uam.eps.ir.relison.diffusion.selections.AllRealPropagatedSelectionMechanism
-
Constructor.
- ALLRECNEIGHS - Static variable in class es.uam.eps.ir.relison.grid.diffusion.propagation.PropagationMechanismIdentifiers
-
Identifier for the propagation mechanism to all recommended neighbors.
- ALLRECOMMENDED - Static variable in class es.uam.eps.ir.relison.grid.diffusion.sight.SightMechanismIdentifiers
-
Identifier for seeing all the contents from recommended links.
- AllRecommendedNeighborsPropagationConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.grid.diffusion.propagation
-
Configures an propagation mechanism that distributes pieces to all the recommended neighbors of the propagating user.
- AllRecommendedNeighborsPropagationConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.propagation.AllRecommendedNeighborsPropagationConfigurator
- AllRecommendedNeighborsPropagationMechanism<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.propagation
-
Given a single piece of information, a user selects all the neighbors who can be reached through a recommendation as the destination of the piece.
- AllRecommendedNeighborsPropagationMechanism(EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.diffusion.propagation.AllRecommendedNeighborsPropagationMechanism
-
Constructor.
- AllRecommendedSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.grid.diffusion.sight
-
Configures a sight mechanism that makes users observe all the information pieces coming from recommendation links.
- AllRecommendedSightConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.sight.AllRecommendedSightConfigurator
- AllRecommendedSightMechanism<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.sight
-
Sees the pieces of information that come from recommended users and the user has not previously propagated.
- AllRecommendedSightMechanism(EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.diffusion.sight.AllRecommendedSightMechanism
-
Constructor.
- AllSampler<U> - Class in es.uam.eps.ir.relison.links.data.letor.sampling
-
Samples the all the possible links (all links not included in the test set).
- AllSampler(Graph<U>) - Constructor for class es.uam.eps.ir.relison.links.data.letor.sampling.AllSampler
-
Constructor.
- AllSamplerConfigurator<U> - Class in es.uam.eps.ir.relison.grid.links.recommendation.sampling
-
Class for configuring a sampling approach which takes all nodes.
- AllSamplerConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.links.recommendation.sampling.AllSamplerConfigurator
- ALLSIGHT - Static variable in class es.uam.eps.ir.relison.grid.diffusion.sight.SightMechanismIdentifiers
-
Identifier for seeing all the contents.
- AllSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.grid.diffusion.sight
-
Configures a sight mechanism that makes users observe everything they receive.
- AllSightConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.sight.AllSightConfigurator
- AllSightMechanism<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.sight
-
Sight mechanism that selects every piece of information that has arrived to the user.
- AllSightMechanism() - Constructor for class es.uam.eps.ir.relison.diffusion.sight.AllSightMechanism
- ALLTRAIN - Static variable in class es.uam.eps.ir.relison.grid.diffusion.sight.SightMechanismIdentifiers
-
Identifier for seeing all the contents not from recommended links.
- AllTrainSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> - Class in es.uam.eps.ir.relison.grid.diffusion.sight
-
Configures a sight mechanism that makes users observe all the information pieces coming from the original network links.
- AllTrainSightConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.sight.AllTrainSightConfigurator
- AllTrainSightMechanism<U extends java.io.Serializable,I extends java.io.Serializable,P> - Class in es.uam.eps.ir.relison.diffusion.sight
-
Sees the pieces of information that come from training users and the user has not previously propagated.
- AllTrainSightMechanism(EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.diffusion.sight.AllTrainSightMechanism
-
Constructor.
- alpha - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.MatrixForest
-
Parameter controlling the importance of the Laplacian matrix.
- alpha - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PersonalizedHITS
-
Teleport rate.
- alpha - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PersonalizedSALSA
-
Teleport rate.
- alpha - Variable in class es.uam.eps.ir.relison.sna.metrics.vertex.KatzCentrality
-
A dumping factor.
- ALPHA - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.mf.FastImplicitMFGridSearch
-
Identifier for the rate of increase for the confidence
- ALPHA - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.mf.ImplicitMFGridSearch
-
Identifier for the rate of increase for the confidence
- ALPHA - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.MatrixForestGridSearch
-
Identifier for the importance of the Laplacian matrix.
- ALPHA - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.PersonalizedHITSGridSearch
-
Teleport rate for the personalized HITS algorithm.
- ALPHA - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.PersonalizedSALSAGridSearch
-
Teleport rate for the personalized SALSA algorithm.
- ALPHA - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.twitter.LoveGridSearch
-
Identifier for the teleport rate for the personalized HITS algorithm.
- ALPHA - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.twitter.MoneyGridSearch
-
Identifier for the teleport rate for the personalized SALSA algorithm.
- ALPHA - Static variable in class es.uam.eps.ir.relison.grid.sna.vertex.KatzCentralityGridSearch
-
Dump factor for longer distance paths.
- ALSUpdateableFactorizer<U,I> - Class in es.uam.eps.ir.relison.links.recommendation.updateable.mf.als
-
Updateable alternate least squares factorizer.
- ALSUpdateableFactorizer(int) - Constructor for class es.uam.eps.ir.relison.links.recommendation.updateable.mf.als.ALSUpdateableFactorizer
-
Constructor.
- AlternativeGiniFastGreedy<U> - Class in es.uam.eps.ir.relison.sna.community.detection.modularity.balanced
-
Alternative version of Fast Greedy algorithm for optimizing modularity, taking into account the Gini of the size of communities.
- AlternativeGiniFastGreedy(double) - Constructor for class es.uam.eps.ir.relison.sna.community.detection.modularity.balanced.AlternativeGiniFastGreedy
-
Constructor.
- AlternativeSemiCompleteCommunityEdgeGiniComplement<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge
-
Swap reranker that optimizes the Gini index of the distribution of edges between communities.
- AlternativeSemiCompleteCommunityEdgeGiniComplement(double, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>, boolean) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.AlternativeSemiCompleteCommunityEdgeGiniComplement
-
Constructor.
- AlternativeSemiCompleteCommunityEdgeGiniRerankerGridSearch<U> - Class in es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge
-
Grid search for a reranker that reduces the Gini index of the number of links between pairs of communities.
- AlternativeSemiCompleteCommunityEdgeGiniRerankerGridSearch() - Constructor for class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.AlternativeSemiCompleteCommunityEdgeGiniRerankerGridSearch
- AlternativeSemiCompleteCommunityOuterEdgeGiniRerankerGridSearch<U> - Class in es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge
-
Grid search for a reranker that reduces the Gini index of the number of links between pairs of communities.
- AlternativeSemiCompleteCommunityOuterEdgeGiniRerankerGridSearch() - Constructor for class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.AlternativeSemiCompleteCommunityOuterEdgeGiniRerankerGridSearch
- ALTOUTERSCEDGEGINI - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerIdentifiers
-
Identifier for an alternative swap reranker promoting the semi-complete community edge Gini complement, forcing edges out of the community.
- ALTSCEDGEGINI - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerIdentifiers
-
Identifier for an alternative swap reranker promoting the semi-complete community edge Gini complement.
- and(Predicate<Pair<U>>...) - Static method in class es.uam.eps.ir.relison.links.linkprediction.filter.LinkPredFastFilters
-
Filter that combines several filters.
- apply(int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in interface es.uam.eps.ir.relison.grid.links.recommendation.rerankers.GlobalRerankerFunction
-
Given a graph, and the preference data, obtains a trained algorithm.
- apply(FastGraph<U>, FastPreferenceData<U, U>) - Method in interface es.uam.eps.ir.relison.links.recommendation.algorithms.RecommendationAlgorithmFunction
-
Given a graph, and the preference data, obtains a trained algorithm.
- apply(FastGraph<U>, FastGraph<U>, FastPreferenceData<U, U>) - Method in interface es.uam.eps.ir.relison.grid.links.recommendation.sampling.IndividualSamplerFunction
-
Obtains an individual sampler
- apply(Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in interface es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricFunction
-
Given some data, configures a link prediction metric.
- apply(Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in interface es.uam.eps.ir.relison.grid.links.recommendation.metrics.RecommendationMetricFunction
-
Given a graph, and the preference data, obtains a trained algorithm.
- apply(DistanceCalculator<U>) - Method in interface es.uam.eps.ir.relison.grid.sna.graph.GraphMetricFunction
-
Function for retrieving a global graph metric.
- apply(DistanceCalculator<U>) - Method in interface es.uam.eps.ir.relison.grid.sna.pair.PairMetricFunction
-
Obtains a pair metric.
- apply(DistanceCalculator<U>) - Method in interface es.uam.eps.ir.relison.grid.sna.vertex.VertexMetricFunction
-
Function for retrieving a vertex metric.
- ARSL - Static variable in class es.uam.eps.ir.relison.grid.sna.graph.GraphMetricIdentifiers
-
Identifier for average reciprocal shortest path length metric.
- ascendingComparator(List<U>) - Static method in class es.uam.eps.ir.relison.links.linkprediction.MLComparators
-
Sorts values in ascending score order (top ranking is the lowest value)
- asl - Variable in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
-
Average shortest path length.
- asl - Variable in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
-
The average shortest path length.
- ASL<U> - Class in es.uam.eps.ir.relison.sna.metrics.distance.graph
-
Computes the Average Shortest path Length of graphs.
- ASL - Static variable in class es.uam.eps.ir.relison.grid.sna.graph.GraphMetricIdentifiers
-
Identifier for average shortest path length metric.
- ASL() - Constructor for class es.uam.eps.ir.relison.sna.metrics.distance.graph.ASL
-
Default constructor.
- ASL(DistanceCalculator<U>) - Constructor for class es.uam.eps.ir.relison.sna.metrics.distance.graph.ASL
-
Constructor.
- ASL(DistanceCalculator<U>, ASLMode) - Constructor for class es.uam.eps.ir.relison.sna.metrics.distance.graph.ASL
-
Constructor
- ASL(ASLMode) - Constructor for class es.uam.eps.ir.relison.sna.metrics.distance.graph.ASL
-
Constructor
- ASLGridSearch<U> - Class in es.uam.eps.ir.relison.grid.sna.graph
-
Grid for the average shortest path length of a graph.
- ASLGridSearch() - Constructor for class es.uam.eps.ir.relison.grid.sna.graph.ASLGridSearch
- aslMode - Variable in class es.uam.eps.ir.relison.sna.metrics.distance.pair.Distance
-
Limits the pairs of nodes over which the metric will be averaged.
- ASLMode - Enum in es.uam.eps.ir.relison.sna.metrics.distance.modes
-
Algorithms for computing the average shortest path length of a graph (in case the graph is not strongly connected).
- ASLMode() - Constructor for enum es.uam.eps.ir.relison.sna.metrics.distance.modes.ASLMode
- Assortativity<U> - Class in es.uam.eps.ir.relison.sna.metrics.graph
-
Class for computing the assortativity of scalar values for a graph.
- Assortativity(ToDoubleBiFunction<U, Graph<U>>) - Constructor for class es.uam.eps.ir.relison.sna.metrics.graph.Assortativity
-
Constructor.
- attributes - Variable in class es.uam.eps.ir.relison.links.linkprediction.supervised.classifiers.NaiveBayesClassifier
-
List of attributes.
- attributes - Variable in class es.uam.eps.ir.relison.links.linkprediction.SupervisedLinkPredictor
-
Attributes of the patterns.
- attributes - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.supervised.MachineLearningWekaRecommender
-
The list of attributes.
- AUC<U> - Class in es.uam.eps.ir.relison.links.linkprediction.metrics
-
Implementation of the area under the receiver-operating characteristic curve for link prediction.
- AUC - Static variable in class es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricIdentifiers
-
Identifier for the area under the ROC curve metric.
- AUC() - Constructor for class es.uam.eps.ir.relison.links.linkprediction.metrics.AUC
- AUCConfigurator<U,F> - Class in es.uam.eps.ir.relison.grid.links.prediction.metrics.accuracy
-
Grid search generator for area under the ROC curve.
- AUCConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.links.prediction.metrics.accuracy.AUCConfigurator
- authorities - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.bipartite.BipartiteRecommender
-
A map between the authorities identifiers and their true representation (the node in the original graph).
- authorities - Variable in class es.uam.eps.ir.relison.sna.metrics.vertex.HITS
-
Indicates if we want to return authorities or hubs.
- auths - Variable in class es.uam.eps.ir.relison.sna.metrics.vertex.HITS
-
Authorities values.
- authVectors - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.bipartite.AverageCosineSimilarity
-
Vectorial representation of the authorities
- authVectors - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.bipartite.CentroidCosineSimilarity
-
Vectorial representation of the authorities.
- authVectors - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.bipartite.MaximumCosineSimilarity
-
Vectorial representation of the authorities
- autoloops - Variable in class es.uam.eps.ir.relison.sna.metrics.complementary.vertex.ComplementaryLocalClusteringCoefficient
-
Number of autoloops in the graph.
- AUTOLOOPS - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.CompleteCommunityDegreeGiniRerankerGridSearch
-
Identifier for the field that indicates if autoloops are considered or not.
- AUTOLOOPS - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.CompleteCommunityOuterDegreeGiniRerankerGridSearch
-
Identifier for the field that indicates if autoloops are considered or not.
- AUTOLOOPS - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.sizenorm.SizeNormCompleteCommunityDegreeGiniRerankerGridSearch
-
Identifier for the field that indicates if autoloops are considered or not.
- AUTOLOOPS - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.sizenorm.SizeNormCompleteCommunityOuterDegreeGiniRerankerGridSearch
-
Identifier for the field that indicates if autoloops are considered or not.
- AUTOLOOPS - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.AlternativeSemiCompleteCommunityEdgeGiniRerankerGridSearch
-
Identifier for the field that indicates if autoloops are considered or not.
- AUTOLOOPS - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.AlternativeSemiCompleteCommunityOuterEdgeGiniRerankerGridSearch
-
Identifier for the field that indicates if autoloops are considered or not.
- AUTOLOOPS - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.CompleteCommunityEdgeGiniRerankerGridSearch
-
Identifier for the field that indicates if autoloops are considered or not.
- AUTOLOOPS - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.CompleteCommunityOuterEdgeGiniRerankerGridSearch
-
Identifier for the field that indicates if autoloops are considered or not.
- AUTOLOOPS - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.SemiCompleteCommunityEdgeGiniRerankerGridSearch
-
Identifier for the field that indicates if autoloops are considered or not.
- AUTOLOOPS - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.SemiCompleteCommunityOuterEdgeGiniRerankerGridSearch
-
Identifier for the field that indicates if autoloops are considered or not.
- AUTOLOOPS - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormCompleteCommunityEdgeGiniRerankerGridSearch
-
Identifier for the field that indicates if autoloops are considered or not.
- AUTOLOOPS - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormCompleteCommunityOuterEdgeGiniRerankerGridSearch
-
Identifier for the field that indicates if autoloops are considered or not.
- AUTOLOOPS - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormSemiCompleteCommunityEdgeGiniRerankerGridSearch
-
Identifier for the field that indicates if autoloops are considered or not.
- AUTOLOOPS - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormSemiCompleteCommunityOuterEdgeGiniRerankerGridSearch
-
Identifier for the field that indicates if autoloops are considered or not.
- AUTOLOOPS - Static variable in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.degree.CompleteCommunityDegreeGiniGridSearch
-
Identifier for the autoloop selection
- AUTOLOOPS - Static variable in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.degree.sizenormalized.SizeNormalizedCompleteCommunityDegreeGiniGridSearch
-
Identifier for the autoloop selection
- AUTOLOOPS - Static variable in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.edge.dice.DiceCompleteCommunityEdgeGiniGridSearch
-
Identifier for the autoloop selection
- AUTOLOOPS - Static variable in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.edge.dice.DiceSemiCompleteCommunityEdgeGiniGridSearch
-
Identifier for the autoloop selection
- AutoRelation<W> - Interface in es.uam.eps.ir.relison.index
-
Interface for defining the relation of a set of objects with themselves.
- AuxiliarMethods - Class in es.uam.eps.ir.relison.examples
-
Class containing auxiliar methods for the Main functions.
- AuxiliarMethods() - Constructor for class es.uam.eps.ir.relison.examples.AuxiliarMethods
- AuxiliarVariables - Class in es.uam.eps.ir.relison.examples
-
Auxiliar variables for the execution examples.
- AuxiliarVariables() - Constructor for class es.uam.eps.ir.relison.examples.AuxiliarVariables
- AverageCosineSimilarity<U> - Class in es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.bipartite
-
Recommender.
- AverageCosineSimilarity(FastGraph<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.bipartite.AverageCosineSimilarity
-
Constructor
- AverageEmbeddednessRerankerGridSearch<U> - Class in es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.edge
-
Grid search for a reranker that optimizes the average embeddedness of the graph.
- AverageEmbeddednessRerankerGridSearch() - Constructor for class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.edge.AverageEmbeddednessRerankerGridSearch
- AverageReciprocalShortestPathLength<U> - Class in es.uam.eps.ir.relison.sna.metrics.distance.graph
-
Computes the Average Reciprocal Shortest path Length of graphs.
- AverageReciprocalShortestPathLength() - Constructor for class es.uam.eps.ir.relison.sna.metrics.distance.graph.AverageReciprocalShortestPathLength
-
Default constructor.
- AverageReciprocalShortestPathLength(DistanceCalculator<U>) - Constructor for class es.uam.eps.ir.relison.sna.metrics.distance.graph.AverageReciprocalShortestPathLength
-
Constructor.
- AverageReciprocalShortestPathLengthGridSearch<U> - Class in es.uam.eps.ir.relison.grid.sna.graph
-
Grid search for finding the average reciprocal shortest path length (ARSL) of the graph
- AverageReciprocalShortestPathLengthGridSearch() - Constructor for class es.uam.eps.ir.relison.grid.sna.graph.AverageReciprocalShortestPathLengthGridSearch
- averageShortestPathLength() - Method in class es.uam.eps.ir.relison.metrics.DistanceMetricsTest
-
Test the average shortest path length.
- averageValue() - Method in class es.uam.eps.ir.relison.utils.indexes.MonteCarloGiniCollection
-
Computes the average value computed by MonteCarlo.
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.complementary.ComplementaryPairMetric
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.complementary.pair.ComplementaryNeighbourOverlap
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.complementary.vertex.ComplementaryDegree
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.complementary.vertex.ComplementaryInverseDegree
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.complementary.vertex.ComplementaryLocalClusteringCoefficient
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.complementary.vertex.ComplementaryPageRank
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.pair.Distance
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.pair.EdgeBetweenness
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.pair.ReciprocalShortestPathLength
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.pair.ShrinkingASL
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.pair.ShrinkingASLNeighbors
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.pair.ShrinkingDiameter
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.ShrinkingDiameterNeighbors
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.vertex.Closeness
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.vertex.Eccentricity
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.vertex.NodeBetweenness
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.AbstractPairMetric
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.DistanceWithoutLink
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.ExpandedNeighborCountedOverlap
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.ExpandedNeighborOverlap
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.NeighbourOverlap
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.PreferentialAttachment
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.ReciprocityRate
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.WeightedNeighborLogOverlap
- averageValue(Graph<U>) - Method in interface es.uam.eps.ir.relison.sna.metrics.PairMetric
-
Computes the average value of the metric
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.vertex.Degree
- averageValue(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.vertex.PageRank
- averageValue(Graph<U>) - Method in interface es.uam.eps.ir.relison.sna.metrics.VertexMetric
-
Computes the average value of the metric in the graph.
- averageValue(Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.communities.indiv.CommunityDegree
- averageValue(Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.communities.indiv.Size
- averageValue(Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.communities.indiv.Volume
- averageValue(Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.complementary.ComplementaryIndividualCommunityMetric
- averageValue(Graph<U>, Communities<U>) - Method in interface es.uam.eps.ir.relison.sna.metrics.IndividualCommunityMetric
-
Computes the average value of the metric in the graph.
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.complementary.ComplementaryPairMetric
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.complementary.pair.ComplementaryNeighbourOverlap
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.pair.Distance
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.pair.EdgeBetweenness
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.pair.ReciprocalShortestPathLength
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.pair.ShrinkingASL
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.pair.ShrinkingASLNeighbors
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.pair.ShrinkingDiameter
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.ShrinkingDiameterNeighbors
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.AbstractPairMetric
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.DistanceWithoutLink
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.ExpandedNeighborCountedOverlap
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.ExpandedNeighborOverlap
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.NeighbourOverlap
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.PreferentialAttachment
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.ReciprocityRate
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.WeightedNeighborLogOverlap
- averageValue(Graph<U>, Stream<Pair<U>>, int) - Method in interface es.uam.eps.ir.relison.sna.metrics.PairMetric
-
Computes the average value of a certain group of pairs.
- averageValue(Graph<U>, Stream<U>) - Method in interface es.uam.eps.ir.relison.sna.metrics.VertexMetric
-
Computes the average value of the metric for a set of users.
- averageValue(Graph<V>) - Method in class es.uam.eps.ir.relison.sna.metrics.complementary.pair.ComplementaryEmbededness
- averageValue(Graph<V>, Stream<Pair<V>>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.complementary.pair.ComplementaryEmbededness
- averageValueOnlyLinks(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.complementary.ComplementaryPairMetric
- averageValueOnlyLinks(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.pair.EdgeBetweenness
- averageValueOnlyLinks(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.AbstractPairMetric
- averageValueOnlyLinks(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.ExpandedNeighborCountedOverlap
- averageValueOnlyLinks(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.ExpandedNeighborOverlap
- averageValueOnlyLinks(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.NeighbourOverlap
- averageValueOnlyLinks(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.PreferentialAttachment
- averageValueOnlyLinks(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.ReciprocityRate
- averageValueOnlyLinks(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.pair.WeightedNeighborLogOverlap
- averageValueOnlyLinks(Graph<U>) - Method in interface es.uam.eps.ir.relison.sna.metrics.PairMetric
-
Computes the average value of the metric, restricted to the set of links in the network.
- AverageWeaknessRerankerGridSearch<U> - Class in es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.edge
-
Grid search for a reranker that optimizes the average weakness of the graph.
- AverageWeaknessRerankerGridSearch() - Constructor for class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.edge.AverageWeaknessRerankerGridSearch
- AVGEMBEDDEDNESS - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerIdentifiers
-
Identifier for the swap reranker promoting average embeddedness.
- avgSize - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.BM25Similarity
-
Average neighborhood size.
- avgSize - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.BM25
-
Average size of the neighborhood of the candidate nodes.
- avgSize - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.PivotedNormalizationVSM
-
Average length of the candidate users.
- avgSize - Variable in class es.uam.eps.ir.relison.links.recommendation.updateable.ir.UpdateableBM25
-
Average size of the neighborhood of the candidate nodes.
- AVGWEAKNESS - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerIdentifiers
-
Identifier for the swap reranker promoting average weakness.
All Classes|All Packages