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

G

gain(U) - Method in class es.uam.eps.ir.relison.links.recommendation.metrics.accuracy.ContactRecommendationRelevanceModel.UserContactRecommendationRelevanceModel
 
gamma - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.QLLSimilarity
Smoothing parameter.
gamma - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.QLL
Parameter which controls the trade-off between the regularization term and the original term in the formula.
gen - Variable in class es.uam.eps.ir.relison.links.data.letor.io.LETORInstanceReader
User identifier generator.
gen - Variable in class es.uam.eps.ir.relison.links.data.ml.balance.SMOTEBalancer
A user generator.
generate() - Method in class es.uam.eps.ir.relison.graph.generator.ComplementaryGraphGenerator
 
generate() - Method in class es.uam.eps.ir.relison.graph.generator.CompleteGraphGenerator
 
generate() - Method in class es.uam.eps.ir.relison.graph.generator.EmptyGraphGenerator
 
generate() - Method in class es.uam.eps.ir.relison.graph.generator.EmptyMultiGraphGenerator
 
generate() - Method in class es.uam.eps.ir.relison.graph.generator.EmptyTreeGenerator
 
generate() - Method in class es.uam.eps.ir.relison.graph.generator.GraphCloneGenerator
 
generate() - Method in interface es.uam.eps.ir.relison.graph.generator.GraphGenerator
Generates a graph.
generate() - Method in class es.uam.eps.ir.relison.graph.generator.NoLinksGraphGenerator
 
generate() - Method in class es.uam.eps.ir.relison.graph.generator.random.BarabasiGenerator
Generates the graph.
generate() - Method in class es.uam.eps.ir.relison.graph.generator.random.ErdosGenerator
 
generate() - Method in class es.uam.eps.ir.relison.graph.generator.random.WattsStrogatzGenerator
 
generate() - Method in class es.uam.eps.ir.relison.graph.generator.SubGraphGenerator
 
generate() - Method in class es.uam.eps.ir.relison.graph.generator.TreeCloneGenerator
 
generate() - Method in class es.uam.eps.ir.relison.sna.community.graph.SimpleCommunityGraphGenerator
 
generate() - Method in interface es.uam.eps.ir.relison.utils.generator.Generator
Generates elements of the corresponding type.
generate(Graph<U>, Communities<U>) - Method in interface es.uam.eps.ir.relison.sna.community.graph.CommunityGraphGenerator
Given a graph and its community partition, generates the community graph.
generate(Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.sna.community.graph.CompleteCommunityGraphGenerator
 
generate(Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.sna.community.graph.CompleteCommunityNoSelfLoopsGraphGenerator
 
generate(Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.sna.community.graph.InterCommunityGraphGenerator
 
generateNewInstances(int, int, List<Instance<U>>, List<FeatureType>) - Method in class es.uam.eps.ir.relison.links.data.ml.balance.SMOTEBalancer
Generates new instances.
generateUnweightedIndex() - Method in class es.uam.eps.ir.relison.links.data.TerrierIndex
Generates the index and queries for a weighted graph.
generateWeightedIndex() - Method in class es.uam.eps.ir.relison.links.data.TerrierIndex
Generates the index and queries for an unweighted graph.
generator - Variable in class es.uam.eps.ir.relison.graph.generator.CompleteGraphGenerator
User generator.
generator - Variable in class es.uam.eps.ir.relison.graph.generator.NoLinksGraphGenerator
User generator.
generator - Variable in class es.uam.eps.ir.relison.graph.generator.random.BarabasiGenerator
User generator.
generator - Variable in class es.uam.eps.ir.relison.graph.generator.random.ErdosGenerator
User generator.
generator - Variable in class es.uam.eps.ir.relison.graph.generator.random.WattsStrogatzGenerator
Node generator
Generator<V> - Interface in es.uam.eps.ir.relison.utils.generator
Generates objects of a certain type.
GeneratorBadConfiguredException - Exception in es.uam.eps.ir.relison.graph.generator.exception
Exception for bad configured generators.
GeneratorBadConfiguredException(String) - Constructor for exception es.uam.eps.ir.relison.graph.generator.exception.GeneratorBadConfiguredException
Constructs a GeneratorBadConfiguredException with the given detail message.
GeneratorBadConfiguredException(String, Throwable) - Constructor for exception es.uam.eps.ir.relison.graph.generator.exception.GeneratorBadConfiguredException
Constructs a GeneratorBadConfiguredException with the given detail message and root cause.
GeneratorBadConfiguredException(Throwable) - Constructor for exception es.uam.eps.ir.relison.graph.generator.exception.GeneratorBadConfiguredException
Constructs a GeneratorBadConfiguredException with the given root cause.
GeneratorNotConfiguredException - Exception in es.uam.eps.ir.relison.graph.generator.exception
Exception for unconfigured generators.
GeneratorNotConfiguredException(String) - Constructor for exception es.uam.eps.ir.relison.graph.generator.exception.GeneratorNotConfiguredException
Constructs a GeneratorNotConfiguredException with the given detail message.
GeneratorNotConfiguredException(String, Throwable) - Constructor for exception es.uam.eps.ir.relison.graph.generator.exception.GeneratorNotConfiguredException
Constructs a GeneratorNotConfiguredException with the given detail message and root cause.
GeneratorNotConfiguredException(Throwable) - Constructor for exception es.uam.eps.ir.relison.graph.generator.exception.GeneratorNotConfiguredException
Constructs a GeneratorNotConfiguredException with the given root cause.
Generators - Class in es.uam.eps.ir.relison.utils.generator
Generator examples.
Generators() - Constructor for class es.uam.eps.ir.relison.utils.generator.Generators
 
GenericIndex<T> - Class in es.uam.eps.ir.relison.index
Bi-map-like structure to back fast version of indexes.
GenericIndex() - Constructor for class es.uam.eps.ir.relison.index.GenericIndex
Constructor.
geodesics - Variable in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
Number of minimum distance paths between two nodes.
geodesics() - Method in class es.uam.eps.ir.relison.metrics.DistanceMetricsTest
Test the number of shortest paths between two nodes.
Geodesics<U> - Class in es.uam.eps.ir.relison.sna.metrics.distance.pair
Measures the number of geodesic paths between two different nodes in the network.
Geodesics() - Constructor for class es.uam.eps.ir.relison.sna.metrics.distance.pair.Geodesics
Constructor.
Geodesics(DistanceCalculator<U>) - Constructor for class es.uam.eps.ir.relison.sna.metrics.distance.pair.Geodesics
Constructor.
GEODESICS - Static variable in class es.uam.eps.ir.relison.grid.sna.pair.PairMetricIdentifiers
Identifier for the number of geodesic paths metric.
GeodesicsGridSearch<U> - Class in es.uam.eps.ir.relison.grid.sna.pair
Grid search for the number of shortest paths between two nodes.
GeodesicsGridSearch() - Constructor for class es.uam.eps.ir.relison.grid.sna.pair.GeodesicsGridSearch
 
get() - Method in interface es.uam.eps.ir.relison.links.linkprediction.io.LinkPredictionFormat.Reader
 
get(int) - Method in class es.uam.eps.ir.relison.utils.datatypes.Vector
Obtains the i-th coordinate of the vector
get(EdgeOrientation, EdgeOrientation) - Method in class es.uam.eps.ir.relison.links.data.TerrierStructure
Obtains a pair index/queries given some orientations.
get(FastGraph<U>) - Method in interface es.uam.eps.ir.relison.links.recommendation.algorithms.RecommenderSupplier
Given a network, obtains a contact recommendation algorithm.
get(U) - Method in class es.uam.eps.ir.relison.links.recommendation.metrics.accuracy.ContactRecommendationRelevanceModel
 
getAdjacencyMatrix(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getAdjacencyMatrix(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.fast.FastDirectedUnweightedGraph
 
getAdjacencyMatrix(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.fast.FastDirectedWeightedGraph
 
getAdjacencyMatrix(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.fast.FastUndirectedUnweightedGraph
 
getAdjacencyMatrix(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.fast.FastUndirectedWeightedGraph
 
getAdjacencyMatrix(EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.Graph
Gets the adjacency matrix.
getAdjacencyMatrix(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.jung.DirectedJungGraph
 
getAdjacencyMatrix(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.jung.UndirectedJungGraph
 
getAdjacencyMatrix(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastDirectedUnweightedMultiGraph
 
getAdjacencyMatrix(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastDirectedWeightedMultiGraph
 
getAdjacencyMatrix(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastUndirectedUnweightedMultiGraph
 
getAdjacencyMatrix(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastUndirectedWeightedMultiGraph
 
getAdjacencyMatrix(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastUnweightedTree
 
getAdjacencyMatrix(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastWeightedTree
 
getAdjacencyMatrixMap() - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getAdjacencyMatrixMap() - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getAdjacencyMatrixMap() - Method in interface es.uam.eps.ir.relison.graph.Graph
For an adjacency matrix, obtains the mapping between indexes and nodes.
getAdjacencyMatrixMap() - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getAdjacencyMatrixMap() - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getAdjacencyMatrixMap() - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastTree
 
getAdjacencyMatrixMTJ(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastUndirectedWeightedMultiGraph
Builds the matrix for the MTJ framework.
getAdjacentCount(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the number of adjacent nodes.
getAdjacentCount(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastEdges
 
getAdjacentCount(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UndirectedEdges
 
getAdjacentCount(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastMultiEdges
 
getAdjacentCount(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the number of adjacent edges to a node
getAdjacentEdgesCount(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getAdjacentEdgesCount(U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getAdjacentEdgesCount(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getAdjacentEdgesCount(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getAdjacentEdgesCount(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Calculates the number of adjacent edges of a node (not necessarily equal to the out-degree).
getAdjacentEdgesCount(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
Calculates the number of adjacent neighbours of a node.
getAdjacentMutualNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getAdjacentMutualNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getAdjacentMutualNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastDirectedUnweightedMultiGraph
 
getAdjacentMutualNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastDirectedWeightedMultiGraph
 
getAdjacentMutualNodesTypes(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getAdjacentMutualNodesTypes(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, finds the types of the edges towards the nodes u such that the edge (node to u) and the edge (u to node) are in the graph.
getAdjacentMutualNodesTypes(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
Given a node, finds the types of the edges towards the nodes u such that the edge (node to u) and the edge (u to node) are in the graph.
getAdjacentMutualNodesWeights(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getAdjacentMutualNodesWeights(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastDirectedWeightedMultiGraph
 
getAdjacentMutualNodesWeights(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastUndirectedWeightedMultiGraph
 
getAdjacentMutualNodesWeights(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getAdjacentMutualNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, finds the weights of the edges towards the nodes u such that the edge (node to u) and the edge (u to node) are in the graph.
getAdjacentMutualNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.UnweightedGraph
Given a node, finds all the nodes u so that either (node to u) or (u to node) are in the graph.
getAdjacentNodes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the outgoing neighbourhood of a node.
getAdjacentNodes(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedUnweightedEdges
 
getAdjacentNodes(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedWeightedEdges
 
getAdjacentNodes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UndirectedEdges
 
getAdjacentNodes(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedUnweightedMultiEdges
 
getAdjacentNodes(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedWeightedMultiEdges
 
getAdjacentNodes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the outgoing neighbourhood of a node.
getAdjacentNodes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.UndirectedMultiEdges
 
getAdjacentNodes(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getAdjacentNodes(U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getAdjacentNodes(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getAdjacentNodes(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getAdjacentNodes(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, finds all the nodes u such that the edge (node to u) is in the graph.
getAdjacentNodes(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
Given a node, finds all the nodes u such that the edge (node to u) is in the graph.
getAdjacentNodesCount(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Calculates the number of adjacent edges of a node (not necessarily equal to the out-degree).
getAdjacentNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getAdjacentNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getAdjacentNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getAdjacentNodesTypes(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getAdjacentNodesTypes(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, finds the types of the edges towards the nodes u such that the edge (node to u) is in the graph.
getAdjacentNodesTypes(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedMultiGraph
 
getAdjacentNodesTypes(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
 
getAdjacentNodesTypesLists(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getAdjacentNodesTypesLists(U) - Method in interface es.uam.eps.ir.relison.graph.multigraph.MultiGraph
Gets the different weights for the edges of the adjacent nodes.
getAdjacentNodesTypesLists(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedMultiGraph
 
getAdjacentNodesWeights(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getAdjacentNodesWeights(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getAdjacentNodesWeights(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getAdjacentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, finds the weights of the edges towards the nodes u such that the edge (node to u) is in the graph.
getAdjacentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedUnweightedMultiGraph
 
getAdjacentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedWeightedMultiGraph
 
getAdjacentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
Given a node, finds all the nodes u such that the edge (node to u) is in the graph.
getAdjacentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedUnweightedGraph
 
getAdjacentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedWeightedGraph
 
getAdjacentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.UnweightedGraph
Given a node, finds all the nodes u such that the edge (node to u) is in the graph.
getAdjacentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.WeightedGraph
Given a node, finds all the nodes u such that the edge (node to u) is in the graph.
getAdjacentNodesWeightsLists(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getAdjacentNodesWeightsLists(U) - Method in interface es.uam.eps.ir.relison.graph.multigraph.MultiGraph
Gets the different weights for the edges of the adjacent nodes.
getAdjacentNodesWeightsLists(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedUnweightedMultiGraph
 
getAdjacentNodesWeightsLists(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedWeightedMultiGraph
 
getAdjacentNodesWeightsLists(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UnweightedMultiGraph
Gets the different weights for the edges of the adjacent nodes.
getAdjacentNodesWeightsLists(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.WeightedMultiGraph
Gets the different weights for the edges of the adjacent nodes.
getAdjacentTypes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the types of the adjacent edges of a node.
getAdjacentTypes(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedUnweightedEdges
 
getAdjacentTypes(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedWeightedEdges
 
getAdjacentTypes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UndirectedEdges
 
getAdjacentTypes(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedUnweightedMultiEdges
 
getAdjacentTypes(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedWeightedMultiEdges
 
getAdjacentTypes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the types of the adjacent edges of a node.
getAdjacentTypes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.UndirectedMultiEdges
 
getAdjacentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the weights of the adjacent edges of a node.
getAdjacentWeights(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedWeightedEdges
 
getAdjacentWeights(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedUnweightedEdges
 
getAdjacentWeights(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedWeightedEdges
 
getAdjacentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UndirectedEdges
 
getAdjacentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UnweightedEdges
 
getAdjacentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.WeightedEdges
Given a node, finds all the weights of edges u such that the edge (node to u) is in the graph.
getAdjacentWeights(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedWeightedMultiEdges
 
getAdjacentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the weights of the adjacent edges of a node.
getAdjacentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.UnweightedMultiEdges
 
getAdjacentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.WeightedMultiEdges
Given a node, finds all the weights of edges u such that the edge (node to u) is in the graph.
getAlgorithms() - Method in class es.uam.eps.ir.relison.grid.community.CommunityDetectionConfigurationsReader
Gets the set of community detection algorithms previously read from the YAML file.
getAlgorithms() - Method in class es.uam.eps.ir.relison.grid.community.CommunityDetectionGridReader
Gets the set of community detection algorithms previously read from the YAML file.
getAlgorithms() - Method in class es.uam.eps.ir.relison.grid.community.CommunityDetectionParametersReader
Gets the set of community detection algorithms previously read from the YAML file.
getAlgorithms() - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmConfigurationsReader
Once the configurations have been read, it obtains the set of algorithms which have been read from the file.
getAlgorithms() - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmGridReader
Gets the set of algorithms previously read.
getAlgorithms() - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmParametersReader
Gets the set of algorithms previously read.
getAll() - Method in class es.uam.eps.ir.relison.diffusion.selections.Selection
Returns the concatenated information of all lists.
getAllFeatures() - Method in interface es.uam.eps.ir.relison.links.data.updateable.index.fast.FastUpdateableFeatureIndex
 
getAllFeatures() - Method in class es.uam.eps.ir.relison.links.recommendation.features.CommunityFeatureData
 
getAllFeatures() - Method in class es.uam.eps.ir.relison.links.recommendation.features.IndexFeatureData
 
getAllFeatureValues(String) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Gets all possible values for a certain parameter.
getAllFirst() - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedPairwiseRelation
 
getAllFirst() - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedRelation
 
getAllFirst() - Method in class es.uam.eps.ir.relison.index.fast.FastWeightedRelation
 
getAllFirst() - Method in interface es.uam.eps.ir.relison.index.Relation
Gets all the elements of the first type.
getAllIidx() - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getAllInformation() - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
 
getAllInformation() - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets all the information that the user has received during the simulations
getAllInformation(int) - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
 
getAllInformation(int) - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets an individual piece of the set of all previously received information
getAllInformationIds() - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets all the information that the user has received along time
getAllInformationPieces() - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtain all information pieces.
getAllInstances() - Method in class es.uam.eps.ir.relison.links.data.letor.InstanceSet
Obtain the whole set of instances.
getAllInstancesWithDest(U) - Method in class es.uam.eps.ir.relison.links.data.letor.InstanceSet
Obtain the set of instances for a user (as edge destination).
getAllInstancesWithOrigin(U) - Method in class es.uam.eps.ir.relison.links.data.letor.InstanceSet
Obtain the set of instances for a user (as edge origin).
getAllItems() - Method in interface es.uam.eps.ir.relison.links.data.GraphIndex
 
getAllItems() - Method in class es.uam.eps.ir.relison.links.data.updateable.index.fast.FastUpdateableGraphIndex
 
getAllItems() - Method in interface es.uam.eps.ir.relison.links.data.updateable.index.fast.FastUpdateableItemIndex
 
getAllItems() - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getAllItems() - Method in class es.uam.eps.ir.relison.links.recommendation.features.CommunityFeatureData
 
getAllItems() - Method in class es.uam.eps.ir.relison.links.recommendation.features.IndexFeatureData
 
getAllNodes() - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getAllNodes() - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getAllNodes() - Method in interface es.uam.eps.ir.relison.graph.Graph
Gets all the nodes in the graph.
getAllNodes() - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getAllNodes() - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getAllNodesIds() - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getAllNodesIds() - Method in interface es.uam.eps.ir.relison.graph.fast.FastGraph
Obtains the identifiers of all the nodes in the network.
getAllNodesIds() - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getAllObjects() - Method in class es.uam.eps.ir.relison.index.fast.FastIndex
 
getAllObjects() - Method in interface es.uam.eps.ir.relison.index.Index
A stream of all the objects in the index.
getAllObjectsIds() - Method in class es.uam.eps.ir.relison.index.fast.FastIndex
 
getAllObjectsIds() - Method in interface es.uam.eps.ir.relison.index.Index
A stream of all ids.
getAllSecond() - Method in interface es.uam.eps.ir.relison.index.AutoRelation
Gets all the elements of the second type.
getAllSecond() - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedPairwiseRelation
 
getAllSecond() - Method in class es.uam.eps.ir.relison.index.fast.FastWeightedPairwiseRelation
 
getAllSecond() - Method in interface es.uam.eps.ir.relison.index.Relation
Gets all the elements of the second type.
getAllTerms() - Method in interface es.uam.eps.ir.relison.content.index.Index
Obtains the set of all terms in the index dictionary.
getAllTerms() - Method in class es.uam.eps.ir.relison.content.index.individual.WrapperIndividualContentIndex
 
getAllTerms() - Method in class es.uam.eps.ir.relison.content.index.individual.WrapperIndividualForwardContentIndex
 
getAllTerms() - Method in class es.uam.eps.ir.relison.content.index.lucene.LuceneIndex
 
getAllUidx() - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getAllUsers() - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtain all users.
getAllUsers() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimulationState
Gets the state of all users.
getAllUsers() - Method in class es.uam.eps.ir.relison.links.data.FastGraphIndex
 
getAllUsers() - Method in class es.uam.eps.ir.relison.links.data.updateable.index.fast.FastUpdateableGraphIndex
 
getAllUsers() - Method in interface es.uam.eps.ir.relison.links.data.updateable.index.fast.FastUpdateableUserIndex
 
getAllUsers() - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getASL() - Method in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
 
getASL() - Method in interface es.uam.eps.ir.relison.sna.metrics.distance.DistanceCalculator
Obtains the average shortest path length, averaged over all the finite distance paths.
getASL() - Method in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
 
getAttributeName(int) - Method in class es.uam.eps.ir.relison.links.data.ml.features.Features
Get the name of the attribute
getAttributeType(int) - Method in class es.uam.eps.ir.relison.links.data.ml.features.Features
Get the attribute type.
getAttributeValue(int, int) - Method in class es.uam.eps.ir.relison.links.data.ml.features.Features
Get the values of an attribute.
getAttributeValues(int) - Method in class es.uam.eps.ir.relison.links.data.ml.features.Features
Get the values of an attribute.
getBasePerm(int) - Static method in class es.uam.eps.ir.relison.links.recommendation.reranking.global.local.LocalGreedyReranker
Gets the base permutation (the i-th element remains at the i-th position)
getBasePerm(int) - Static method in class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.SwapGreedyReranker
Obtains the base permutation of size n.
getBooleanValue(String) - Method in class es.uam.eps.ir.relison.grid.Parameters
Gets the boolean values for a single parameter.
getBooleanValues() - Method in class es.uam.eps.ir.relison.grid.Grid
Obtains the boolean values for the different parameters.
getBooleanValues() - Method in class es.uam.eps.ir.relison.grid.Parameters
Get the boolean values for different parameters.
getBooleanValues(String) - Method in class es.uam.eps.ir.relison.grid.Grid
Gets the boolean values for a single parameter.
getCategory() - Method in class es.uam.eps.ir.relison.links.data.letor.Instance
Gets the class of the pattern.
getChildren(U) - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastTree
 
getChildren(U) - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
Obtains the direct children of a node.
getChildrenCount(U) - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastTree
 
getChildrenCount(U) - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
Gets the number of children of a node.
getChildrenWeights(U) - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastTree
 
getChildrenWeights(U) - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
Obtains the weights of the children of a node.
getCircleOfTrust(U) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.twitter.TwitterRecommender
Computes the circle of trust for a single user.
getClasses() - Method in class es.uam.eps.ir.relison.links.data.letor.InstanceSet
Obtains the set of classes.
getClassValue(int) - Method in class es.uam.eps.ir.relison.links.data.ml.features.Features
Get the values of the class attribute.
getClassValues() - Method in class es.uam.eps.ir.relison.links.data.ml.features.Features
Get the values of the class attribute.
getCOLTMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.GlobalMatrixBasedRecommender
Obtains the matrix using the COLT library.
getCOLTMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.GlobalLHNIndex
 
getCOLTMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.Katz
Obtains the matrix for the recommendation
getCOLTMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.LocalPathIndex
 
getCOLTMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.MatrixForest
 
getCOLTMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.PseudoInverseCosine
 
getCOLTMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.GlobalMatrixBasedRecommender
 
getCOLTMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.MatrixBasedRecommender
Obtains the matrix that provides the ratings given the target user, using the COLT library.
getCOLTMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.AbstractHittingTime
 
getCOLTScores(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.vertex.EigenvectorCentrality
 
getCOLTScores(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.vertex.KatzCentrality
 
getCOLTScores(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.vertex.MatrixBasedVertexMetric
Obtains the values of the metric for the different users using the COLT library.
getCOLTTransitionMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.AbstractHittingTime
Obtains the transition matrix, for its use with the COLT library.
getCOLTTransitionMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PageRankHittingTime
 
getCOLTTransitionMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PersonalizedPageRankHittingTime
 
getCommunities() - Method in class es.uam.eps.ir.relison.sna.community.Communities
Obtains the different communities of the graph.
getCommunitiesByNumber() - Method in class es.uam.eps.ir.relison.sna.community.Dendogram
Gets all possible community partitions by number.
getCommunitiesByNumber(int) - Method in class es.uam.eps.ir.relison.sna.community.Dendogram
Obtains a community partition, containing, at most, a given number of communities.
getCommunitiesByNumberIndividualTest() - Method in class es.uam.eps.ir.relison.community.DendogramTest
Checks the method that gets a single community division given the number of communities we want to retrieve.
getCommunitiesByNumberTest() - Method in class es.uam.eps.ir.relison.community.DendogramTest
Checks the method that gets all possible community divisions attending to the number of communities.
getCommunitiesBySize() - Method in class es.uam.eps.ir.relison.sna.community.Dendogram
Obtains all the possible community partitions, given the size of the communities.
getCommunitiesBySize(int) - Method in class es.uam.eps.ir.relison.sna.community.Dendogram
Obtains a community partition, trying to provide communities with a given size.
getCommunitiesBySize(int, int) - Method in class es.uam.eps.ir.relison.sna.community.Dendogram
Auxiliary recursive method.
getCommunitiesBySizeIndividualTest() - Method in class es.uam.eps.ir.relison.community.DendogramTest
 
getCommunitiesBySizeTest() - Method in class es.uam.eps.ir.relison.community.DendogramTest
Test the sizes of the communities.
getCommunity(U) - Method in class es.uam.eps.ir.relison.sna.community.Communities
Gets the community a given user belongs to.
getCommunityDetectionAlgorithm(String, Parameters) - Method in class es.uam.eps.ir.relison.grid.community.CommunityDetectionSelector
Obtains the different community detection algorithms to apply.
getCommunityDetectionAlgorithms(String, Configurations) - Method in class es.uam.eps.ir.relison.grid.community.CommunityDetectionSelector
Obtains the different community detection algorithms to apply.
getCommunityDetectionAlgorithms(String, Grid) - Method in class es.uam.eps.ir.relison.grid.community.CommunityDetectionSelector
Obtains the different community detection algorithms to apply.
getCommunitySize(int) - Method in class es.uam.eps.ir.relison.sna.community.Communities
Obtains the size of a community.
getComparator() - Method in class es.uam.eps.ir.relison.links.linkprediction.AbstractLinkPredictor
Obtains the comparator for ordering the nodes.
getConfiguration(int) - Method in class es.uam.eps.ir.relison.grid.Configurations
Obtains the parameters for a single configuration of the algorithm, metric, etc.
getConfigurations() - Method in class es.uam.eps.ir.relison.grid.Configurations
Obtains the configurations for the different algorithms.
getConfigurations() - Method in class es.uam.eps.ir.relison.grid.Grid
Given the current grid, formulates the different individual configurations from those parameters:
getConfigurations(String) - Method in class es.uam.eps.ir.relison.grid.community.CommunityDetectionConfigurationsReader
Gets the parameter configurations for the given algorithm.
getConfigurations(String) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricConfigurationsReader
Gets the different configurations for a single metric.
getConfigurations(String) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmConfigurationsReader
Gets the different configurations for a single algorithm.
getConfigurations(String) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.RecommMetricConfigurationsReader
Gets the different configurations for a single metric.
getConfigurations(String) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerConfigurationsReader
Gets the different configurations for a single algorithm.
getConfigurations(String, String) - Method in class es.uam.eps.ir.relison.grid.sna.MetricConfigurationsReader
Once the metrics have been read, it obtains the grid for a single one.
getConfigurator(String) - Method in class es.uam.eps.ir.relison.grid.community.CommunityDetectionSelector
Obtains a community configurator.
getConfigurator(String, Parser<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.IndividualSamplingAlgorithmGridSelector
Obtains a configurator for an individual sampling algorithm.
getContent() - Method in class es.uam.eps.ir.relison.content.Content
Gets the text representation of the content.
getContent(int) - Method in class es.uam.eps.ir.relison.content.index.AbstractIndex
 
getContent(int) - Method in interface es.uam.eps.ir.relison.content.index.DocumentMap
Obtains the user corresponding to an identifier.
getContentId() - Method in class es.uam.eps.ir.relison.content.Content
Gets the identifier of the content
getContentId() - Method in class es.uam.eps.ir.relison.content.TermData
Gets the content identifier.
getContentId(C) - Method in class es.uam.eps.ir.relison.content.index.AbstractIndex
 
getContentId(C) - Method in interface es.uam.eps.ir.relison.content.index.DocumentMap
Obtains the identifier of a content in the index.
getContents(U) - Method in class es.uam.eps.ir.relison.content.index.individual.AbstractIndividualContentIndex
 
getContents(U) - Method in interface es.uam.eps.ir.relison.content.index.individual.IndividualContentIndex
Given a user identifier, obtains the list of contents published by the user.
getContentVector(int) - Method in interface es.uam.eps.ir.relison.content.index.ForwardIndex
Obtains a user vector.
getContentVector(int) - Method in class es.uam.eps.ir.relison.content.index.individual.WrapperIndividualForwardContentIndex
 
getContentVector(int) - Method in class es.uam.eps.ir.relison.content.index.lucene.LuceneForwardIndex
 
getCoreIndex() - Method in class es.uam.eps.ir.relison.content.index.AbstractIndexBuilder
Obtains the generated index.
getCoreIndex() - Method in class es.uam.eps.ir.relison.content.index.individual.WrapperIndividualContentIndexBuilder
 
getCoreIndex() - Method in class es.uam.eps.ir.relison.content.index.lucene.LuceneBuilder
 
getCoreIndividualIndex() - Method in class es.uam.eps.ir.relison.content.index.individual.AbstractIndividualContentIndexBuilder
Obtains the generated index.
getCoreIndividualIndex() - Method in class es.uam.eps.ir.relison.content.index.individual.WrapperIndividualContentIndexBuilder
 
getCount(double) - Method in class es.uam.eps.ir.relison.links.data.letor.NominalStats
Obtains the number of elements for some nominal value.
getCount(int) - Method in class es.uam.eps.ir.relison.links.data.letor.NominalStats
Obtains the number of times that the i-th nominal value has appeared in the collection.
getCreator() - Method in class es.uam.eps.ir.relison.content.TermData
Gets the creator.
getCreators() - Method in class es.uam.eps.ir.relison.diffusion.data.PropagatedInformation
Obtains the list of propagators.
getCreators(I) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains the creators of a single information piece.
getCustomProtocols() - Method in class es.uam.eps.ir.relison.grid.diffusion.SimulationParameterReader
Obtains the set of custom protocols previously read.
getCValue() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.DFReeKLIMSimilarity
 
getCValue() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.DFReeSimilarity
 
getCValue() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.DLHSimilarity
 
getCValue() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.DPHSimilarity
 
getCValue() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.PL2Similarity
 
getCValue() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.TerrierIRSimilarity
Obtains the name of the c value for the model.
getCValue() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.DFRee
 
getCValue() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.DFReeKLIM
 
getCValue() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.DLH
 
getCValue() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.DPH
 
getCValue() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.PL2
 
getCValue() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.TerrierRecommender
Obtains the name of the c value for the model.
getData() - Method in class es.uam.eps.ir.relison.diffusion.simulation.Simulation
Obtains the data for the simulation.
getDefaultValue() - Static method in class es.uam.eps.ir.relison.graph.edges.EdgeType
Default valid type value.
getDefaultValue() - Static method in class es.uam.eps.ir.relison.graph.edges.EdgeWeight
Default valid type value.
getDefaultValue() - Static method in class es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdgeTypes
Default valid type value.
getDefaultValue() - Static method in class es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdgeWeights
Gets the default value for a weight.
getDefaultValue(int) - Static method in class es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdgeTypes
Obtains the default value for the types of a multi-edge
getDefaultValue(int) - Static method in class es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdgeWeights
Default valid type value.
getDenom(Graph<U>, Communities<U>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.communities.graph.gini.degree.sizenormalized.SizeNormalizedCommunityDegreeGini
Obtains the denominator for a certain community.
getDenom(Graph<U>, Communities<U>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.communities.graph.gini.degree.sizenormalized.SizeNormalizedCompleteCommunityDegreeGini
 
getDenom(Graph<U>, Communities<U>, int) - Method in class es.uam.eps.ir.relison.sna.metrics.communities.graph.gini.degree.sizenormalized.SizeNormalizedInterCommunityDegreeGini
 
getDescendants(U) - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastUnweightedTree
 
getDescendants(U) - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastWeightedTree
 
getDescendants(U) - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
Obtains the subtree formed by the user and its descendants.
getDest() - Method in class es.uam.eps.ir.relison.links.data.letor.Instance
Get the destination node.
getDestUsers() - Method in class es.uam.eps.ir.relison.links.data.letor.InstanceSet
Obtains the users with incident links in the set.
getDiscardedInformation() - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
 
getDiscardedInformation() - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets all the information previously discarded by this user.
getDiscardedInformation(int) - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
 
getDiscardedInformation(int) - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets an individual piece of discarded information.
getDiscardedInformation(U) - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the set of information pieces that a given user has discarded during this iteration.
getDiscardedInformation(U) - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getDiscardedInformationIds() - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets all the information previously discarded by this user.
getDiscardingUsers() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the set of users which have discarded, at least, one information piece during this iteration.
getDiscardingUsers() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getDistances() - Method in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
 
getDistances() - Method in interface es.uam.eps.ir.relison.sna.metrics.distance.DistanceCalculator
Returns all the distances between different pairs.
getDistances() - Method in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
 
getDistances(U, U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
 
getDistances(U, U) - Method in interface es.uam.eps.ir.relison.sna.metrics.distance.DistanceCalculator
Returns the distance between two nodes.
getDistances(U, U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
 
getDistancesFrom(U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
 
getDistancesFrom(U) - Method in interface es.uam.eps.ir.relison.sna.metrics.distance.DistanceCalculator
Return the distances between a node and the rest of nodes in the network.
getDistancesFrom(U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
 
getDistancesTo(U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
 
getDistancesTo(U) - Method in interface es.uam.eps.ir.relison.sna.metrics.distance.DistanceCalculator
Returns the distance between the network and an specific node.
getDistancesTo(U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
 
getDistributionParameters(String) - Method in class es.uam.eps.ir.relison.grid.diffusion.SimulationMetricsParameterReader
Obtains the set of parameters for a single distribution.
getDistributions() - Method in class es.uam.eps.ir.relison.grid.diffusion.SimulationMetricsParameterReader
Obtains the list of metrics.
getDocFreq(String) - Method in interface es.uam.eps.ir.relison.content.index.Index
Obtains the number of documents containing the term.
getDocFreq(String) - Method in class es.uam.eps.ir.relison.content.index.individual.WrapperIndividualContentIndex
 
getDocFreq(String) - Method in class es.uam.eps.ir.relison.content.index.individual.WrapperIndividualForwardContentIndex
 
getDocFreq(String) - Method in class es.uam.eps.ir.relison.content.index.lucene.LuceneIndex
 
getDocID() - Method in class es.uam.eps.ir.relison.content.index.structure.Posting
Obtains the document identifier.
getDocumentOrientation() - Method in class es.uam.eps.ir.relison.links.data.TerrierIndex
Obtains the orientation for the "document" users.
getDoubleValue(String) - Method in class es.uam.eps.ir.relison.grid.Parameters
Gets a double values for a single parameter.
getDoubleValues() - Method in class es.uam.eps.ir.relison.grid.Grid
Obtains the double values for the different parameters.
getDoubleValues() - Method in class es.uam.eps.ir.relison.grid.Parameters
Get the double values for different parameters.
getDoubleValues(String) - Method in class es.uam.eps.ir.relison.grid.Grid
Gets the double values for a single parameter.
getEdgeBetweenness() - Method in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
 
getEdgeBetweenness() - Method in interface es.uam.eps.ir.relison.sna.metrics.distance.DistanceCalculator
Gets all the values of the edge betweenness.
getEdgeBetweenness() - Method in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
 
getEdgeBetweenness(U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
 
getEdgeBetweenness(U) - Method in interface es.uam.eps.ir.relison.sna.metrics.distance.DistanceCalculator
Returns the edge betweenness of all the adjacent edges to a given node.
getEdgeBetweenness(U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
 
getEdgeBetweenness(U, U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
 
getEdgeBetweenness(U, U) - Method in interface es.uam.eps.ir.relison.sna.metrics.distance.DistanceCalculator
Returns the edge betweenness of a single edge.
getEdgeBetweenness(U, U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
 
getEdgeCount() - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getEdgeCount() - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getEdgeCount() - Method in interface es.uam.eps.ir.relison.graph.Graph
Measures the number of edges in the network.
getEdgeCount() - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getEdgeCount() - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getEdgeType(int, int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the type of an edge.
getEdgeType(int, int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastEdges
 
getEdgeType(U, U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getEdgeType(U, U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getEdgeType(U, U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getEdgeType(V, V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getEdgeType(V, V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Obtains the type of an edge in the graph
getEdgeTypes(int, int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastMultiEdges
 
getEdgeTypes(int, int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the type of an edge.
getEdgeTypes(int, int) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getEdgeTypes(int, int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.fast.FastMultiGraph
Obtains the list of types of the edges between a pair of vertices.
getEdgeTypes(U, U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getEdgeTypes(U, U) - Method in interface es.uam.eps.ir.relison.graph.multigraph.MultiGraph
Gets the weights of the different edges between two nodes, A and B.
getEdgeWeight(int, int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the weight of an edge.
getEdgeWeight(int, int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastEdges
 
getEdgeWeight(int, int) - Method in interface es.uam.eps.ir.relison.graph.edges.UnweightedEdges
 
getEdgeWeight(int, int) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getEdgeWeight(int, int) - Method in interface es.uam.eps.ir.relison.graph.fast.FastGraph
Obtains the weight of an edge, given the identifiers of the involved nodes.
getEdgeWeight(int, int) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getEdgeWeight(U, U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getEdgeWeight(U, U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getEdgeWeight(V, V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getEdgeWeight(V, V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Obtains the weight of an edge in the graph
getEdgeWeight(V, V) - Method in interface es.uam.eps.ir.relison.graph.UnweightedGraph
 
getEdgeWeights(int, int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastMultiEdges
 
getEdgeWeights(int, int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the weight of an edge.
getEdgeWeights(int, int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.UnweightedMultiEdges
 
getEdgeWeights(int, int) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getEdgeWeights(int, int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.fast.FastMultiGraph
Obtains the list of weights of the edges between a pair of vertices.
getEdgeWeights(U, U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getEdgeWeights(U, U) - Method in interface es.uam.eps.ir.relison.graph.multigraph.MultiGraph
Gets the weights of the different edges between two nodes, A and B.
getEdgeWeights(V, V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UnweightedMultiGraph
 
getErrorType() - Static method in class es.uam.eps.ir.relison.graph.edges.EdgeType
Default value for the error type.
getErrorType() - Static method in class es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdgeTypes
Default value for the error type.
getErrorType() - Static method in class es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdgeWeights
Default value for the error type.
getErrorValue() - Static method in class es.uam.eps.ir.relison.graph.edges.EdgeWeight
Default value for the error type.
getExpiration() - Method in class es.uam.eps.ir.relison.diffusion.protocols.Protocol
Obtains the expiration mechanism.
getExpiration() - Method in class es.uam.eps.ir.relison.grid.diffusion.protocol.ProtocolParameterReader
Obtains the parameters for the expiration mechanism.
getFeatInfo() - Method in class es.uam.eps.ir.relison.links.data.letor.InstanceSet
Returns an object containing information about the parameters.
getFeature() - Method in class es.uam.eps.ir.relison.diffusion.metrics.features.AbstractFeatureGlobalSimulationMetric
Obtains the name of the feature we are using.
getFeatureDescription(int) - Method in class es.uam.eps.ir.relison.links.data.letor.FeatureInformation
Obtains the description of a single feature.
getFeatureDescriptions() - Method in class es.uam.eps.ir.relison.links.data.letor.FeatureInformation
Obtains the descriptions of the different features.
getFeatureIndex(String) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Returns an index for a given parameter.
getFeatureItems(Integer) - Method in class es.uam.eps.ir.relison.links.recommendation.features.CommunityFeatureData
 
getFeatureItems(String) - Method in class es.uam.eps.ir.relison.links.recommendation.features.IndexFeatureData
 
getFeatures() - Method in interface es.uam.eps.ir.relison.links.data.ml.io.PatternReader
Gets the features.
getFeatures() - Method in class es.uam.eps.ir.relison.links.data.ml.weka.WekaInstanceReader
 
getFeatures() - Method in class es.uam.eps.ir.relison.links.data.ml.weka.WekaInstanceSet
Obtains the vector containing the attributes.
getFeaturesWithItems() - Method in class es.uam.eps.ir.relison.links.recommendation.features.CommunityFeatureData
 
getFeaturesWithItems() - Method in class es.uam.eps.ir.relison.links.recommendation.features.IndexFeatureData
 
getFeatureType(int) - Method in class es.uam.eps.ir.relison.links.data.letor.FeatureInformation
Obtains the description of a single feature.
getFeatureTypes() - Method in class es.uam.eps.ir.relison.links.data.letor.FeatureInformation
Obtains the types of the different features.
getFilter(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.filter.BasicFilterConfigurator
 
getFilter(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.filter.ContainsInformationFeatureFilterConfigurator
 
getFilter(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.filter.EmptyFeatureFilterConfigurator
 
getFilter(Parameters) - Method in interface es.uam.eps.ir.relison.grid.diffusion.filter.FilterConfigurator
Configures a data filter.
getFilter(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.filter.InformationFeatureSelectionFilterConfigurator
 
getFilter(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.filter.MinimumFrequencyInformationFeatureFilterConfigurator
 
getFilter(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.filter.NumInformationPiecesFilterConfigurator
 
getFilter(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.filter.OnlyRepropagatedPiecesFilterConfigurator
 
getFilter(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.filter.RelevantEdgesFilterConfigurator
 
getFilter(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.filter.WithCreatorFilterConfigurator
 
getFilterParameter(int) - Method in class es.uam.eps.ir.relison.grid.diffusion.SimulationMetricsParameterReader
Gets the parameters for a single filter.
getFilterParameters(int) - Method in class es.uam.eps.ir.relison.grid.diffusion.SimulationParameterReader
Gets the filter parameters for a given simulation.
getFiltersParameters() - Method in class es.uam.eps.ir.relison.grid.diffusion.SimulationMetricsParameterReader
Gets the filter parameters for a given simulation.
getFinalState(UpdateMechanism) - Method in class es.uam.eps.ir.relison.diffusion.simulation.Simulation
Finds a final state of the simulation.
getFolder() - Method in exception es.uam.eps.ir.relison.content.index.exceptions.NoIndexException
Obtains the folder which has been searched and does not contain an index.
getFreq() - Method in class es.uam.eps.ir.relison.content.index.freq.impl.ImplTermFreq
 
getFreq() - Method in class es.uam.eps.ir.relison.content.index.freq.lucene.LuceneTermFreq
 
getFreq() - Method in interface es.uam.eps.ir.relison.content.index.freq.TermFreq
Obtains the frequency.
getFreq() - Method in class es.uam.eps.ir.relison.content.index.structure.Posting
Obtains the frequency of the term in the document.
getFreq(int, int, EdgeOrientation) - Method in class es.uam.eps.ir.relison.links.recommendation.UserFastRankingRecommender
Obtains the weight of an edge.
getFreq(String) - Method in interface es.uam.eps.ir.relison.content.index.freq.FreqVector
The frequency of the term in the vector.
getFreq(String) - Method in class es.uam.eps.ir.relison.content.index.freq.impl.ImplFreqVector
 
getFreq(String) - Method in class es.uam.eps.ir.relison.content.index.freq.lucene.LuceneFreqVector
 
getFreq(String) - Method in class es.uam.eps.ir.relison.content.index.freq.lucene.LuceneFreqVectorIterator
Given a term, obtains its frequency in the current position.
getFreq(U, U, EdgeOrientation) - Method in class es.uam.eps.ir.relison.links.recommendation.UserFastRankingRecommender
Obtains the weight of an edge.
getFVAttributes() - Method in class es.uam.eps.ir.relison.links.data.ml.weka.WekaInstanceReader
Get the weka version of the attributes (the FastVector)
getGeodesics() - Method in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
 
getGeodesics() - Method in interface es.uam.eps.ir.relison.sna.metrics.distance.DistanceCalculator
Returns the number of geodesic paths between different pairs.
getGeodesics() - Method in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
 
getGeodesics(U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
 
getGeodesics(U) - Method in interface es.uam.eps.ir.relison.sna.metrics.distance.DistanceCalculator
Return the number of geodesic paths between a node and the rest of nodes in the network.
getGeodesics(U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
 
getGeodesics(U, U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
 
getGeodesics(U, U) - Method in interface es.uam.eps.ir.relison.sna.metrics.distance.DistanceCalculator
Returns the number of geodesic paths between two nodes.
getGeodesics(U, U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
 
getGraph() - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains the graph.
getGraph() - Method in class es.uam.eps.ir.relison.links.linkprediction.AbstractLinkPredictor
Obtains the graph over which we execute the link prediction algorithm
getGraph() - Method in class es.uam.eps.ir.relison.links.recommendation.UserFastRankingRecommender
Obtains the graph.
getGraphMetrics(String, Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.indiv.IndividualCommunityMetricSelector
Obtains the aggregate variants of a given individual community metric, given the parameters selected in a grid.
getGraphMetrics(String, Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.PairMetricSelector
Obtains the aggregate variants of a given pair metric, given the parameters selected in a grid.
getGraphMetrics(String, Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.VertexMetricSelector
Obtains the aggregate variants of a given vertex metric, given the parameters selected in a grid.
getGraphMetrics(String, Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.PairMetricSelector
Obtains the aggregate variants of a given pair metric, given the parameters selected in a grid.
getGraphMetrics(String, Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.VertexMetricSelector
Obtains the aggregate variants of a given vertex metric, given the parameters selected in a grid.
getGrid(String) - Method in class es.uam.eps.ir.relison.grid.community.CommunityDetectionGridReader
Gets the grid of parameters for the given algorithm.
getGrid(String) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricGridReader
Gets the grid for a given algorithm
getGrid(String) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmGridReader
Gets the grid for a given algorithm
getGrid(String) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.RecommMetricGridReader
Gets the grid for a given algorithm
getGrid(String) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerGridReader
Gets the grid for a given algorithm
getGrid(String, String) - Method in class es.uam.eps.ir.relison.grid.sna.MetricGridReader
Once the metrics have been read, it obtains the grid for a single one.
getGrid(String, String) - Method in class es.uam.eps.ir.relison.grid.sna.MetricParametersReader
Once the metrics have been read, it obtains the grid for a single one.
getGridSearch(String) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.GlobalCommunityMetricSelector
Obtains a grid search for the metric.
getGridSearch(String) - Method in class es.uam.eps.ir.relison.grid.sna.comm.indiv.IndividualCommunityMetricSelector
Obtains the grid configurator for a metric.
getGridSearch(String) - Method in class es.uam.eps.ir.relison.grid.sna.graph.GraphMetricSelector
Obtains the grid configurator for a metric.
getGridSearch(String) - Method in class es.uam.eps.ir.relison.grid.sna.pair.PairMetricSelector
Obtains the grid configurator for a metric.
getGridSearch(String) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.VertexMetricSelector
Obtains the grid configurator for a metric.
getGridValues() - Method in class es.uam.eps.ir.relison.grid.Grid
Obtains the internal grids for the different parameters.
getGridValues(String) - Method in class es.uam.eps.ir.relison.grid.Grid
Gets the internal grids for a single parameter.
getIds() - Method in class es.uam.eps.ir.relison.index.GenericIndex
Gets a stream of objects in the index
getIdsFirst(int) - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedPairwiseRelation
 
getIdsFirst(int) - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedRelation
 
getIdsFirst(int) - Method in class es.uam.eps.ir.relison.index.fast.FastWeightedRelation
 
getIdsFirst(int) - Method in interface es.uam.eps.ir.relison.index.Relation
Gets all the identifiers of items related to a second identifier.
getIdsSecond(int) - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedPairwiseRelation
 
getIdsSecond(int) - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedRelation
 
getIdsSecond(int) - Method in class es.uam.eps.ir.relison.index.fast.FastWeightedRelation
 
getIdsSecond(int) - Method in interface es.uam.eps.ir.relison.index.Relation
Gets all the identifiers of items related to a first identifier.
getIdx() - Method in class es.uam.eps.ir.relison.graph.multigraph.Weights
Gets the identifier of the weight
getIdx() - Method in class es.uam.eps.ir.relison.graph.Weight
Gets the identifier of the weight.
getIdx() - Method in class es.uam.eps.ir.relison.index.IdxValue
Gets the identifier.
getIdx(T) - Method in class es.uam.eps.ir.relison.index.GenericIndex
Gets the index of the object.
getIidxPreferences(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.GraphSimpleUpdateableFastPreferenceData
 
getIidxPreferences(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.IteratorsAbstractFastUpdateablePreferenceData
 
getIidxPreferences(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.SimpleFastUpdateablePreferenceData
 
getIidxPreferences(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getIidxUidxs(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.StreamsAbstractFastUpdateablePreferenceData
 
getIidxUidxs(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getIidxVs(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.StreamsAbstractFastUpdateablePreferenceData
 
getIidxVs(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getIidxWithPreferences() - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.GraphSimpleUpdateableFastPreferenceData
 
getIidxWithPreferences() - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.SimpleFastUpdateablePreferenceData
 
getIidxWithPreferences() - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getIncidentCount(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the number of incident nodes.
getIncidentCount(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastEdges
 
getIncidentCount(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastMultiEdges
 
getIncidentCount(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the number of incident edges to a node
getIncidentEdgesCount(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getIncidentEdgesCount(U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getIncidentEdgesCount(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getIncidentEdgesCount(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getIncidentEdgesCount(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Calculates the number of incident edges of a node (not necessarily equal to the in-degree).
getIncidentEdgesCount(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
Calculates the number of incident neighbours of a node.
getIncidentMutualNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getIncidentMutualNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getIncidentMutualNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastDirectedUnweightedMultiGraph
 
getIncidentMutualNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastDirectedWeightedMultiGraph
 
getIncidentMutualNodesTypes(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getIncidentMutualNodesTypes(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, finds the types of the edges from the nodes u such that the edge (node to u) and the edge (u to node) are in the graph.
getIncidentMutualNodesTypes(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
Given a node, finds the types of the edges from the nodes u such that the edge (node to u) and the edge (u to node) are in the graph.
getIncidentMutualNodesWeights(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getIncidentMutualNodesWeights(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastDirectedWeightedMultiGraph
 
getIncidentMutualNodesWeights(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastUndirectedWeightedMultiGraph
 
getIncidentMutualNodesWeights(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getIncidentMutualNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, finds the weights of the edges from the nodes u such that the edge (node to u) and the edge (u to node) are in the graph.
getIncidentMutualNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.UnweightedGraph
Given a node, finds all the nodes u so that either (node to u) or (u to node) are in the graph.
getIncidentNodes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the incoming neighbourhood of a node.
getIncidentNodes(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedUnweightedEdges
 
getIncidentNodes(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedWeightedEdges
 
getIncidentNodes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UndirectedEdges
 
getIncidentNodes(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedUnweightedMultiEdges
 
getIncidentNodes(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedWeightedMultiEdges
 
getIncidentNodes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the incoming neighbourhood of a node.
getIncidentNodes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.UndirectedMultiEdges
 
getIncidentNodes(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getIncidentNodes(U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getIncidentNodes(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getIncidentNodes(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getIncidentNodes(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, finds all the nodes u such that the edge (u to node) is in the graph.
getIncidentNodes(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
Given a node, finds all the nodes u such that the edge (u to node) is in the graph.
getIncidentNodesCount(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Calculates the number of incident edges of a node (not necessarily equal to the in-degree).
getIncidentNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getIncidentNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getIncidentNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getIncidentNodesTypes(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getIncidentNodesTypes(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, finds the types of the edges from the nodes u such that the edge (u to node) is in the graph.
getIncidentNodesTypes(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedMultiGraph
 
getIncidentNodesTypes(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
 
getIncidentNodesTypesLists(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getIncidentNodesTypesLists(U) - Method in interface es.uam.eps.ir.relison.graph.multigraph.MultiGraph
Gets the different weights for the edges of the incident nodes.
getIncidentNodesTypesLists(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedMultiGraph
 
getIncidentNodesWeights(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getIncidentNodesWeights(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getIncidentNodesWeights(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getIncidentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, finds the weights of the edges from the nodes u such that the edge (u to node) is in the graph.
getIncidentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedUnweightedMultiGraph
 
getIncidentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedWeightedMultiGraph
 
getIncidentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
Given a node, finds all the nodes u such that the edge (u to node) is in the graph.
getIncidentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedUnweightedGraph
 
getIncidentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedWeightedGraph
 
getIncidentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.UnweightedGraph
Given a node, finds all the nodes u such that the edge (u to node) is in the graph.
getIncidentNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.WeightedGraph
Given a node, finds all the nodes u such that the edge (u to node) is in the graph.
getIncidentNodesWeightsLists(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getIncidentNodesWeightsLists(U) - Method in interface es.uam.eps.ir.relison.graph.multigraph.MultiGraph
Gets the different weights for the edges of the incident nodes.
getIncidentNodesWeightsLists(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedUnweightedMultiGraph
 
getIncidentNodesWeightsLists(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedWeightedMultiGraph
 
getIncidentNodesWeightsLists(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UnweightedMultiGraph
Gets the different weights for the edges of the incident nodes.
getIncidentNodesWeightsLists(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.WeightedMultiGraph
Gets the different weights for the edges of the incident nodes.
getIncidentTypes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the types of the incident edges of a node.
getIncidentTypes(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedUnweightedEdges
 
getIncidentTypes(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedWeightedEdges
 
getIncidentTypes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UndirectedEdges
 
getIncidentTypes(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedUnweightedMultiEdges
 
getIncidentTypes(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedWeightedMultiEdges
 
getIncidentTypes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the types of the incident edges of a node.
getIncidentTypes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.UndirectedMultiEdges
 
getIncidentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the weights of the incident edges of a node.
getIncidentWeights(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedWeightedEdges
 
getIncidentWeights(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedUnweightedEdges
 
getIncidentWeights(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedWeightedEdges
 
getIncidentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UndirectedEdges
 
getIncidentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UnweightedEdges
 
getIncidentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.WeightedEdges
Given a node, finds all the weights of edges such that the edge (u to node) is in the graph.
getIncidentWeights(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedWeightedMultiEdges
 
getIncidentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the weights of the incident edges of a node.
getIncidentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.UnweightedMultiEdges
 
getIncidentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.WeightedMultiEdges
Given a node, finds all the weights of edges such that the edge (u to node) is in the graph.
getIndex() - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
Obtains the index for the vertices.
getIndex() - Method in interface es.uam.eps.ir.relison.graph.fast.FastGraph
Obtains the index for the vertices.
getIndex() - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getIndividualSamplingAlgorithm(String, Parameters, FastGraph<U>, FastGraph<U>, FastPreferenceData<U, U>, Parser<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.IndividualSamplingAlgorithmGridSelector
Obtains a configured individual sampling algorithm.
getIndividualSamplingAlgorithm(String, Parameters, Parser<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.IndividualSamplingAlgorithmGridSelector
Obtains a function for obtaining a configured individual sampling algorithm.
getIndividualSamplingAlgorithms() - Method in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.IndividualSamplingAlgorithmGridReader
Gets the set of algorithms previously read.
getInfiniteDistances() - Method in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
 
getInfiniteDistances() - Method in interface es.uam.eps.ir.relison.sna.metrics.distance.DistanceCalculator
Obtains the number of infinite length pairs.
getInfiniteDistances() - Method in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
 
getInfoId() - Method in class es.uam.eps.ir.relison.diffusion.data.Information
Obtains the information identifier.
getInfoPiecesFeatureNames() - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains the names of the information piece features.
getInfoPiecesFeatures(I, String) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains the features for a single information piece.
getInformation(I) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains the extended information of an information piece
getInformationPiecesIndex() - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains an index for the different information pieces.
getInformationPiecesWithFeature(String, F) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains all information pieces with a certain feature value.
getInitialNumber() - Method in class es.uam.eps.ir.relison.diffusion.simulation.Simulation
Number of the first iteration.
getInstance(U, U) - Method in class es.uam.eps.ir.relison.links.data.letor.InstanceSet
Gets an individual instance (if it exists).
getInstance(U, U) - Method in class es.uam.eps.ir.relison.links.data.ml.weka.WekaInstanceSet
Obtains an individual instance.
getInstanceIndexer() - Method in class es.uam.eps.ir.relison.links.data.ml.weka.WekaInstanceReader
Obtains the relation between the test set instances and the nodes of the network.
getInstanceMap() - Method in class es.uam.eps.ir.relison.links.data.ml.weka.WekaInstanceSet
Obtains a relationship between pairs of users and instances.
getInstances() - Method in class es.uam.eps.ir.relison.links.data.ml.weka.WekaInstanceSet
Obtains the whole set of instances.
getInstancesWithDest(U) - Method in class es.uam.eps.ir.relison.links.data.ml.weka.WekaInstanceSet
Gets the set of instances which have a user as destination of the edge.
getInstancesWithOrigin(U) - Method in class es.uam.eps.ir.relison.links.data.ml.weka.WekaInstanceSet
Gets the set of instances which have a user as origin of the edge.
getIntegerValue(String) - Method in class es.uam.eps.ir.relison.grid.Parameters
Gets the integer values for a single parameter.
getIntegerValues() - Method in class es.uam.eps.ir.relison.grid.Grid
Obtains the integer values for the different parameters.
getIntegerValues() - Method in class es.uam.eps.ir.relison.grid.Parameters
Get the integer values for different parameters.
getIntegerValues(String) - Method in class es.uam.eps.ir.relison.grid.Grid
Gets the integer values for a single parameter.
getIsolated() - Method in interface es.uam.eps.ir.relison.index.AutoRelation
Obtains the elements in an autorelation which are related to none.
getIsolated() - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedAutoRelation
 
getIsolated() - Method in class es.uam.eps.ir.relison.index.fast.FastWeightedAutoRelation
 
getIsolatedFirsts() - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedRelation
 
getIsolatedFirsts() - Method in class es.uam.eps.ir.relison.index.fast.FastWeightedRelation
 
getIsolatedFirsts() - Method in interface es.uam.eps.ir.relison.index.Relation
Get the set of elements in the first set without relations with elements.
getIsolatedNodeIds() - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getIsolatedNodeIds() - Method in interface es.uam.eps.ir.relison.graph.fast.FastGraph
Obtains the set of isolated nodes in the graph.
getIsolatedNodeIds() - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getIsolatedNodes() - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getIsolatedNodes() - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Obtains the set of nodes which do not have any neighbor.
getIsolatedNodes() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastEdges
 
getIsolatedNodes() - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getIsolatedNodes() - Method in interface es.uam.eps.ir.relison.graph.Graph
Obtains the set of nodes without edges.
getIsolatedNodes() - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getIsolatedNodes() - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastMultiEdges
 
getIsolatedNodes() - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Obtains the set of nodes which do not have any neighbor.
getIsolatedNodes() - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getIsolatedSeconds() - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedRelation
 
getIsolatedSeconds() - Method in class es.uam.eps.ir.relison.index.fast.FastWeightedRelation
 
getIsolatedSeconds() - Method in interface es.uam.eps.ir.relison.index.Relation
Get the set of elements in the second set without relations with elements.
getItemFeatures(I) - Method in class es.uam.eps.ir.relison.links.recommendation.features.IndexFeatureData
 
getItemFeatures(U) - Method in class es.uam.eps.ir.relison.links.recommendation.features.CommunityFeatureData
 
getItemMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.mf.UpdateableFactorization
Returns the whole item matrix.
getItemPreferences(U) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getItemsWithFeatures() - Method in class es.uam.eps.ir.relison.links.recommendation.features.CommunityFeatureData
 
getItemsWithFeatures() - Method in class es.uam.eps.ir.relison.links.recommendation.features.IndexFeatureData
 
getItemsWithPreferences() - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getItemVector(I) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.mf.UpdateableFactorization
Returns the row of the item matrix corresponding to the given item.
getIteration(int) - Method in class es.uam.eps.ir.relison.diffusion.data.BackupSimulation
Gets an iteration.
getIteration(int) - Method in class es.uam.eps.ir.relison.diffusion.simulation.Simulation
Gets an individual iteration in the simulation.
getIterationNumber() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the iteration number.
getIterationNumber() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getJBLASMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.GlobalMatrixBasedRecommender
Obtains the matrix using the JBLAS library.
getJBLASMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.GlobalLHNIndex
 
getJBLASMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.Katz
Obtains the matrix for the recommendation.
getJBLASMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.LocalPathIndex
 
getJBLASMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.MatrixForest
 
getJBLASMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.PseudoInverseCosine
 
getJBLASMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.GlobalMatrixBasedRecommender
 
getJBLASMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.MatrixBasedRecommender
Obtains the matrix that provides the ratings given the target user, using the JBLAS library.
getJBLASMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.AbstractHittingTime
 
getJBLASScores(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.vertex.EigenvectorCentrality
 
getJBLASScores(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.vertex.KatzCentrality
 
getJBLASScores(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.vertex.MatrixBasedVertexMetric
Obtains the values of the metric for the different users using the JBLAS library.
getJBLASTransitionMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.AbstractHittingTime
Obtains the transition matrix, for its use with the JBLAS library.
getJBLASTransitionMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PageRankHittingTime
 
getJBLASTransitionMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PersonalizedPageRankHittingTime
 
getK() - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.mf.UpdateableFactorization
Returns the dimension of the latent feature space.
getLeaves() - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastTree
 
getLeaves() - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
Obtain the leaves of the tree.
getLeaves(U) - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastTree
 
getLeaves(U) - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
Obtains the leaves of a tree that come from a certain node
getLength() - Method in class es.uam.eps.ir.relison.utils.datatypes.Vector
Obtains the length of the vector.
getLevel(int) - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastTree
 
getLevel(int) - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
Obtains all the nodes in a given level of the tree.
getLevels() - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastTree
 
getLevels() - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
Obtains all the nodes on each level.
getListParameters() - Method in class es.uam.eps.ir.relison.grid.Grid
Obtains a list of parameters
getLongValue(String) - Method in class es.uam.eps.ir.relison.grid.Parameters
Gets the long values for a single parameter.
getLongValues() - Method in class es.uam.eps.ir.relison.grid.Grid
Obtains the long values for the different parameters.
getLongValues() - Method in class es.uam.eps.ir.relison.grid.Parameters
Get the long values for different parameters.
getLongValues(String) - Method in class es.uam.eps.ir.relison.grid.Grid
Gets the long values for a single parameter.
getMaps(Map<String, List<T>>) - Static method in class es.uam.eps.ir.relison.grid.Grid
 
getMapsFromGrids(Map<String, Map<String, Grid>>) - Static method in class es.uam.eps.ir.relison.grid.Grid
 
getMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.GlobalMatrixBasedRecommender
Obtains the unique matrix for the system.
getMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.MatrixBasedRecommender
Obtains the matrix that provides the ratings given the target user.
getMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PageRankHittingTime
 
getMemoryIndex() - Method in class es.uam.eps.ir.relison.links.data.TerrierIndex
 
getMetric() - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricParametersReader
Gets the set of metrics previously read.
getMetric() - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.RecommMetricParametersReader
Gets the set of metrics previously read.
getMetricParameters(String) - Method in class es.uam.eps.ir.relison.grid.diffusion.SimulationMetricsParameterReader
Obtains the set of parameters for a single metric.
getMetrics() - Method in class es.uam.eps.ir.relison.grid.diffusion.SimulationMetricsParameterReader
Obtains the list of metrics.
getMetrics() - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricConfigurationsReader
Once the configurations have been read, it obtains the set of metrics which have been read from the file.
getMetrics() - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricGridReader
Gets the set of algorithms previously read.
getMetrics() - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.RecommMetricConfigurationsReader
Once the configurations have been read, it obtains the set of metrics which have been read from the file.
getMetrics() - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.RecommMetricGridReader
Gets the set of algorithms previously read.
getMetrics(String) - Method in class es.uam.eps.ir.relison.grid.sna.MetricConfigurationsReader
Once the metrics have been read, it obtains the set of metrics of a given type which have been retrieved from the file.
getMetrics(String) - Method in class es.uam.eps.ir.relison.grid.sna.MetricGridReader
Once the metrics have been read, it obtains the set of metrics of a given type which have been retrieved from the file.
getMetrics(String) - Method in class es.uam.eps.ir.relison.grid.sna.MetricParametersReader
Once the metrics have been read, it obtains the set of metrics of a given type which have been retrieved from the file.
getMetrics(String, Configurations) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricGridSelector
Given a list of parameter configurations, obtains the metrics.
getMetrics(String, Configurations) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.RecommMetricGridSelector
Given a list of parameter configurations, obtains the metrics.
getMetrics(String, Configurations) - Method in class es.uam.eps.ir.relison.grid.sna.pair.PairMetricSelector
Obtains the different variants of a given pair metric depending on the parameters selected in a grid.
getMetrics(String, Configurations) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.VertexMetricSelector
Obtains the different variants of a given vertex metric depending on the parameters selected in a grid.
getMetrics(String, Configurations, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricGridSelector
Given a list of configurations, obtains a set of metrics.
getMetrics(String, Configurations, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.RecommMetricGridSelector
Given a list of configurations, obtains a set of metrics.
getMetrics(String, Grid) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricGridSelector
Given a grid of parameters, obtains the metric.
getMetrics(String, Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.RecommMetricGridSelector
Given a grid of parameters, obtains the metric.
getMetrics(String, Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.GlobalCommunityMetricSelector
Obtains the different variants of a given community metric depending on the parameters selected in a grid.
getMetrics(String, Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.indiv.IndividualCommunityMetricSelector
Obtains the different variants of a given community metric depending on the parameters selected in a grid.
getMetrics(String, Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.GraphMetricSelector
Obtains the different variants of a given global graph metric depending on the parameters selected in a grid.
getMetrics(String, Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.PairMetricSelector
Obtains the different variants of a given pair metric depending on the parameters selected in a grid.
getMetrics(String, Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.VertexMetricSelector
Obtains the different variants of a given vertex metric depending on the parameters selected in a grid.
getMetrics(String, Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricGridSelector
Given a grid of parameters, obtains a set of configured metrics.
getMetrics(String, Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.RecommMetricGridSelector
Given a grid of parameters, obtains a set of configured metrics.
getMetrics(String, Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.GraphMetricSelector
Obtains the different variants of a given global graph metric depending on the parameters selected in a grid.
getMetrics(String, Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.PairMetricSelector
Obtains the different variants of a given pair metric depending on the parameters selected in a grid.
getMetrics(String, Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.VertexMetricSelector
Obtains the different variants of a given vertex metric depending on the parameters selected in a grid.
getMetrics(String, Parameters) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricGridSelector
Obtains a single metric.
getMetrics(String, Parameters) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.RecommMetricGridSelector
Obtains a single metric.
getMetrics(String, Parameters, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricGridSelector
Given a set of parameters, obtains a single metric.
getMetrics(String, Parameters, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.RecommMetricGridSelector
Given a set of parameters, obtains a single metric.
getModel() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.DFReeKLIMSimilarity
 
getModel() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.DFReeSimilarity
 
getModel() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.DLHSimilarity
 
getModel() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.DPHSimilarity
 
getModel() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.PL2Similarity
 
getModel() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.TerrierIRSimilarity
Obtains the name of the weighting model from Terrier.
getModel() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.DFRee
 
getModel() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.DFReeKLIM
 
getModel() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.DLH
 
getModel() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.DPH
 
getModel() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.PL2
 
getModel() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.TerrierRecommender
Obtains the name of the weighting model from Terrier.
getModifiedUsers(int) - Method in class es.uam.eps.ir.relison.diffusion.data.BackupSimulation
Gets a stream of the users that have received a new information piece during a given iteration.
getMTJMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.GlobalMatrixBasedRecommender
Obtains the matrix using the MTJ library.
getMTJMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.GlobalLHNIndex
 
getMTJMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.Katz
Obtains the matrix for the recommendation
getMTJMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.LocalPathIndex
 
getMTJMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.MatrixForest
 
getMTJMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.PseudoInverseCosine
 
getMTJMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.GlobalMatrixBasedRecommender
 
getMTJMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.MatrixBasedRecommender
Obtains the matrix that provides the ratings given the target user, using the MTJ library.
getMTJMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.AbstractHittingTime
 
getMTJScores(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.vertex.EigenvectorCentrality
 
getMTJScores(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.vertex.KatzCentrality
 
getMTJScores(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.vertex.MatrixBasedVertexMetric
Obtains the values of the metric for the different users using the MTJ library.
getMTJTransitionMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.AbstractHittingTime
Obtains the transition matrix, for its use with the MTJ library.
getMTJTransitionMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PageRankHittingTime
 
getMTJTransitionMatrix(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PersonalizedPageRankHittingTime
 
getMutualAdjacentTypes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.DirectedEdges
 
getMutualAdjacentTypes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the types of the adjacent edges of a node, such that there is a reciprocal.
getMutualAdjacentTypes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UndirectedEdges
 
getMutualAdjacentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.DirectedEdges
 
getMutualAdjacentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the weights of the adjacent edges of a node which are reciprocated.
getMutualAdjacentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UndirectedEdges
 
getMutualCount(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the number of nodes which are, at the same time, adjacent and incident.
getMutualCount(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastEdges
 
getMutualCount(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UndirectedEdges
 
getMutualEdgesCount(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getMutualEdgesCount(U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getMutualEdgesCount(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastDirectedUnweightedMultiGraph
 
getMutualEdgesCount(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastDirectedWeightedMultiGraph
 
getMutualEdgesCount(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getMutualEdgesCount(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Calculates the total number of adjacent edges of a node such that there is an incident reciprocal link towards the node.
getMutualEdgesCount(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
Calculates the total number of adjacent edges of a node such that there is an incident reciprocal link towards the node.
getMutualIncidentTypes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.DirectedEdges
 
getMutualIncidentTypes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the types of the incident edges of a node, such that there is a reciprocal.
getMutualIncidentTypes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UndirectedEdges
 
getMutualIncidentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.DirectedEdges
 
getMutualIncidentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the weights of the incident edges of a node which are reciprocated.
getMutualIncidentWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UndirectedEdges
 
getMutualNodes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.DirectedEdges
 
getMutualNodes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the neighbors of a node which are, at the same time, incident and adjacent.
getMutualNodes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UndirectedEdges
 
getMutualNodes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.DirectedMultiEdges
 
getMutualNodes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the neighbors of the user with whom he has both incoming and outgoing links.
getMutualNodes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.UndirectedMultiEdges
 
getMutualNodes(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getMutualNodes(U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getMutualNodes(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastDirectedUnweightedMultiGraph
 
getMutualNodes(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastDirectedWeightedMultiGraph
 
getMutualNodes(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getMutualNodes(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, finds all the nodes u such that the edges (node to u) and (u to node) are in the graph.
getMutualNodes(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
Given a node, finds all the nodes u such that the edges (node to u) and (u to node) are in the graph.
getMutualNodesCount(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Calculates the number of nodes for which both (u to node) and (node to u) links exist in the graph.
getMutualNodesCount(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
Calculates the number of nodes for which both (u to node) and (node to u) links exist in the graph.
getMutualNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getMutualNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getMutualNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastDirectedUnweightedMultiGraph
 
getMutualNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastDirectedWeightedMultiGraph
 
getMutualNodesTypes(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getMutualNodesTypes(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, find the types of edges from the nodes u such that the edge (node to u) and the edge (u to node) are in the graph.
getMutualNodesTypes(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
 
getMutualNodesWeights(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getMutualNodesWeights(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastDirectedWeightedMultiGraph
 
getMutualNodesWeights(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.FastUndirectedWeightedMultiGraph
 
getMutualNodesWeights(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getMutualNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, finds the weights of the edges towards and from the nodes u such that the edge (node to u) and the edge (u to node) are in the graph.
getMutualNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.UnweightedGraph
Given a node, finds all the nodes u so that either (node to u) or (u to node) are in the graph.
getMutualTypes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.DirectedEdges
 
getMutualTypes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the types of the neighbourhood edges of a node, such that there is a reciprocal.
getMutualTypes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UndirectedEdges
 
getMutualTypes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.DirectedMultiEdges
 
getMutualTypes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the types of the neighbourhood edges of a node.
getMutualTypes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.UndirectedMultiEdges
 
getMutualWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.DirectedEdges
 
getMutualWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
For each mutual connection (node to u and u to node exist in the graph), gets the average values of the incident and adjacent edge between u and the node.
getMutualWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UndirectedEdges
 
getMutualWeights(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the weights of the neighbour edges of a node.
getMutualWeights(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.UnweightedMultiEdges
 
getMutualWeights(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.WeightedMultiEdges
Given a node, finds all the all the weights of edges so that both (node to u) and (u to node) are in the graph.
getName() - Method in class es.uam.eps.ir.relison.diffusion.metrics.AbstractGlobalSimulationMetric
 
getName() - Method in class es.uam.eps.ir.relison.diffusion.metrics.AbstractIndividualSimulationMetric
 
getName() - Method in class es.uam.eps.ir.relison.diffusion.metrics.distributions.AbstractDistribution
 
getName() - Method in interface es.uam.eps.ir.relison.diffusion.metrics.distributions.Distribution
Obtains the name of the distribution.
getName() - Method in class es.uam.eps.ir.relison.diffusion.metrics.distributions.InformationFeatureDistribution
 
getName() - Method in class es.uam.eps.ir.relison.diffusion.metrics.distributions.UserFeatureDistribution
 
getName() - Method in interface es.uam.eps.ir.relison.diffusion.metrics.SimulationMetric
Obtains the name of the metric.
getName() - Method in class es.uam.eps.ir.relison.grid.diffusion.expiration.ExpirationParameterReader
Obtains the name of the expiration mechanism.
getName() - Method in class es.uam.eps.ir.relison.grid.diffusion.filter.FilterParameterReader
Gets the name of the filter.
getName() - Method in class es.uam.eps.ir.relison.grid.diffusion.metrics.distributions.DistributionParameterReader
Obtains the name of the selection mechanism.
getName() - Method in class es.uam.eps.ir.relison.grid.diffusion.metrics.MetricParameterReader
Obtains the name of the diffusion metric.
getName() - Method in class es.uam.eps.ir.relison.grid.diffusion.propagation.PropagationParameterReader
Obtains the name of the propagation mechanism.
getName() - Method in class es.uam.eps.ir.relison.grid.diffusion.protocol.ProtocolParameterReader
Obtains the name of the protocol.
getName() - Method in class es.uam.eps.ir.relison.grid.diffusion.selection.SelectionParameterReader
Obtains the name of the selection mechanism.
getName() - Method in class es.uam.eps.ir.relison.grid.diffusion.sight.SightParameterReader
Obtains the name of the sight mechanism.
getName() - Method in class es.uam.eps.ir.relison.grid.diffusion.stop.StopConditionParameterReader
Gets the name of the filter.
getName() - Method in class es.uam.eps.ir.relison.grid.diffusion.update.UpdateParameterReader
Obtains the name of the update mechanism.
getName() - Method in class es.uam.eps.ir.relison.links.data.ml.features.Feature
Get the attribute name.
getNeighborhood(int, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getNeighborhood(int, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.fast.FastGraph
Obtains the neighborhood of a node, given its identifier.
getNeighborhood(int, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighborhoodTypes(int, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getNeighborhoodTypes(int, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.fast.FastGraph
Obtains the neighborhood of a node and the type of the edges to each other, given its identifier.
getNeighborhoodTypes(int, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighborhoodWeights(int, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getNeighborhoodWeights(int, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.fast.FastGraph
Obtains the neighborhood of a node and the weight of the edges to each other, given its identifier.
getNeighborhoodWeights(int, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighbourCount(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the number of neighbour nodes.
getNeighbourCount(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastEdges
 
getNeighbourCount(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.DirectedMultiEdges
 
getNeighbourCount(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the number of edges which reach or start in a certain node
getNeighbourCount(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.UndirectedMultiEdges
 
getNeighbourEdgesCount(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getNeighbourEdgesCount(U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getNeighbourEdgesCount(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighbourEdgesCount(V) - Method in interface es.uam.eps.ir.relison.graph.DirectedGraph
 
getNeighbourEdgesCount(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Calculates the total number of edges which reach a node or start from it (not necessarily equal to the degree).
getNeighbourEdgesCount(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
 
getNeighbourhood(U, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getNeighbourhood(U, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighbourhood(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.DirectedGraph
 
getNeighbourhood(V, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getNeighbourhood(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.Graph
Gets all the nodes in the neighbourhood of a node given by a direction.
getNeighbourhood(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
Gets all the nodes in the neighbourhood of a node given by a direction.
getNeighbourhoodSize(U, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getNeighbourhoodSize(U, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighbourhoodSize(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.DirectedGraph
 
getNeighbourhoodSize(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.Graph
Gets all the nodes in the neighbourhood of a node given by a direction.
getNeighbourhoodSize(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
Gets all the nodes in the neighbourhood of a node given by a direction.
getNeighbourhoodTypes(U, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getNeighbourhoodTypes(U, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getNeighbourhoodTypes(U, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighbourhoodTypes(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.DirectedGraph
 
getNeighbourhoodTypes(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.Graph
Gets all the types of the edges in the neighbourhood of a node given by a direction.
getNeighbourhoodTypes(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedMultiGraph
 
getNeighbourhoodTypes(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
 
getNeighbourhoodTypesLists(int, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighbourhoodTypesLists(int, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.multigraph.fast.FastMultiGraph
Gets the different types for the edges of the selected neighbour nodes of a node.
getNeighbourhoodTypesLists(U, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.multigraph.DirectedMultiGraph
 
getNeighbourhoodTypesLists(U, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.multigraph.MultiGraph
Gets the different weights for the edges of the selected neighbour nodes.
getNeighbourhoodTypesLists(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedMultiGraph
 
getNeighbourhoodWeights(U, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getNeighbourhoodWeights(U, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighbourhoodWeights(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.DirectedGraph
 
getNeighbourhoodWeights(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.Graph
Gets all the weights of the edges in the neighbourhood of a node given by a direction.
getNeighbourhoodWeights(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedUnweightedMultiGraph
 
getNeighbourhoodWeights(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedWeightedMultiGraph
 
getNeighbourhoodWeights(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
Gets all the nodes in the neighbourhood of a node given by a direction.
getNeighbourhoodWeights(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.UndirectedUnweightedGraph
 
getNeighbourhoodWeights(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.UndirectedWeightedGraph
 
getNeighbourhoodWeightsLists(int, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighbourhoodWeightsLists(int, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.multigraph.fast.FastMultiGraph
Gets the different weights for the edges of the selected neighbour nodes of a node.
getNeighbourhoodWeightsLists(U, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.multigraph.DirectedMultiGraph
 
getNeighbourhoodWeightsLists(U, EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighbourhoodWeightsLists(U, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.multigraph.MultiGraph
Gets the different weights for the edges of the selected neighbour nodes.
getNeighbourhoodWeightsLists(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedUnweightedMultiGraph
 
getNeighbourhoodWeightsLists(V, EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedWeightedMultiGraph
 
getNeighbourNodes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.DirectedEdges
 
getNeighbourNodes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the full neighbourhood of a node.
getNeighbourNodes(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedUnweightedEdges
 
getNeighbourNodes(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedWeightedEdges
 
getNeighbourNodes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.DirectedMultiEdges
 
getNeighbourNodes(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastUndirectedUnweightedMultiEdges
 
getNeighbourNodes(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastUndirectedWeightedMultiEdges
 
getNeighbourNodes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the full neighbourhood of a node.
getNeighbourNodes(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getNeighbourNodes(U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getNeighbourNodes(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighbourNodes(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getNeighbourNodes(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, finds all the nodes u so that either (node to u) or (u to node) are in the graph.
getNeighbourNodesCount(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Calculates the total number of edges which reach a node or start from it (not necessarily equal to the degree).
getNeighbourNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getNeighbourNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getNeighbourNodesTypes(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighbourNodesTypes(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getNeighbourNodesTypes(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, finds the types of the edges from the nodes u such that the edge (node to u) or the edge (u to node) are in the graph.
getNeighbourNodesTypesLists(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighbourNodesTypesLists(U) - Method in interface es.uam.eps.ir.relison.graph.multigraph.MultiGraph
Gets the different weights for the edges of the neighbour nodes.
getNeighbourNodesWeights(U) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getNeighbourNodesWeights(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighbourNodesWeights(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getNeighbourNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Given a node, finds the weights of the edges from the nodes u such that the edge (node to u) or the edge (u to node) are in the graph.
getNeighbourNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedUnweightedMultiGraph
 
getNeighbourNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedWeightedMultiGraph
 
getNeighbourNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedUnweightedGraph
 
getNeighbourNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedWeightedGraph
 
getNeighbourNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.UnweightedGraph
Given a node, finds all the nodes u so that either (node to u) or (u to node) are in the graph.
getNeighbourNodesWeights(V) - Method in interface es.uam.eps.ir.relison.graph.WeightedGraph
Given a node, finds all the nodes u so that either (node to u) or (u to node) are in the graph.
getNeighbourNodesWeightsLists(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNeighbourNodesWeightsLists(U) - Method in interface es.uam.eps.ir.relison.graph.multigraph.MultiGraph
Gets the different weights for the edges of the neighbour nodes.
getNeighbourNodesWeightsLists(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedUnweightedMultiGraph
Gets the different weights for the edges of the neighbour nodes.
getNeighbourNodesWeightsLists(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UndirectedWeightedMultiGraph
Gets the different weights for the edges of the neighbour nodes.
getNeighbourNodesWeightsLists(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.UnweightedMultiGraph
Gets the different weights for the edges of the neighbour nodes.
getNeighbourNodesWeightsLists(V) - Method in interface es.uam.eps.ir.relison.graph.multigraph.WeightedMultiGraph
Gets the different weights for the edges of the neighbour nodes.
getNeighbourTypes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.DirectedEdges
 
getNeighbourTypes(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the types of the neighbourhood edges of a node.
getNeighbourTypes(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedUnweightedEdges
 
getNeighbourTypes(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedWeightedEdges
 
getNeighbourTypes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.DirectedMultiEdges
 
getNeighbourTypes(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastUndirectedUnweightedMultiEdges
 
getNeighbourTypes(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastUndirectedWeightedMultiEdges
 
getNeighbourTypes(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the types of the neighbourhood edges of a node.
getNeighbourWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.DirectedEdges
 
getNeighbourWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Gets the weights of the neighbour edges of a node.
getNeighbourWeights(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedUnweightedEdges
 
getNeighbourWeights(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedWeightedEdges
 
getNeighbourWeights(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedUnweightedEdges
 
getNeighbourWeights(int) - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedWeightedEdges
 
getNeighbourWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.UnweightedEdges
 
getNeighbourWeights(int) - Method in interface es.uam.eps.ir.relison.graph.edges.WeightedEdges
Given a node, finds all the all the weights of edges so that either (node to u) or (u to node) are in the graph.
getNeighbourWeights(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastUndirectedUnweightedMultiEdges
 
getNeighbourWeights(int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastUndirectedWeightedMultiEdges
 
getNeighbourWeights(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the weights of the neighbour edges of a node.
getNeighbourWeights(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.UnweightedMultiEdges
 
getNeighbourWeights(int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.WeightedMultiEdges
Given a node, finds all the all the weights of edges so that either (node to u) or (u to node) are in the graph.
getNewPieces(int, int) - Method in class es.uam.eps.ir.relison.diffusion.data.BackupSimulation
Gets a stream with the information pieces received by a single user during an iteration.
getNodeBetweenness() - Method in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
 
getNodeBetweenness() - Method in interface es.uam.eps.ir.relison.sna.metrics.distance.DistanceCalculator
Returns the node betweenness for each node in the network.
getNodeBetweenness() - Method in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
 
getNodeBetweenness(U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
 
getNodeBetweenness(U) - Method in interface es.uam.eps.ir.relison.sna.metrics.distance.DistanceCalculator
Gets the value of node betweenness for a single node.
getNodeBetweenness(U) - Method in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
 
getNodesIdsWithEdges(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getNodesIdsWithEdges(EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.fast.FastGraph
Obtains the identifiers of the nodes which have edges.
getNodesIdsWithEdges(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNodesWithAdjacentEdges() - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Obtains the set of nodes which have adjacent edges.
getNodesWithAdjacentEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedUnweightedEdges
 
getNodesWithAdjacentEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedWeightedEdges
 
getNodesWithAdjacentEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedUnweightedEdges
 
getNodesWithAdjacentEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedWeightedEdges
 
getNodesWithAdjacentEdges() - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedUnweightedMultiEdges
 
getNodesWithAdjacentEdges() - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedWeightedMultiEdges
 
getNodesWithAdjacentEdges() - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Obtains the set of nodes which have adjacent edges.
getNodesWithAdjacentEdges() - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.UndirectedMultiEdges
 
getNodesWithAdjacentNeighbors() - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getNodesWithAdjacentNeighbors() - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getNodesWithAdjacentNeighbors() - Method in interface es.uam.eps.ir.relison.graph.Graph
Obtains the set of nodes which have adjacent edges.
getNodesWithAdjacentNeighbors() - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getNodesWithAdjacentNeighbors() - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNodesWithEdges() - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Obtains the set of nodes which have edges.
getNodesWithEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedUnweightedEdges
 
getNodesWithEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedWeightedEdges
 
getNodesWithEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedUnweightedEdges
 
getNodesWithEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedWeightedEdges
 
getNodesWithEdges() - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedUnweightedMultiEdges
 
getNodesWithEdges() - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedWeightedMultiEdges
 
getNodesWithEdges() - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastUndirectedUnweightedMultiEdges
 
getNodesWithEdges() - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastUndirectedWeightedMultiEdges
 
getNodesWithEdges() - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Obtains the set of nodes which have edges.
getNodesWithIncidentEdges() - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Obtains the set of nodes which have incident edges.
getNodesWithIncidentEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedUnweightedEdges
 
getNodesWithIncidentEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedWeightedEdges
 
getNodesWithIncidentEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedUnweightedEdges
 
getNodesWithIncidentEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedWeightedEdges
 
getNodesWithIncidentEdges() - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedUnweightedMultiEdges
 
getNodesWithIncidentEdges() - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedWeightedMultiEdges
 
getNodesWithIncidentEdges() - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Obtains the set of nodes which have incident edges.
getNodesWithIncidentEdges() - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.UndirectedMultiEdges
 
getNodesWithIncidentNeighbors() - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getNodesWithIncidentNeighbors() - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getNodesWithIncidentNeighbors() - Method in interface es.uam.eps.ir.relison.graph.Graph
Obtains the set of nodes which have incident edges.
getNodesWithIncidentNeighbors() - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getNodesWithIncidentNeighbors() - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNodesWithMutualEdges() - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Obtains the set of nodes which have, at least, a reciprocal edge.
getNodesWithMutualEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedUnweightedEdges
 
getNodesWithMutualEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastDirectedWeightedEdges
 
getNodesWithMutualEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedUnweightedEdges
 
getNodesWithMutualEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastUndirectedWeightedEdges
 
getNodesWithMutualEdges() - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedUnweightedMultiEdges
 
getNodesWithMutualEdges() - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastDirectedWeightedMultiEdges
 
getNodesWithMutualEdges() - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Obtains the set of nodes which have, at least, a reciprocal edge.
getNodesWithMutualEdges() - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.UndirectedMultiEdges
 
getNodesWithMutualNeighbors() - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getNodesWithMutualNeighbors() - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getNodesWithMutualNeighbors() - Method in interface es.uam.eps.ir.relison.graph.Graph
Obtains the set of nodes having mutual edges.
getNodesWithMutualNeighbors() - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getNodesWithMutualNeighbors() - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNodesWithNeighbors() - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getNodesWithNeighbors() - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getNodesWithNeighbors() - Method in interface es.uam.eps.ir.relison.graph.Graph
Obtains the set of nodes having either incident or adjacent edges.
getNodesWithNeighbors() - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getNodesWithNeighbors() - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNodesWithNeighbors(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getNodesWithNeighbors(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getNodesWithNeighbors(EdgeOrientation) - Method in interface es.uam.eps.ir.relison.graph.Graph
Obtains the set of nodes with edges in a particular direction.
getNodesWithNeighbors(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getNodesWithNeighbors(EdgeOrientation) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNorm() - Method in class es.uam.eps.ir.relison.utils.datatypes.Vector
Obtains the norm of the vector.
getNumCommunities() - Method in class es.uam.eps.ir.relison.sna.community.Communities
Obtains the number of communities.
getNumDiscarded() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the total number of discarded information pieces.
getNumDiscarded() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumDiscarded(U) - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the total number of information pieces that a given user has discarded during this iteration.
getNumDiscarded(U) - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumDiscardingUsers() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the total number of users which have discarded information pieces.
getNumDiscardingUsers() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumEdges() - Method in interface es.uam.eps.ir.relison.graph.edges.Edges
Obtains the number of edges in the graph.
getNumEdges() - Method in class es.uam.eps.ir.relison.graph.edges.fast.FastEdges
 
getNumEdges() - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastMultiEdges
 
getNumEdges() - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Obtains the number of edges
getNumEdges(int, int) - Method in class es.uam.eps.ir.relison.graph.multigraph.edges.fast.FastMultiEdges
 
getNumEdges(int, int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.edges.MultiEdges
Gets the number of existing edges between two destinies
getNumEdges(int, int) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNumEdges(int, int) - Method in interface es.uam.eps.ir.relison.graph.multigraph.fast.FastMultiGraph
Obtains the number of edges between a pair of vertices.
getNumEdges(U, U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getNumEdges(U, U) - Method in interface es.uam.eps.ir.relison.graph.multigraph.MultiGraph
Gets the number of edges between two nodes, A and B.
getNumInstances() - Method in class es.uam.eps.ir.relison.links.data.letor.InstanceSet
Obtains the number of instances in the set.
getNumIterations() - Method in class es.uam.eps.ir.relison.diffusion.simulation.Simulation
Obtains the current number of iterations in the simulation.
getNumOwn() - Method in class es.uam.eps.ir.relison.diffusion.selections.CountSelectionMechanism
Gets the number of own information pieces to propagate.
getNumPropagated() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the total number of propagated information pieces (it does not take into account how many people received them).
getNumPropagated() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumPropagated(U) - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the total number of information pieces that a given user has propagated during this iteration.
getNumPropagated(U) - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumPropagatingUsers() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the total number of users which have propagated information pieces.
getNumPropagatingUsers() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumReceived() - Method in class es.uam.eps.ir.relison.diffusion.selections.CountSelectionMechanism
Gets the number of received information pieces to propagate.
getNumReceivingUsers() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the number of users which have received and read new information in this iteration.
getNumReceivingUsers() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumRepropagate() - Method in class es.uam.eps.ir.relison.diffusion.selections.CountSelectionMechanism
Gets the number of propagated information pieces to repropagate.
getNumReReceived() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the total number of information pieces which have been read by the different users in the network after they had read them in previous iterations.
getNumReReceived() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumReReceived(U) - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the total number of information pieces which have been seen by a user (considering that the user had read them before).
getNumReReceived(U) - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumReReceivingUsers() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the number of users which have received and read information pieces they had read before.
getNumReReceivingUsers() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumSeen() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the total of number of information pieces which have been read by the different users in the network for the first time during this iteration.
getNumSeen() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumSeen(U) - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the total number of information pieces which have been read by a user in the network for the first time during this iteration.
getNumSeen(U) - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumUniqueReReceived() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the number of information pieces which have been read by a user in the network (without taking into acount how many times it has been received during this iteration), considering that the user had read them before.
getNumUniqueReReceived() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumUniqueReReceived(U) - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the total number of different information pieces which have been read by a user in the network during this iteration after they were read in a previous iteration.
getNumUniqueReReceived(U) - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumUniqueSeen() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the number of information pieces which have been read by a user in the network (without taking into acount how many times it has been received during this iteration).
getNumUniqueSeen() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumUniqueSeen(U) - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the total number of different information pieces which have been read by a user in the network for the first time during this iteration.
getNumUniqueSeen(U) - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getNumValues() - Method in class es.uam.eps.ir.relison.links.data.letor.NominalStats
Obtains the number of different values for the feature.
getObject(int) - Method in class es.uam.eps.ir.relison.index.GenericIndex
Gets the object corresponding to the given index.
getOrientation() - Method in class es.uam.eps.ir.relison.sna.metrics.communities.graph.gini.degree.sizenormalized.SizeNormalizedCommunityDegreeGini
Gets the selected orientation for the metric.
getOrientationValue(String) - Method in class es.uam.eps.ir.relison.grid.Parameters
Gets the edge orientation values for a single parameter.
getOrientationValues() - Method in class es.uam.eps.ir.relison.grid.Grid
Obtains the edge orientation values for the different parameters.
getOrientationValues() - Method in class es.uam.eps.ir.relison.grid.Parameters
Get the edge orientation values for different parameters.
getOrientationValues(String) - Method in class es.uam.eps.ir.relison.grid.Grid
Gets the edge orientation values for a single parameter.
getOrigin() - Method in class es.uam.eps.ir.relison.links.data.letor.Instance
Get the origin node.
getOriginUsers() - Method in class es.uam.eps.ir.relison.links.data.letor.InstanceSet
Obtains the users with adjacent links in the set.
getOwnFeats() - Method in class es.uam.eps.ir.relison.diffusion.metrics.features.indiv.AbstractExternalFeatureIndividualSimulationMetric
Obtains the map identifying the features of all users.
getOwnFeats(U) - Method in class es.uam.eps.ir.relison.diffusion.metrics.features.indiv.AbstractExternalFeatureIndividualSimulationMetric
Obtains the features that an individual user already knows.
getOwnFeatures() - Method in class es.uam.eps.ir.relison.diffusion.metrics.features.global.AbstractExternalFeatureGlobalSimulationMetric
Obtains the map identifying the parameters of all users.
getOwnFeatures(U) - Method in class es.uam.eps.ir.relison.diffusion.metrics.features.global.AbstractExternalFeatureGlobalSimulationMetric
Obtains the features that an individual user already knows.
getOwnInformation() - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
 
getOwnInformation() - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets all the information created by this user.
getOwnInformation(int) - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
 
getOwnInformation(int) - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets an individual piece of own created information.
getOwnInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.AbstractSelectionMechanism
Obtains the list of own information pieces to repropagate.
getOwnInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.CountSelectionMechanism
 
getOwnInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.TimestampBasedSelectionMechanism
 
getOwnInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.TimestampOrderedSelectionMechanism
 
getOwnInformationIds() - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets all the identifiers of the information created by this user.
getOwnSelection() - Method in class es.uam.eps.ir.relison.diffusion.selections.Selection
Obtains the list of selected information pieces created by the user
getParameter() - Method in class es.uam.eps.ir.relison.diffusion.metrics.features.AbstractFeatureIndividualSimulationMetric
Obtains the name of the parameter we are using.
getParameter() - Method in class es.uam.eps.ir.relison.grid.diffusion.filter.FilterParameterReader
Gets the parameters for the read filter.
getParameter() - Method in class es.uam.eps.ir.relison.grid.diffusion.stop.StopConditionParameterReader
Gets the parameters for the read filter.
getParameters(String) - Method in class es.uam.eps.ir.relison.grid.community.CommunityDetectionParametersReader
Gets the parameters for the given algorithm.
getParameters(String) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricParametersReader
Gets the grid for a given metric
getParameters(String) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmParametersReader
Gets the grid for a given algorithm
getParameters(String) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.RecommMetricParametersReader
Gets the grid for a given metric
getParameters(String) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerParametersReader
Gets the grid for a given algorithm
getParameters(String) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.IndividualSamplingAlgorithmGridReader
Gets the grid for a given algorithm.
getParametersValue(String) - Method in class es.uam.eps.ir.relison.grid.Parameters
Gets the recursive definition of a single parameter.
getParams() - Method in class es.uam.eps.ir.relison.grid.diffusion.expiration.ExpirationParameterReader
Obtains the values of the parameters of the expiration mechanism.
getParams() - Method in class es.uam.eps.ir.relison.grid.diffusion.metrics.distributions.DistributionParameterReader
Obtains the values of the parameters of the selection mechanism.
getParams() - Method in class es.uam.eps.ir.relison.grid.diffusion.metrics.MetricParameterReader
Obtains the values of the parameters of the diffusion metric.
getParams() - Method in class es.uam.eps.ir.relison.grid.diffusion.propagation.PropagationParameterReader
Obtains the values of the parameters of the propagation mechanism.
getParams() - Method in class es.uam.eps.ir.relison.grid.diffusion.protocol.ProtocolParameterReader
Obtains the parameters for the preconfigured protocol.
getParams() - Method in class es.uam.eps.ir.relison.grid.diffusion.selection.SelectionParameterReader
Obtains the values of the parameters of the selection mechanism.
getParams() - Method in class es.uam.eps.ir.relison.grid.diffusion.sight.SightParameterReader
Obtains the values of the parameters of the sight mechanism.
getParams() - Method in class es.uam.eps.ir.relison.grid.diffusion.update.UpdateParameterReader
Obtains the values of the parameters of the update mechanism.
getParamValues() - Method in class es.uam.eps.ir.relison.grid.Parameters
Get compound parameter values for different parameters.
getParent(U) - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastTree
 
getParent(U) - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
Obtains the parent of a node.
getParentWeight(U) - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastTree
 
getParentWeight(U) - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
Obtains the weight of the edge between a node and its parent
getPieces(U) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains the information pieces created by a user.
getPiecesByTimestamp(long, U) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains the list of pieces that a user has propagated in a given time.
getPositions() - Method in class es.uam.eps.ir.relison.content.index.structure.positional.PositionalPosting
Obtains the position list.
getPostings(String) - Method in interface es.uam.eps.ir.relison.content.index.Index
Obtains the posting list of a term.
getPostings(String) - Method in class es.uam.eps.ir.relison.content.index.individual.WrapperIndividualContentIndex
 
getPostings(String) - Method in class es.uam.eps.ir.relison.content.index.individual.WrapperIndividualForwardContentIndex
 
getPostings(String) - Method in class es.uam.eps.ir.relison.content.index.lucene.LuceneIndex
 
getPostings(String) - Method in class es.uam.eps.ir.relison.content.index.lucene.LucenePositionalIndex
 
getPreconfiguredProtocols() - Method in class es.uam.eps.ir.relison.grid.diffusion.SimulationParameterReader
Obtains the set of preconfigured protocols previously read.
getPrediction() - Method in class es.uam.eps.ir.relison.links.linkprediction.AbstractLinkPredictor
 
getPrediction() - Method in interface es.uam.eps.ir.relison.links.linkprediction.LinkPredictor
Given a social network, ranks the possible user-user pairs, according to the scores given by the algorithm.
getPrediction() - Method in class es.uam.eps.ir.relison.links.linkprediction.Prediction
Obtains the complete prediction list.
getPrediction(int) - Method in class es.uam.eps.ir.relison.links.linkprediction.AbstractLinkPredictor
 
getPrediction(int) - Method in interface es.uam.eps.ir.relison.links.linkprediction.LinkPredictor
Given a social network, ranks the possible user-user pairs, according to the scores given by the algorithm and returns the a limited set of them.
getPrediction(int, Predicate<Pair<U>>) - Method in class es.uam.eps.ir.relison.links.linkprediction.AbstractLinkPredictor
 
getPrediction(int, Predicate<Pair<U>>) - Method in class es.uam.eps.ir.relison.links.linkprediction.InstancePostfixExLinkPredictor
 
getPrediction(int, Predicate<Pair<U>>) - Method in interface es.uam.eps.ir.relison.links.linkprediction.LinkPredictor
Given a social network, ranks the possible user-user pairs, according to the scores given by the algorithm.
getPrediction(int, Predicate<Pair<U>>) - Method in class es.uam.eps.ir.relison.links.linkprediction.RecommendationLinkPredictor
 
getPrediction(int, Predicate<Pair<U>>) - Method in class es.uam.eps.ir.relison.links.linkprediction.SupervisedLinkPredictor
 
getPrediction(Predicate<Pair<U>>) - Method in class es.uam.eps.ir.relison.links.linkprediction.AbstractLinkPredictor
 
getPrediction(Predicate<Pair<U>>) - Method in interface es.uam.eps.ir.relison.links.linkprediction.LinkPredictor
Given a social network, ranks the possible user-user pairs, according to the scores given by the algorithm.
getPrediction(Stream<Pair<U>>) - Method in class es.uam.eps.ir.relison.links.linkprediction.AbstractLinkPredictor
 
getPrediction(Stream<Pair<U>>) - Method in interface es.uam.eps.ir.relison.links.linkprediction.LinkPredictor
Given a social network, ranks the possible user-user pairs, according to the scores given by the algorithm.
getPrediction(U) - Method in class es.uam.eps.ir.relison.links.linkprediction.Prediction
Obtains the prediction for a single user.
getPredictionScore(U, U) - Method in class es.uam.eps.ir.relison.links.linkprediction.AbstractLinkPredictor
 
getPredictionScore(U, U) - Method in interface es.uam.eps.ir.relison.links.linkprediction.LinkPredictor
Obtains the prediction score for a pair of candidates.
getPreference(int, int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.GraphSimpleUpdateableFastPreferenceData
 
getPreference(int, int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.SimpleFastUpdateablePreferenceData
 
getPreference(int, int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getPreference(I, U) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getPreference(U, I) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.SimpleFastUpdateablePreferenceData
 
getPreference(U, U) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.GraphSimpleUpdateableFastPreferenceData
 
getPreferences(int, IntIterator, DoubleIterator) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.IteratorsAbstractFastUpdateablePreferenceData
Converts the int and double iterators to a stream of IdxPref.
getProp() - Method in class es.uam.eps.ir.relison.diffusion.protocols.Protocol
Obtains the propagation mechanism.
getPropagatedInformation() - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
 
getPropagatedInformation() - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets all the information previously propagated by this user.
getPropagatedInformation(int) - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
 
getPropagatedInformation(int) - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets an individual piece of propagated information.
getPropagatedInformation(int, int, int, List<PropagatedInformation>) - Method in class es.uam.eps.ir.relison.diffusion.selections.CountSelectionMechanism
Obtains a subset of the information pieces in a list to repropagate.
getPropagatedInformation(U) - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the set of information pieces that a given user has propagated during this iteration.
getPropagatedInformation(U) - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getPropagatedInformationIds() - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets all the information previously propagated by this user.
getPropagateSelection() - Method in class es.uam.eps.ir.relison.diffusion.selections.Selection
Obtains the list of selected information pieces received by the user
getPropagatingUsers() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the set of users which have propagated, at least, one information piece during this iteration.
getPropagatingUsers() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getPropagation() - Method in class es.uam.eps.ir.relison.grid.diffusion.protocol.ProtocolParameterReader
Obtains the parameters for the propagation mechanism.
getProportion(double) - Method in class es.uam.eps.ir.relison.links.data.letor.NominalStats
Obtains the proportion of the examples which have the given nominal value for the corresponding parameter.
getProportion(int) - Method in class es.uam.eps.ir.relison.links.data.letor.NominalStats
Obtains the proportion of the examples which have the i-th nominal value for the corresponding parameter.
getProtocolParameters(int) - Method in class es.uam.eps.ir.relison.grid.diffusion.SimulationParameterReader
Gets the protocol parameters for a given simulation.
getQueries() - Method in class es.uam.eps.ir.relison.links.data.TerrierIndex
 
getQueryOrientation() - Method in class es.uam.eps.ir.relison.links.data.TerrierIndex
Obtains the orientation for the "query" users.
getReader(File) - Method in interface es.uam.eps.ir.relison.links.linkprediction.io.LinkPredictionFormat
Gets a reader for a file.
getReader(InputStream) - Method in interface es.uam.eps.ir.relison.links.linkprediction.io.LinkPredictionFormat
Gets a reader for an input stream.
getReader(InputStream) - Method in class es.uam.eps.ir.relison.links.linkprediction.io.TuplesLinkPredictionFormat
 
getReader(String) - Method in interface es.uam.eps.ir.relison.links.linkprediction.io.LinkPredictionFormat
Gets a reader for a file path.
getReader(Path) - Method in interface es.uam.eps.ir.relison.links.linkprediction.io.LinkPredictionFormat
Gets a reader for a file path.
getRealPropagatedPieces(U) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Given a user, obtains the set of information pieces repropagated in a real scenario.
getRealPropagatedPiecesWithTimestamp(U) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Given a user, obtains the set of information pieces repropagated in a real scenario.
getRealPropagatedTimestamp(U, I) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains the timestamp for an information piece.
getRealPropagatedUsers(I) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Given an information piece, obtains the set of users that repropagated them in a real scenario.
getRealPropPiecesByTimestamp(long, U) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains the list of pieces which have been repropagated by a user at a given time.
getRealPropUsersByTimestamp(long) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains the list of users which have repropagated pieces at a given time.
getReceivedInformation() - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
 
getReceivedInformation() - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets all the information received by this user.
getReceivedInformation(int) - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
 
getReceivedInformation(int) - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets an individual piece of received information.
getReceivedInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.AbstractSelectionMechanism
Obtains the list of received information pieces to repropagate.
getReceivedInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.BatchRecommenderSelectionMechanism
 
getReceivedInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.CountRealPropagatedSelectionMechanism
 
getReceivedInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.CountSelectionMechanism
 
getReceivedInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.CountThresholdSelectionMechanism
 
getReceivedInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.IndependentCascadeModelSelectionMechanism
 
getReceivedInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.LimitedCountThresholdSelectionMechanism
 
getReceivedInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.LimitedProportionThresholdSelectionMechanism
 
getReceivedInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.LooseTimestampBasedSelectionMechanism
 
getReceivedInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.ProportionThresholdSelectionMechanism
 
getReceivedInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.PureRecommenderSelectionMechanism
 
getReceivedInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.PureTimestampBasedSelectionMechanism
 
getReceivedInformationGraph(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int) - Method in class es.uam.eps.ir.relison.diffusion.selections.IndependentCascadeModelSelectionMechanism
Using a weighted graph (where the weights represent diffusion probabilities), it obtains the list of received information pieces that we want to propagate.
getReceivedInformationIds() - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets all the identifiers of the information received by this user.
getReceivedInformationProb(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int) - Method in class es.uam.eps.ir.relison.diffusion.selections.IndependentCascadeModelSelectionMechanism
Given a fixed value for the probability, it obtains the list of pieces to repropagate.
getReceivingUsers() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the set of users which have received and read, at least, one piece of information which they had not read before.
getReceivingUsers() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getRecommendation(int) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.fast.AbstractFastUpdateableRecommender
 
getRecommendation(int, int) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.fast.AbstractFastUpdateableRecommender
 
getRecommendation(int, int, IntPredicate) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.fast.AbstractFastUpdateableRecommender
 
getRecommendation(int, int, IntPredicate) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.fast.FastUpdateableRankingRecommender
 
getRecommendation(int, int, IntPredicate) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.mf.MFGraphUpdateableRecommender
 
getRecommendation(int, int, IntPredicate) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.mf.MFUpdateableRecommender
 
getRecommendation(int, IntPredicate) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.fast.AbstractFastUpdateableRecommender
 
getRecommendation(int, IntStream) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.fast.AbstractFastUpdateableRecommender
 
getRecommendation(int, IntStream) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.mf.MFGraphUpdateableRecommender
 
getRecommendation(int, IntStream) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.mf.MFUpdateableRecommender
 
getRecommendation(U, int) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.fast.AbstractFastUpdateableRecommender
 
getRecommendation(U, int, Predicate<I>) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.fast.AbstractFastUpdateableRecommender
 
getRecommendation(U, Stream<I>) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.fast.AbstractFastUpdateableRecommender
 
getRecommender(String, Parameters) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmGridSelector
Obtains a single algorithm.
getRecommender(String, Parameters, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmGridSelector
Given preference data, obtains a single algorithm.
getRecommenders(String, Configurations) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmGridSelector
Given preference data, obtains recommenders.
getRecommenders(String, Configurations, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmGridSelector
Given preference data and a graph, obtains a set of algorithms.
getRecommenders(String, Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmGridSelector
Given preference data, obtains recommenders.
getRecommenders(String, Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmGridSelector
Given preference data, obtains recommenders.
getRelevantItems() - Method in class es.uam.eps.ir.relison.links.recommendation.metrics.accuracy.ContactRecommendationRelevanceModel.UserContactRecommendationRelevanceModel
 
getRepropagatedInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.AbstractSelectionMechanism
Obtains the list of propagated information pieces to repropagate.
getRepropagatedInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.CountSelectionMechanism
 
getRepropagatedInformation(UserState<U>, Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.TimestampBasedSelectionMechanism
 
getRepropagateSelection() - Method in class es.uam.eps.ir.relison.diffusion.selections.Selection
Obtains the list of selected information pieces to repropagate.
getReranker(String, Parameters) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerGridSelector
Given some initial data, obtains a single reranking algorithm.
getReranker(String, Parameters, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerGridSelector
Given some initial data, obtains a single reranking algorithm.
getRerankerGridSearch(String) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerGridSelector
Obtains the different variants of the available algorithms using the different parameters in the grid.
getRerankers() - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerConfigurationsReader
Once the configurations have been read, it obtains the set of rerankers which have been read from the file.
getRerankers() - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerGridReader
Gets the set of rerankers previously read.
getRerankers() - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerParametersReader
Gets the set of algorithms previously read.
getRerankers(String, Configurations) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerGridSelector
Given some initial data, obtains the reranking algorithms.
getRerankers(String, Configurations, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerGridSelector
Given some initial data, obtains the reranking algorithms.
getRerankers(String, Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerGridSelector
Given some initial data, obtains the reranking algorithms.
getRerankers(String, Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerGridSelector
Given some initial data, obtains the reranking algorithms.
getReReceivedInformation(U) - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the set of information that a given user read in previous iterations, and have been re-read in this one.
getReReceivedInformation(U) - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getReReceivingUsers() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the set of users which have received and read, at least, one piece of information they had read before.
getReReceivingUsers() - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getRoot() - Method in class es.uam.eps.ir.relison.graph.tree.fast.FastTree
 
getRoot() - Method in interface es.uam.eps.ir.relison.graph.tree.Tree
Obtains the root of the graph.
getSCC() - Method in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
 
getSCC() - Method in interface es.uam.eps.ir.relison.sna.metrics.distance.DistanceCalculator
Obtains the strongly connected components of the graph.
getSCC() - Method in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
 
getScore() - Method in class es.uam.eps.ir.relison.content.TermData
Gets the score of the represented term in the document.
getScores(Graph<U>) - Method in class es.uam.eps.ir.relison.sna.metrics.vertex.MatrixBasedVertexMetric
Obtains the value of the metric for each user.
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.MatrixBasedRecommender
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.basic.Popularity
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.basic.Random
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.bipartite.AverageCosineSimilarity
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.bipartite.CentroidCosineSimilarity
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.bipartite.MaximumCosineSimilarity
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.contentbased.CentroidCBRecommender
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.contentbased.TwittomenderRecommender
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.distance.ShortestDistance
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf.AdamicAdar
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf.Cosine
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf.Dist2Popularity
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf.HubDepressedIndex
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf.HubPromotedIndex
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf.Jaccard
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf.LocalLHNIndex
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf.MostCommonNeighbors
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf.NonReciprocalPreferentialAttachment
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf.PreferentialAttachment
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf.ReciprocalLinks
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf.ResourceAllocation
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf.Sorensen
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.foaf.TotalNeighbors
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.BM25
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.PivotedNormalizationVSM
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.QLD
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.QLJM
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.QLL
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.TerrierRecommender
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.VSM
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.CommuteTime
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.HITS
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PageRank
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PersonalizedHITS
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PersonalizedPageRank
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PersonalizedSALSA
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PropFlow
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PurePersonalizedPageRank
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.SALSA
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.twitter.Closure
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.twitter.TwitterRecommender
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.supervised.LambdaMARTJForestsRecommender
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.supervised.LambdaMARTRecommender
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.supervised.MachineLearningRecommender
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.algorithms.supervised.MachineLearningWekaRecommender
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.fast.FastUpdateableRankingRecommender
Returns a map of item-score pairs.
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.ir.UpdateableBM25
 
getScoresMap(int) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.knn.user.UpdateableUBkNN
 
getSeenInformation() - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
 
getSeenInformation() - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets all the new information received by this user.
getSeenInformation(int) - Method in class es.uam.eps.ir.relison.diffusion.data.FastUser
 
getSeenInformation(int) - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets an individual piece of newly seen created information
getSeenInformation(U) - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the set of information pieces that a given user has read for the first time during this iteration.
getSeenInformation(U) - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimpleIteration
 
getSeenInformationIds() - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Gets all the new information seen by this user.
getSelectableUsers(Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.AbstractSelectionMechanism
 
getSelectableUsers(Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.LooseTimestampBasedSelectionMechanism
 
getSelectableUsers(Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.PureTimestampBasedSelectionMechanism
 
getSelectableUsers(Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in class es.uam.eps.ir.relison.diffusion.selections.RecommenderSelectionMechanism
 
getSelectableUsers(Data<U, I, P>, SimulationState<U, I, P>, int, Long) - Method in interface es.uam.eps.ir.relison.diffusion.selections.SelectionMechanism
Selects the users which can propagate information during the iteration.
getSelection() - Method in class es.uam.eps.ir.relison.diffusion.protocols.Protocol
Obtains the selection mechanism.
getSelection() - Method in class es.uam.eps.ir.relison.grid.diffusion.protocol.ProtocolParameterReader
Obtains the parameters for the protocol mechanism.
getSight() - Method in class es.uam.eps.ir.relison.diffusion.protocols.Protocol
Obtains the sight mechanism.
getSight() - Method in class es.uam.eps.ir.relison.grid.diffusion.protocol.ProtocolParameterReader
Obtains the parameters for the sight mechanism.
getSimulation(int) - Method in class es.uam.eps.ir.relison.grid.diffusion.SimulationParameterReader
Gets the different elements for a simulation.
getSinks() - Method in interface es.uam.eps.ir.relison.graph.DirectedGraph
Gets all the nodes which just have incoming links.
getSources() - Method in interface es.uam.eps.ir.relison.graph.DirectedGraph
Gets all the nodes which just have outgoing links.
getStats() - Method in class es.uam.eps.ir.relison.links.data.letor.FeatureInformation
Gets the statistics for the different features.
getStats(int) - Method in class es.uam.eps.ir.relison.links.data.letor.FeatureInformation
Gets the statistics for a single feature
getStopCondition(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.stop.MaxTimestampStopConditionConfigurator
 
getStopCondition(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.stop.NoMoreNewStopConditionConfigurator
 
getStopCondition(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.stop.NoMorePropagatedStopConditionConfigurator
 
getStopCondition(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.stop.NoMoreTimestampsNorPropInfoStopConditionConfigurator
 
getStopCondition(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.stop.NoMoreTimestampsStopConditionConfigurator
 
getStopCondition(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.stop.NumIterStopConditionConfigurator
 
getStopCondition(Parameters) - Method in interface es.uam.eps.ir.relison.grid.diffusion.stop.StopConditionConfigurator
Configures a stop condition from the given parameters.
getStopCondition(Parameters) - Method in class es.uam.eps.ir.relison.grid.diffusion.stop.TotalPropagatedStopConditionConfigurator
 
getStopConditionParameters(int) - Method in class es.uam.eps.ir.relison.grid.diffusion.SimulationParameterReader
Gets the stop condition parameters for a given simulation.
getStringValue(String) - Method in class es.uam.eps.ir.relison.grid.Parameters
Gets the string values for a single parameter.
getStringValues() - Method in class es.uam.eps.ir.relison.grid.Grid
Obtains the string values for the different parameters.
getStringValues() - Method in class es.uam.eps.ir.relison.grid.Parameters
Get the string values for different parameters.
getStringValues(String) - Method in class es.uam.eps.ir.relison.grid.Grid
Gets the string values for a single parameter.
getTerm() - Method in class es.uam.eps.ir.relison.content.index.freq.impl.ImplTermFreq
 
getTerm() - Method in class es.uam.eps.ir.relison.content.index.freq.lucene.LuceneTermFreq
 
getTerm() - Method in interface es.uam.eps.ir.relison.content.index.freq.TermFreq
Obtains the term.
getTermFreq(String, int) - Method in interface es.uam.eps.ir.relison.content.index.ForwardIndex
Obtains the term frequency of a term in a user vector.
getTermFreq(String, int) - Method in class es.uam.eps.ir.relison.content.index.individual.WrapperIndividualForwardContentIndex
 
getTermFreq(String, int) - Method in class es.uam.eps.ir.relison.content.index.lucene.LuceneForwardIndex
 
getTestInstance(U, U) - Method in interface es.uam.eps.ir.relison.links.data.ml.io.PatternReader
Obtains a test instance for a pair of nodes
getTestInstance(U, U) - Method in class es.uam.eps.ir.relison.links.data.ml.weka.WekaInstanceReader
 
getTestSet() - Method in interface es.uam.eps.ir.relison.links.data.ml.io.PatternReader
Obtains the test set instances
getTestSet() - Method in class es.uam.eps.ir.relison.links.data.ml.weka.WekaInstanceReader
 
getTimes() - Method in class es.uam.eps.ir.relison.diffusion.data.PropagatedInformation
Obtains the number of times this information has arrived to the user.
getTimes() - Method in class es.uam.eps.ir.relison.grid.diffusion.metrics.distributions.DistributionParameterReader
Obtains the list of iterations when the distribution will be written into a file.
getTimestamp() - Method in class es.uam.eps.ir.relison.content.Content
Gets the timestamp of the content.
getTimestamp() - Method in class es.uam.eps.ir.relison.content.TermData
Gets the creation timestamp of the content.
getTimestamp() - Method in class es.uam.eps.ir.relison.diffusion.data.Information
Obtains the timestamp of the piece.
getTimestamp(I) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains the timestamp for an information piece.
getTimestamps() - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains the list of timestamps.
getTotalFreq(String) - Method in interface es.uam.eps.ir.relison.content.index.Index
Obtains the total frequency of a term in the collection.
getTotalFreq(String) - Method in class es.uam.eps.ir.relison.content.index.individual.WrapperIndividualContentIndex
 
getTotalFreq(String) - Method in class es.uam.eps.ir.relison.content.index.individual.WrapperIndividualForwardContentIndex
 
getTotalFreq(String) - Method in class es.uam.eps.ir.relison.content.index.lucene.LuceneIndex
 
getTotalReceived() - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the total number of read information pieces during this iteration.
getTotalReceived(U) - Method in interface es.uam.eps.ir.relison.diffusion.simulation.Iteration
Obtains the total number of information pieces that a given user has read during this iteration.
getTrainSet() - Method in interface es.uam.eps.ir.relison.links.data.ml.io.PatternReader
Obtains the training set instances
getTrainSet() - Method in class es.uam.eps.ir.relison.links.data.ml.weka.WekaInstanceReader
 
getTree() - Method in class es.uam.eps.ir.relison.sna.community.Dendogram
Obtains the dendogram tree.
getType() - Method in class es.uam.eps.ir.relison.links.data.ml.features.Feature
Get the attribute type.
getUidxIidxs(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.StreamsAbstractFastUpdateablePreferenceData
 
getUidxIidxs(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getUidxPreferences(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.GraphSimpleUpdateableFastPreferenceData
 
getUidxPreferences(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.IteratorsAbstractFastUpdateablePreferenceData
 
getUidxPreferences(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.SimpleFastUpdateablePreferenceData
 
getUidxPreferences(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getUidxVs(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.StreamsAbstractFastUpdateablePreferenceData
 
getUidxVs(int) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getUidxWithPreferences() - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.GraphSimpleUpdateableFastPreferenceData
 
getUidxWithPreferences() - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.SimpleFastUpdateablePreferenceData
 
getUidxWithPreferences() - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getUpdate() - Method in class es.uam.eps.ir.relison.diffusion.protocols.Protocol
Obtains the update mechanism.
getUpdate() - Method in class es.uam.eps.ir.relison.grid.diffusion.protocol.ProtocolParameterReader
Obtains the parameters for the update mechanism.
getUser(int) - Method in class es.uam.eps.ir.relison.content.index.individual.AbstractIndividualContentIndex
 
getUser(int) - Method in interface es.uam.eps.ir.relison.content.index.individual.IndividualContentIndex
Given a content identifier, obtains the user that created it.
getUser(U) - Method in class es.uam.eps.ir.relison.diffusion.simulation.SimulationState
Obtains the state of the user.
getUserFeatureNames() - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains the names of the user features.
getUserFeatures(U, String) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains the features for a single user.
getUserId() - Method in class es.uam.eps.ir.relison.diffusion.simulation.UserState
Obtains the identifier of the user.
getUserIndex() - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains a user index for creating relations.
getUserMatrix() - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.mf.UpdateableFactorization
Returns the whole user matrix.
getUserPreferences(I) - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getUserReranker(Recommendation<U, I>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.LambdaReranker
 
getUserReranker(Recommendation<U, U>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.communities.InterCommunityDegreeGiniComplement
 
getUserReranker(Recommendation<U, U>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.communities.InterCommunityEdgeGiniComplement
 
getUserReranker(Recommendation<U, U>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.communities.InverseCommunitySizeReranker
 
getUserReranker(Recommendation<U, U>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.communities.WeakTies
 
getUserReranker(Recommendation<U, U>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.edge.OriginalDirectEdgeMetricReranker
 
getUserReranker(Recommendation<U, U>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.edge.OriginalInverseEdgeMetricReranker
 
getUserReranker(Recommendation<U, U>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.edge.ProgressiveDirectEdgeMetricReranker
 
getUserReranker(Recommendation<U, U>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.edge.ProgressiveInverseEdgeMetricReranker
 
getUserReranker(Recommendation<U, U>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.graph.ClusteringCoefficientComplement
 
getUserReranker(Recommendation<U, U>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.graph.DirectGraphMetricReranker
 
getUserReranker(Recommendation<U, U>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.graph.InverseGraphMetricReranker
 
getUserReranker(Recommendation<U, U>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.user.OriginalDirectUserMetricReranker
 
getUserReranker(Recommendation<U, U>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.user.OriginalInverseUserMetricReranker
 
getUserReranker(Recommendation<U, U>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.user.ProgressiveDirectUserMetricReranker
 
getUserReranker(Recommendation<U, U>, int) - Method in class es.uam.eps.ir.relison.links.recommendation.reranking.local.user.ProgressiveInverseUserMetricReranker
 
getUsers(int) - Method in class es.uam.eps.ir.relison.sna.community.Communities
Gets the users inside a community.
getUsersByTimestamp(long) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains the list of users which have propagated pieces at a given time.
getUsersToPropagate(PropagatedInformation, UserState<U>, Data<U, I, P>) - Method in class es.uam.eps.ir.relison.diffusion.propagation.AllNeighborsPropagationMechanism
 
getUsersToPropagate(PropagatedInformation, UserState<U>, Data<U, I, P>) - Method in class es.uam.eps.ir.relison.diffusion.propagation.AllRecommendedNeighborsPropagationMechanism
 
getUsersToPropagate(PropagatedInformation, UserState<U>, Data<U, I, P>) - Method in interface es.uam.eps.ir.relison.diffusion.propagation.PropagationMechanism
Selects the users to which propagate a single piece of information.
getUsersToPropagate(PropagatedInformation, UserState<U>, Data<U, I, P>) - Method in class es.uam.eps.ir.relison.diffusion.propagation.PullPushStrategyPropagationMechanism
 
getUsersToPropagate(PropagatedInformation, UserState<U>, Data<U, I, P>) - Method in class es.uam.eps.ir.relison.diffusion.propagation.PullPushStrategyPureRecommenderPropagationMechanism
 
getUsersToPropagate(PropagatedInformation, UserState<U>, Data<U, I, P>) - Method in class es.uam.eps.ir.relison.diffusion.propagation.PullPushStrategyRecommenderPropagationMechanism
 
getUsersToPropagate(PropagatedInformation, UserState<U>, Data<U, I, P>) - Method in class es.uam.eps.ir.relison.diffusion.propagation.PullStrategyPropagationMechanism
 
getUsersToPropagate(PropagatedInformation, UserState<U>, Data<U, I, P>) - Method in class es.uam.eps.ir.relison.diffusion.propagation.PushStrategyPropagationMechanism
 
getUsersWithFeature(String, F) - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Obtains all users with a certain feature value.
getUsersWithPreferences() - Method in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.TransposedUpdateablePreferenceData
 
getUserVector(U) - Method in class es.uam.eps.ir.relison.links.recommendation.updateable.mf.UpdateableFactorization
Returns the row of the user matrix corresponding to the given user.
getValue() - Method in class es.uam.eps.ir.relison.diffusion.data.Feature
Obtains the value of the parameter.
getValue() - Method in class es.uam.eps.ir.relison.graph.multigraph.Weights
Gets the different values for the weight.
getValue() - Method in class es.uam.eps.ir.relison.graph.Weight
Gets the value of the weight.
getValue() - Method in class es.uam.eps.ir.relison.index.IdxValue
Gets the value of the weight.
getValue() - Method in class es.uam.eps.ir.relison.utils.indexes.FastGiniIndex
Obtains the current value of the Gini index.
getValue() - Method in class es.uam.eps.ir.relison.utils.indexes.MonteCarloGini
Obtains the Gini value.
getValue(int) - Method in class es.uam.eps.ir.relison.links.data.letor.Instance
Gets the value for a certain attribute.
getValue(int) - Method in class es.uam.eps.ir.relison.links.data.letor.NominalStats
Obtains the value of the i-th nominal value.
getValue(int) - Method in class es.uam.eps.ir.relison.links.data.ml.features.Feature
Get an individual attribute value.
getValue(int, int) - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedPairwiseRelation
 
getValue(int, int) - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedRelation
 
getValue(int, int) - Method in class es.uam.eps.ir.relison.index.fast.FastWeightedRelation
 
getValue(int, int) - Method in interface es.uam.eps.ir.relison.index.Relation
Obtains the weight of a relation.
getValue(String) - Static method in enum es.uam.eps.ir.relison.links.data.letor.FeatureType
Converts a String into a feature type.
getValue(String) - Static method in enum es.uam.eps.ir.relison.links.data.ml.features.FeatureType
Given a string, obtains the value of the feature type
getValues() - Method in class es.uam.eps.ir.relison.links.data.letor.Instance
Gets the list of values for the different attributes in the pattern.
getValues() - Method in class es.uam.eps.ir.relison.links.data.letor.NominalStats
Obtains the different possible values for the features.
getValues() - Method in class es.uam.eps.ir.relison.links.data.ml.features.Feature
Get the attribute values.
getVector() - Method in class es.uam.eps.ir.relison.utils.datatypes.Vector
Obtains the values for all the coordinates of the vector.
getVertexCount() - Method in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
 
getVertexCount() - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
getVertexCount() - Method in interface es.uam.eps.ir.relison.graph.Graph
Measures the number of nodes in the network.
getVertexCount() - Method in class es.uam.eps.ir.relison.graph.jung.JungGraph
 
getVertexCount() - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
getWriter(File) - Method in interface es.uam.eps.ir.relison.links.linkprediction.io.LinkPredictionFormat
Gets a writer for a file.
getWriter(OutputStream) - Method in interface es.uam.eps.ir.relison.links.linkprediction.io.LinkPredictionFormat
Gets a writer for an output stream.
getWriter(OutputStream) - Method in class es.uam.eps.ir.relison.links.linkprediction.io.TuplesLinkPredictionFormat
 
getWriter(String) - Method in interface es.uam.eps.ir.relison.links.linkprediction.io.LinkPredictionFormat
Gets a writer for a file path.
getWriter(Path) - Method in interface es.uam.eps.ir.relison.links.linkprediction.io.LinkPredictionFormat
Gets a writer for a file path.
gini - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.AbstractCommunityEdgeGiniComplement
Fast implementation of the Gini index.
GINI - Static variable in class es.uam.eps.ir.relison.diffusion.metrics.creator.global.CreatorGlobalGiniComplement
Name fixed value.
GINI - Static variable in class es.uam.eps.ir.relison.diffusion.metrics.creator.individual.CreatorIndividualGiniComplement
Name fixed value.
GINI - Static variable in class es.uam.eps.ir.relison.diffusion.metrics.features.global.UserFeatureGiniComplement
Metric name.
GINI - Static variable in class es.uam.eps.ir.relison.diffusion.metrics.features.indiv.ExternalFeatureIndividualGiniComplement
Name fixed value.
GINI - Static variable in class es.uam.eps.ir.relison.diffusion.metrics.features.indiv.FeatureIndividualGini
Name fixed value.
GINI - Static variable in class es.uam.eps.ir.relison.grid.diffusion.metrics.MetricIdentifiers
Identifier for the individual feature Gini complement metric.
GiniIndex - Class in es.uam.eps.ir.relison.utils.indexes
Computes the value of the Gini Index of a list of values.
GiniIndex() - Constructor for class es.uam.eps.ir.relison.utils.indexes.GiniIndex
 
GiniWeightedFastGreedy<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.
GiniWeightedFastGreedy(double) - Constructor for class es.uam.eps.ir.relison.sna.community.detection.modularity.balanced.GiniWeightedFastGreedy
Constructor.
GINIWEIGHTEDFASTGREEDY - Static variable in class es.uam.eps.ir.relison.grid.community.CommunityDetectionIdentifiers
Identifier of the Gini-weighted FastGreedy community detection approach.
GiniWeightedFastGreedyConfigurator<U extends java.io.Serializable> - Class in es.uam.eps.ir.relison.grid.community.modularity.balanced
Configurator for the balanced version of the FastGreedy community detection algorithm that tries to optimize modularity and Gini of the community sizes.
GiniWeightedFastGreedyConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.community.modularity.balanced.GiniWeightedFastGreedyConfigurator
 
GirvanNewman<U> - Class in es.uam.eps.ir.relison.sna.community.detection.modularity
Implementation of the Girvan-Newman community detection algorithm, based on removing edges with the highest betweenness value.
GirvanNewman() - Constructor for class es.uam.eps.ir.relison.sna.community.detection.modularity.GirvanNewman
 
GIRVANNEWMAN - Static variable in class es.uam.eps.ir.relison.grid.community.CommunityDetectionIdentifiers
Identifier of the Girvan-Newman community detection approach.
GirvanNewmanConfigurator<U extends java.io.Serializable> - Class in es.uam.eps.ir.relison.grid.community.modularity
Configurator for the Girvan-Newman community detection algorithm, which divides the network in communities by removing the edge with the highest betweenness.
GirvanNewmanConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.community.modularity.GirvanNewmanConfigurator
 
GLOBAL_COMM_METRIC - Static variable in class es.uam.eps.ir.relison.grid.sna.MetricTypeIdentifiers
Community metrics.
GlobalCommunityMetricGridSearch<U> - Interface in es.uam.eps.ir.relison.grid.sna.comm.global
Class for performing the grid search for a given global community metric.
GlobalCommunityMetricIdentifiers - Class in es.uam.eps.ir.relison.grid.sna.comm.global
Identifiers for edge metrics.
GlobalCommunityMetricIdentifiers() - Constructor for class es.uam.eps.ir.relison.grid.sna.comm.global.GlobalCommunityMetricIdentifiers
 
GlobalCommunityMetricSelector<U> - Class in es.uam.eps.ir.relison.grid.sna.comm.global
Class that translates from a grid to the different contact recommendation algorithns.
GlobalCommunityMetricSelector() - Constructor for class es.uam.eps.ir.relison.grid.sna.comm.global.GlobalCommunityMetricSelector
 
GLOBALENTROPY - Static variable in class es.uam.eps.ir.relison.grid.diffusion.metrics.MetricIdentifiers
Identifier for the global feature Entropy metric.
GLOBALEXTGINI - Static variable in class es.uam.eps.ir.relison.grid.diffusion.metrics.MetricIdentifiers
Identifier for the global external feature Gini complement metric.
GLOBALEXTRATE - Static variable in class es.uam.eps.ir.relison.grid.diffusion.metrics.MetricIdentifiers
Identifier for the global external feature rate metric.
GLOBALGINI - Static variable in class es.uam.eps.ir.relison.diffusion.metrics.features.global.ExternalFeatureGlobalGiniComplement
Name fixed value.
GLOBALGINI - Static variable in class es.uam.eps.ir.relison.diffusion.metrics.features.global.FeatureGlobalGiniComplement
Name fixed value
GLOBALGINI - Static variable in class es.uam.eps.ir.relison.diffusion.metrics.features.global.FeatureGlobalUserEntropy
Name fixed value.
GLOBALGINI - Static variable in class es.uam.eps.ir.relison.diffusion.metrics.features.global.FeatureGlobalUserGiniComplement
Name fixed value.
GLOBALGINI - Static variable in class es.uam.eps.ir.relison.grid.diffusion.metrics.MetricIdentifiers
Identifier for the global feature Gini complement metric.
GLOBALKLD - Static variable in class es.uam.eps.ir.relison.grid.diffusion.metrics.MetricIdentifiers
Identifier for the global feature KL divergence metric.
GLOBALLHN - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmIdentifiers
Identifier for the global Leicht-Holme-Newman algorithm.
GlobalLHNIndex<U> - Class in es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased
Global Leicht-Holme-Newman similarity algorithm.
GlobalLHNIndex(FastGraph<U>, double) - Constructor for class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.GlobalLHNIndex
Constructor.
GlobalLHNIndex(FastGraph<U>, double, EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.GlobalLHNIndex
Constructor.
GlobalLHNIndexGridSearch<U> - Class in es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased
Grid search generator for global LHN index algorithm.
GlobalLHNIndexGridSearch() - Constructor for class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.GlobalLHNIndexGridSearch
 
GlobalMatrixBasedRecommender<U> - Class in es.uam.eps.ir.relison.links.recommendation.algorithms
Contact recommendation algorithm that on operations over a global matrix.
GlobalMatrixBasedRecommender(FastGraph<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.algorithms.GlobalMatrixBasedRecommender
Constructor.
GlobalMatrixBasedRecommender(FastGraph<U>, MatrixLibrary) - Constructor for class es.uam.eps.ir.relison.links.recommendation.algorithms.GlobalMatrixBasedRecommender
Constructor.
GlobalRankingGreedyReranker<U,​I> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking
Implementation of a greedy reranking strategy for optimizing global properties of the system.
GlobalRankingGreedyReranker(int) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.GlobalRankingGreedyReranker
Constructor.
GlobalRankingLambdaReranker<U,​I> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking
Implementation of a greedy reranking strategy for optimizing global properties of the system.
GlobalRankingLambdaReranker(double, int, Supplier<Normalizer<I>>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.GlobalRankingLambdaReranker
Constructor.
GLOBALREALPROPRECALL - Static variable in class es.uam.eps.ir.relison.grid.diffusion.metrics.MetricIdentifiers
Identifier for the global real propagated recall metric.
GlobalReranker<U,​I> - Interface in es.uam.eps.ir.relison.links.recommendation.reranking.global
Interface for defining reranking strategies which change the position of items in recommendation lists to optimize global properties of the system beyond relevance.
GlobalRerankerFunction<U> - Interface in es.uam.eps.ir.relison.grid.links.recommendation.rerankers
Functions for retrieving reranking algorithms.
GlobalSimulationMetric<U extends java.io.Serializable,​I extends java.io.Serializable,​F> - Interface in es.uam.eps.ir.relison.diffusion.metrics
Interface for the different global metrics (applied over the whole set of users) to apply over the simulation.
GLOBALUSERENTROPY - Static variable in class es.uam.eps.ir.relison.grid.diffusion.metrics.MetricIdentifiers
Identifier for the global feature user Entropy metric.
GLOBALUSERGINI - Static variable in class es.uam.eps.ir.relison.grid.diffusion.metrics.MetricIdentifiers
Identifier for the global feature user Gini complement.
globalvalue - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.SwapReranker
Current global value of the metric.
graph - Variable in class es.uam.eps.ir.relison.diffusion.data.Data
The graph in which the simulation will run.
graph - Variable in class es.uam.eps.ir.relison.diffusion.selections.IndependentCascadeModelSelectionMechanism
Weighted graph.
graph - Variable in class es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph
Original graph.
graph - Variable in class es.uam.eps.ir.relison.graph.generator.ComplementaryGraphGenerator
The original graph
graph - Variable in class es.uam.eps.ir.relison.graph.generator.GraphCloneGenerator
Graph to clone
graph - Variable in class es.uam.eps.ir.relison.graph.generator.SubGraphGenerator
The original graph.
graph - Variable in class es.uam.eps.ir.relison.graph.jung.JungGraph
The JUNG Graph we are using
graph - Variable in class es.uam.eps.ir.relison.links.data.letor.sampling.AbstractIndividualSampler
The graph to sample.
graph - Variable in class es.uam.eps.ir.relison.links.data.TerrierIndex
The graph.
graph - Variable in class es.uam.eps.ir.relison.links.data.updateable.index.fast.FastUpdateableGraphIndex
User index.
graph - Variable in class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.GraphSimpleUpdateableFastPreferenceData
The graph.
graph - Variable in class es.uam.eps.ir.relison.links.linkprediction.AbstractLinkPredictor
The social network.
graph - Variable in class es.uam.eps.ir.relison.links.linkprediction.metrics.ROCCurve
The network.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.GraphSimilarity
The graph.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.metrics.novdiv.MeanPredictionDistance
The training network.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.communities.CompleteCommunityReranker
The original graph.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.communities.InterCommunityReranker
The original graph.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.edge.EdgeMetricReranker
The graph.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.graph.ClusteringCoefficientComplement
The graph.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.graph.GraphMetricReranker
The graph.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.user.UserMetricReranker
The original graph.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.local.GraphLocalReranker
The graph.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.GraphSwapReranker
The graph.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.local.communities.InterCommunityReranker
The user graph.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.local.edge.EdgeMetricReranker
The graph.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.local.edge.EdgeMetricReranker.GraphMetricEdgeReranker
The graph
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.local.graph.ClusteringCoefficientComplement.ClusteringCoefficientUserReranker
The original graph.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.local.graph.ClusteringCoefficientComplement
The original graph.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.local.graph.GraphMetricReranker
The graph.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.local.graph.GraphMetricReranker.GraphMetricUserReranker
The values.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.local.user.UserMetricReranker
The graph.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.local.user.UserMetricReranker.UserMetricUserReranker
The network.
graph - Variable in class es.uam.eps.ir.relison.links.recommendation.UserFastRankingRecommender
The graph which represents the social network relations.
graph - Variable in class es.uam.eps.ir.relison.sna.community.Dendogram
The original graph
graph - Variable in class es.uam.eps.ir.relison.sna.community.graph.SimpleCommunityGraphGenerator
The graph.
graph - Variable in class es.uam.eps.ir.relison.sna.metrics.distance.CompleteDistanceCalculator
Graph the betweenness metrics are built for.
graph - Variable in class es.uam.eps.ir.relison.sna.metrics.distance.FastDistanceCalculator
Graph for which we compute the distances.
graph - Variable in class es.uam.eps.ir.relison.sna.metrics.pair.ClusteringCoefficientIncrement
The original network.
graph - Variable in class es.uam.eps.relison.links.recommendation.test.RecommenderTest
Social network graph.
Graph<V> - Interface in es.uam.eps.ir.relison.graph
Interface for a generic graph.
GRAPH_METRIC - Static variable in class es.uam.eps.ir.relison.grid.sna.MetricTypeIdentifiers
Graph / network metrics.
GraphAnalyzer - Class in es.uam.eps.ir.relison.examples.sna
Program that given a network (and, if available, some community partitions), computes several properties of the network.
GraphAnalyzer() - Constructor for class es.uam.eps.ir.relison.examples.sna.GraphAnalyzer
 
GraphCloneGenerator<U> - Class in es.uam.eps.ir.relison.graph.generator
Class for cloning graphs.
GraphCloneGenerator() - Constructor for class es.uam.eps.ir.relison.graph.generator.GraphCloneGenerator
 
GraphGenerationAlgorithms - Class in es.uam.eps.ir.relison.examples.graphgen
A list containing the names of graph generation algorithms.
GraphGenerationAlgorithms() - Constructor for class es.uam.eps.ir.relison.examples.graphgen.GraphGenerationAlgorithms
 
GraphGenerator<U> - Interface in es.uam.eps.ir.relison.graph.generator
Generates different graphs.
GraphIndex<U> - Interface in es.uam.eps.ir.relison.links.data
Class that represents both user and item indexes for a graph.
GraphLocalReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.local
Generalization of greedy local reranking strategies, for processing several recommendations at a time.
GraphLocalReranker(int, double, Supplier<Normalizer<U>>, int, Graph<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.local.GraphLocalReranker
Constructor.
GraphLocalReranker(int, double, Supplier<Normalizer<U>>, Graph<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.local.GraphLocalReranker
Constructor.
GraphMetric<U> - Interface in es.uam.eps.ir.relison.sna.metrics
Interface for global graph metrics.
GraphMetricEdgeReranker(Recommendation<U, U>, int, Graph<U>, PairMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.local.edge.EdgeMetricReranker.GraphMetricEdgeReranker
Constructor
GraphMetricFunction<U> - Interface in es.uam.eps.ir.relison.grid.sna.graph
Functional interface for retrieving global graph metrics.
GraphMetricGridSearch<U> - Interface in es.uam.eps.ir.relison.grid.sna.graph
Class for performing the parameter configuration of global structural network metrics.
GraphMetricIdentifiers - Class in es.uam.eps.ir.relison.grid.sna.graph
Identifiers for edge metrics.
GraphMetricIdentifiers() - Constructor for class es.uam.eps.ir.relison.grid.sna.graph.GraphMetricIdentifiers
 
GraphMetricReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.graph
Global reranker strategy that reorders the candidate users according to a graph metric.
GraphMetricReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.local.graph
Reranker strategy that reorders the candidate users according to a graph metric.
GraphMetricReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.local.graph
Individual reranker, which reorders a recommendation according to a graph metric.
GraphMetricReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, GraphMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.graph.GraphMetricReranker
Constructor.
GraphMetricReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, GraphMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.local.graph.GraphMetricReranker
Constructor.
GraphMetricReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, GraphMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.local.graph.GraphMetricReranker
Constructor.
GraphMetricReranker.GraphMetricUserReranker - Class in es.uam.eps.ir.relison.links.recommendation.reranking.local.graph
The user reranker.
GraphMetricSelector<U> - Class in es.uam.eps.ir.relison.grid.sna.graph
Class that translates from a grid to the different global metrics of the social network graph.
GraphMetricSelector() - Constructor for class es.uam.eps.ir.relison.grid.sna.graph.GraphMetricSelector
 
GraphMetricsEvaluation - Class in es.uam.eps.ir.relison.examples.links.recommendation.evaluation
Class for analyzing the properties of a graph after adding the outcome of a contact recommendation / link prediction algorithm.
GraphMetricsEvaluation() - Constructor for class es.uam.eps.ir.relison.examples.links.recommendation.evaluation.GraphMetricsEvaluation
 
GraphMetricsTest - Class in es.uam.eps.ir.relison.metrics
Automated unit tests for metrics that affect the whole network.
GraphMetricsTest() - Constructor for class es.uam.eps.ir.relison.metrics.GraphMetricsTest
 
GraphMetricUserReranker(Recommendation<U, U>, int, Graph<U>, GraphMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.local.graph.GraphMetricReranker.GraphMetricUserReranker
Constructor.
GraphReader<V> - Interface in es.uam.eps.ir.relison.io.graph
Interface for graph readers.
GraphSimilarity - Class in es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities
Abstract class for representing similarities extracted from graph properties.
GraphSimilarity(FastGraph<?>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.GraphSimilarity
Constructor.
GraphSimpleFastPreferenceData<U> - Class in es.uam.eps.ir.relison.links.data
Simple implementation of FastPreferenceData backed by nested lists.
GraphSimpleFastPreferenceData(int, List<List<IdxPref>>, List<List<IdxPref>>, GraphIndex<U>) - Constructor for class es.uam.eps.ir.relison.links.data.GraphSimpleFastPreferenceData
Constructor with default IdxPref to IdPref converter.
GraphSimpleFastPreferenceData(int, List<List<IdxPref>>, List<List<IdxPref>>, GraphIndex<U>, Function<IdxPref, IdPref<U>>) - Constructor for class es.uam.eps.ir.relison.links.data.GraphSimpleFastPreferenceData
Constructor with custom IdxPref to IdPref converter.
GraphSimplePreferenceData<U> - Class in es.uam.eps.ir.relison.links.data
Simple map-based preference data for social network evaluation.
GraphSimplePreferenceData(Map<U, List<IdPref<U>>>, Map<U, List<IdPref<U>>>, int) - Constructor for class es.uam.eps.ir.relison.links.data.GraphSimplePreferenceData
Constructor.
GraphSimpleUpdateableFastPreferenceData<U> - Class in es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable
Implementation of a fast updateable version of preference data for social network analysis, based on social network graphs.
GraphSimpleUpdateableFastPreferenceData(FastGraph<U>) - Constructor for class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.GraphSimpleUpdateableFastPreferenceData
Constructor with predetermined IdxPref to IdPref converter.
GraphSimpleUpdateableFastPreferenceData(FastGraph<U>, FastUpdateableGraphIndex<U>, Function<IdxPref, IdPref<U>>, Function<IdxPref, IdPref<U>>) - Constructor for class es.uam.eps.ir.relison.links.data.updateable.preference.fast.updateable.GraphSimpleUpdateableFastPreferenceData
Constructor with custom IdxPref to IdPref converter.
GraphSwapReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap
Abstract implementation of the swap reranking strategy for the contact recommendation context.
GraphSwapReranker(double, int, Supplier<Normalizer<U>>, Graph<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.GraphSwapReranker
Constructor
GraphWriter<V> - Interface in es.uam.eps.ir.relison.io.graph
Interface for graph writers.
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.accuracy.AccuracyConfigurator
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.accuracy.AUCConfigurator
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.accuracy.F1ScoreConfigurator
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.accuracy.PrecisionConfigurator
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.accuracy.RecallConfigurator
 
grid(Grid) - Method in interface es.uam.eps.ir.relison.grid.links.prediction.metrics.LinkPredictionMetricConfigurator
Obtains the different link prediction metrics to compute in a grid.
grid(Grid) - Method in interface es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmGridSearch
Obtains the different recommendation algorithms to execute in a grid.
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.knn.ItemBasedCFGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.knn.UserBasedCFGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.baselines.PopularityGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.baselines.RandomGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.contentbased.CentroidCBGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.contentbased.TwittomenderGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.AdamicAdarGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.CosineGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.HubDepressedIndexGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.HubPromotedIndexGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.JaccardGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.LocalLHNIndexGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.MostCommonNeighborsGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.ResourceAllocationGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.SorensenGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.BIRGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.BM25GridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.DFReeGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.DFReeKLIMGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.DLHGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.DPHGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.EBM25GridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.PivotedNormalizationVSMGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.PL2GridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.QLDGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.QLJMGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.QLLGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.VSMGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.mf.FastImplicitMFGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.mf.ImplicitMFGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.GlobalLHNIndexGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.KatzGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.LocalPathIndexGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.MatrixForestGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.PseudoInverseCosineGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.ShortestDistanceGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.CommuteTimeGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.CommuteTimePersPageRankGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.HITSGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.HittingTimeGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.HittingTimePersPageRankGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.PageRankGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.PersonalizedHITSGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.PersonalizedPageRankGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.PersonalizedSALSAGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.PropFlowGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.SALSAGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.twitter.ClosureGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.twitter.LoveGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.twitter.MoneyGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.twitter.TwitterAverageCosineSimilarityGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.twitter.TwitterCentroidCosineSimilarityGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.twitter.TwitterMaximumCosineSimilarityGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.supervised.LambdaMARTGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.supervised.WekaMLGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.accuracy.MAPConfigurator
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.accuracy.NDCGConfigurator
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.accuracy.PrecisionConfigurator
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.accuracy.RecallConfigurator
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.novdiv.CommunityRecallConfigurator
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.novdiv.ERRIAConfigurator
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.novdiv.IntraListDiversityConfigurator
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.novdiv.LongTailNoveltyConfigurator
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.novdiv.MeanPredictionDistanceConfigurator
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.novdiv.PredictionGiniComplementConfigurator
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.novdiv.UnexpectednessConfigurator
 
grid(Grid) - Method in interface es.uam.eps.ir.relison.grid.links.recommendation.metrics.RecommMetricConfigurator
Obtains the different recommendation algorithms to execute in a grid.
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.local.communities.StrongTiesRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.local.communities.WeakTiesRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.local.RandomRerankerGridSearch
 
grid(Grid) - Method in interface es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerGridSearch
Obtains the different reranking approaches given a grid.
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.edge.AverageEmbeddednessRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.edge.AverageWeaknessRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.edge.HeuristicAverageEmbeddednessRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.edge.HeuristicAverageWeaknessRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.ClusteringCoefficientComplementRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.ClusteringCoefficientRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.CompleteCommunityDegreeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.CompleteCommunityOuterDegreeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.InterCommunityDegreeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.InterCommunityOuterDegreeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.sizenorm.SizeNormCompleteCommunityDegreeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.sizenorm.SizeNormCompleteCommunityOuterDegreeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.sizenorm.SizeNormInterCommunityDegreeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.sizenorm.SizeNormInterCommunityOuterDegreeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.AlternativeSemiCompleteCommunityEdgeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.AlternativeSemiCompleteCommunityOuterEdgeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.CompleteCommunityEdgeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.CompleteCommunityOuterEdgeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.InterCommunityEdgeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.InterCommunityOuterEdgeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.SemiCompleteCommunityEdgeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.SemiCompleteCommunityOuterEdgeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormCompleteCommunityEdgeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormCompleteCommunityOuterEdgeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormInterCommunityEdgeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormInterCommunityOuterEdgeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormSemiCompleteCommunityEdgeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormSemiCompleteCommunityOuterEdgeGiniRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.DegreeGiniComplementRerankerGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.CommunityDestinySizeGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.degree.CompleteCommunityDegreeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.degree.InterCommunityDegreeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.degree.sizenormalized.SizeNormalizedCompleteCommunityDegreeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.degree.sizenormalized.SizeNormalizedInterCommunityDegreeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.edge.CompleteCommunityEdgeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.edge.dice.DiceCompleteCommunityEdgeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.edge.dice.DiceInterCommunityEdgeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.edge.dice.DiceSemiCompleteCommunityEdgeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.edge.InterCommunityEdgeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.edge.SemiCompleteCommunityEdgeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.edge.sizenormalized.SizeNormalizedCompleteCommunityEdgeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.edge.sizenormalized.SizeNormalizedInterCommunityEdgeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.edge.sizenormalized.SizeNormalizedSemiCompleteCommunityEdgeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.size.CommunitySizeGiniGridSearch
 
grid(Grid) - Method in interface es.uam.eps.ir.relison.grid.sna.comm.global.GlobalCommunityMetricGridSearch
Obtains the different global community metrics metrics to compute in a grid.
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.ModularityComplementGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.ModularityGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.NumCommunitiesGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.global.WeakTiesGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.indiv.CommDegreeGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.indiv.CommSizeGridSearch
 
grid(Grid) - Method in interface es.uam.eps.ir.relison.grid.sna.comm.indiv.IndividualCommunityMetricGridSearch
Obtains the different individual community metrics to compute in a grid.
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.comm.indiv.VolumeGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.ASLGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.AverageReciprocalShortestPathLengthGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.ClusteringCoefficientComplementGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.ClusteringCoefficientGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.CompleteEdgeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.DegreeAssortativityGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.DegreeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.DegreePearsonCorrelationGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.DensityGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.DiameterGridSearch
 
grid(Grid) - Method in interface es.uam.eps.ir.relison.grid.sna.graph.GraphMetricGridSearch
Obtains the different global graph metrics to compute in a grid.
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.InfiniteDistancePairsGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.InterEdgeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.NumEdgesGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.RadiusGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.ReciprocalAverageEccentricityGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.ReciprocalDiameterGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.ReciprocityRateGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.graph.SemiCompleteEdgeGiniGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ClusteringCoefficientIncrementGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ComplementaryEmbedednessGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ComplementaryFOAFGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.DistanceGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.DistanceWithoutLinkGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.EdgeBetweennessGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.EdgeWeightGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.EmbedednessGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ExpandedFOAFCountGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ExpandedFOAFGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.FOAFGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.GeodesicsGridSearch
 
grid(Grid) - Method in interface es.uam.eps.ir.relison.grid.sna.pair.PairMetricGridSearch
Obtains the different metrics for pairs of nodes to compute in a grid.
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.PreferentialAttachmentGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ReciprocalShortestPathLengthGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ReciprocityRateGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ShrinkingASLGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ShrinkingASLNeighborsGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ShrinkingDiameterGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ShrinkingDiameterNeighborsGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.WeaknessGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.WeightedFOAFGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.pair.WeightedFOAFLogGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.ClosenessGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.ComplementaryDegreeGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.ComplementaryInverseDegreeGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.ComplementaryLocalClusteringCoefficientGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.ComplementaryPageRankGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.CorenessGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.DegreeGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.EccentricityGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.EigenvectorCentralityGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.FreeDiscoveryGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.HarmonicCentralityGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.HITSGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.InverseDegreeGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.KatzCentralityGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.LocalClusteringCoefficientGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.LocalReciprocityRateGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.NodeBetweennessGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.PageRankGridSearch
 
grid(Grid) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.VertexLengthGridSearch
 
grid(Grid) - Method in interface es.uam.eps.ir.relison.grid.sna.vertex.VertexMetricGridSearch
Obtains the different vertex metrics to compute in a grid.
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.local.communities.StrongTiesRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.local.communities.WeakTiesRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.local.RandomRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in interface es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerGridSearch
Obtains the different reranking approaches given a grid.
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.edge.AverageEmbeddednessRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.edge.AverageWeaknessRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.edge.HeuristicAverageEmbeddednessRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.edge.HeuristicAverageWeaknessRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.ClusteringCoefficientComplementRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.ClusteringCoefficientRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.CompleteCommunityDegreeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.CompleteCommunityOuterDegreeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.InterCommunityDegreeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.InterCommunityOuterDegreeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.sizenorm.SizeNormCompleteCommunityDegreeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.sizenorm.SizeNormCompleteCommunityOuterDegreeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.sizenorm.SizeNormInterCommunityDegreeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.sizenorm.SizeNormInterCommunityOuterDegreeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.AlternativeSemiCompleteCommunityEdgeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.AlternativeSemiCompleteCommunityOuterEdgeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.CompleteCommunityEdgeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.CompleteCommunityOuterEdgeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.InterCommunityEdgeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.InterCommunityOuterEdgeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.SemiCompleteCommunityEdgeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.SemiCompleteCommunityOuterEdgeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormCompleteCommunityEdgeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormCompleteCommunityOuterEdgeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormInterCommunityEdgeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormInterCommunityOuterEdgeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormSemiCompleteCommunityEdgeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.edge.sizenorm.SizeNormSemiCompleteCommunityOuterEdgeGiniRerankerGridSearch
 
grid(Grid, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.DegreeGiniComplementRerankerGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in interface es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmGridSearch
Obtains the different recommendation algorithms to execute in a grid.
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.knn.ItemBasedCFGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.knn.UserBasedCFGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.baselines.PopularityGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.baselines.RandomGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.contentbased.CentroidCBGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.contentbased.TwittomenderGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.AdamicAdarGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.CosineGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.HubDepressedIndexGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.HubPromotedIndexGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.JaccardGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.LocalLHNIndexGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.MostCommonNeighborsGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.ResourceAllocationGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.foaf.SorensenGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.BIRGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.BM25GridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.DFReeGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.DFReeKLIMGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.DLHGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.DPHGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.EBM25GridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.PivotedNormalizationVSMGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.PL2GridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.QLDGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.QLJMGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.QLLGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.VSMGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.mf.FastImplicitMFGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.mf.ImplicitMFGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.GlobalLHNIndexGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.KatzGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.LocalPathIndexGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.MatrixForestGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.PseudoInverseCosineGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.ShortestDistanceGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.CommuteTimeGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.CommuteTimePersPageRankGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.HITSGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.HittingTimeGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.HittingTimePersPageRankGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.PageRankGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.PersonalizedHITSGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.PersonalizedPageRankGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.PersonalizedSALSAGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.PropFlowGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.SALSAGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.twitter.ClosureGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.twitter.LoveGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.twitter.MoneyGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.twitter.TwitterAverageCosineSimilarityGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.twitter.TwitterCentroidCosineSimilarityGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.twitter.TwitterMaximumCosineSimilarityGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.supervised.LambdaMARTGridSearch
 
grid(Grid, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.supervised.WekaMLGridSearch
 
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.accuracy.AccuracyConfigurator
 
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.accuracy.AUCConfigurator
 
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.accuracy.F1ScoreConfigurator
 
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.accuracy.PrecisionConfigurator
 
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.prediction.metrics.accuracy.RecallConfigurator
 
grid(Grid, 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.LinkPredictionMetricConfigurator
Obtains the different link prediction metrics to compute in a grid.
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.accuracy.MAPConfigurator
 
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.accuracy.NDCGConfigurator
 
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.accuracy.PrecisionConfigurator
 
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.accuracy.RecallConfigurator
 
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.novdiv.CommunityRecallConfigurator
 
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.novdiv.ERRIAConfigurator
 
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.novdiv.IntraListDiversityConfigurator
 
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.novdiv.LongTailNoveltyConfigurator
 
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.novdiv.MeanPredictionDistanceConfigurator
 
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.novdiv.PredictionGiniComplementConfigurator
 
grid(Grid, Graph<U>, Graph<U>, PreferenceData<U, U>, PreferenceData<U, U>, FeatureData<U, F, Double>, Communities<U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.metrics.novdiv.UnexpectednessConfigurator
 
grid(Grid, 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.RecommMetricConfigurator
Obtains the different recommendation algorithms to execute in a grid.
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.ASLGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.AverageReciprocalShortestPathLengthGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.ClusteringCoefficientComplementGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.ClusteringCoefficientGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.CompleteEdgeGiniGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.DegreeAssortativityGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.DegreeGiniGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.DegreePearsonCorrelationGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.DensityGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.DiameterGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in interface es.uam.eps.ir.relison.grid.sna.graph.GraphMetricGridSearch
Obtains the different vertex metrics to compute in a grid.
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.InfiniteDistancePairsGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.InterEdgeGiniGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.NumEdgesGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.RadiusGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.ReciprocalAverageEccentricityGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.ReciprocalDiameterGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.ReciprocityRateGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.graph.SemiCompleteEdgeGiniGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ClusteringCoefficientIncrementGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ComplementaryEmbedednessGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ComplementaryFOAFGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.DistanceGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.DistanceWithoutLinkGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.EdgeBetweennessGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.EdgeWeightGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.EmbedednessGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ExpandedFOAFCountGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ExpandedFOAFGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.FOAFGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.GeodesicsGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in interface es.uam.eps.ir.relison.grid.sna.pair.PairMetricGridSearch
Obtains the different metrics for pairs of nodes to compute in a grid.
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.PreferentialAttachmentGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ReciprocalShortestPathLengthGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ReciprocityRateGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ShrinkingASLGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ShrinkingASLNeighborsGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ShrinkingDiameterGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.ShrinkingDiameterNeighborsGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.WeaknessGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.WeightedFOAFGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.pair.WeightedFOAFLogGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.ClosenessGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.ComplementaryDegreeGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.ComplementaryInverseDegreeGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.ComplementaryLocalClusteringCoefficientGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.ComplementaryPageRankGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.CorenessGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.DegreeGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.EccentricityGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.EigenvectorCentralityGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.FreeDiscoveryGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.HarmonicCentralityGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.HITSGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.InverseDegreeGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.KatzCentralityGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.LocalClusteringCoefficientGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.LocalReciprocityRateGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.NodeBetweennessGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.PageRankGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in class es.uam.eps.ir.relison.grid.sna.vertex.VertexLengthGridSearch
 
grid(Grid, DistanceCalculator<U>) - Method in interface es.uam.eps.ir.relison.grid.sna.vertex.VertexMetricGridSearch
Obtains the different vertex metrics to compute in a grid.
grid(Parameters) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.AllSamplerConfigurator
 
grid(Parameters) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.DistanceTwoIndividualSamplerConfigurator
 
grid(Parameters) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.DistanceTwoLinkPredictionIndividualSamplerConfigurator
 
grid(Parameters) - Method in interface es.uam.eps.ir.relison.grid.links.recommendation.sampling.IndividualSamplingAlgorithmConfigurator
Obtains a function for obtaining an individual sampling algorithm.
grid(Parameters) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.LinkPredictionSamplerConfigurator
 
grid(Parameters) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.RecommenderIndividualSamplerConfigurator
 
grid(Parameters, FastGraph<U>, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.AllSamplerConfigurator
 
grid(Parameters, FastGraph<U>, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.DistanceTwoIndividualSamplerConfigurator
 
grid(Parameters, FastGraph<U>, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.DistanceTwoLinkPredictionIndividualSamplerConfigurator
 
grid(Parameters, FastGraph<U>, FastGraph<U>, FastPreferenceData<U, U>) - Method in interface es.uam.eps.ir.relison.grid.links.recommendation.sampling.IndividualSamplingAlgorithmConfigurator
Obtains an individual sampling algorithm.
grid(Parameters, FastGraph<U>, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.LinkPredictionSamplerConfigurator
 
grid(Parameters, FastGraph<U>, FastGraph<U>, FastPreferenceData<U, U>) - Method in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.RecommenderIndividualSamplerConfigurator
 
Grid - Class in es.uam.eps.ir.relison.grid
A grid containing all the possible values for the different parameters of an algorithm, metric, etc.
Grid() - Constructor for class es.uam.eps.ir.relison.grid.Grid
Empty constructor.
Grid(Map<String, List<Double>>, Map<String, List<EdgeOrientation>>, Map<String, List<String>>, Map<String, List<Integer>>, Map<String, List<Boolean>>, Map<String, List<Long>>, Map<String, Map<String, Grid>>) - Constructor for class es.uam.eps.ir.relison.grid.Grid
Constructor.
GridReader - Class in es.uam.eps.ir.relison.grid
Class for reading a grid of parameters from a YAML file.
GridReader() - Constructor for class es.uam.eps.ir.relison.grid.GridReader
 
gridSelector - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.sampling.RecommenderIndividualSamplerConfigurator
Grid selector for the algorithms.
gridValues - Variable in class es.uam.eps.ir.relison.grid.Grid
Grid values for the parameters.
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