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

O

OBJECT - Static variable in class es.uam.eps.ir.relison.grid.ParametersReader
Identifier for the grid.
OBJECT_TYPE - Static variable in class es.uam.eps.ir.relison.grid.BasicTypeIdentifiers
Type identifier for grids
object2idx(T) - Method in class es.uam.eps.ir.relison.index.fast.FastIndex
 
object2idx(T) - Method in interface es.uam.eps.ir.relison.index.ReducedIndex
Gets the index of a given object.
object2idx(U) - Method in class es.uam.eps.ir.relison.graph.multigraph.fast.AbstractFastMultiGraph
 
object2idx(V) - Method in class es.uam.eps.ir.relison.graph.fast.AbstractFastGraph
 
OBJECTS - Static variable in class es.uam.eps.ir.relison.grid.GridReader
The identifier for the values in objects of the grid type.
obtainLeaves() - Method in class es.uam.eps.ir.relison.graph.tree.UnweightedTreeTest
Tests the methods for obtaining the leaves of the tree.
obtainParentsAndChildren() - Method in class es.uam.eps.ir.relison.graph.tree.UnweightedTreeTest
Tests the functions for obtaining parents and children of nodes.
ois - Variable in class es.uam.eps.ir.relison.diffusion.io.backup.BinarySimulationReader
Object input stream for reading into file.
OLDEST - Static variable in class es.uam.eps.ir.relison.grid.diffusion.update.UpdateMechanismIdentifiers
Identifier for the update mechanism that merges the oldest piece of information.
OldestUpdateConfigurator - Class in es.uam.eps.ir.relison.grid.diffusion.update
Configures an update mechanism that just takes the newest piece.
OldestUpdateConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.update.OldestUpdateConfigurator
 
OldestUpdateMechanism - Class in es.uam.eps.ir.relison.diffusion.update
Update mechanism that just takes the oldest information piece.
OldestUpdateMechanism() - Constructor for class es.uam.eps.ir.relison.diffusion.update.OldestUpdateMechanism
 
oldGraph - Variable in class es.uam.eps.ir.relison.sna.metrics.vertex.HITS
Last graph which computed the resolution.
omega - Variable in class es.uam.eps.ir.relison.links.linkprediction.supervised.classifiers.LogisticRegressionClassifier
Vector that determines the hyperplane which separates both classes.
onlyFollowedUsers(FastGraph<U>) - Static method in class es.uam.eps.ir.relison.links.recommendation.SocialFastFilters
Prevents recommenders from recommending links to nodes with indegree equal to zero.
onlyNeighbours(FastGraph<U>) - Static method in class es.uam.eps.ir.relison.links.recommendation.SocialFastFilters
Prevents recommenders from recommending links outside of the network (mainly used for detecting if the links will remain in the network or not.
onlyNeighbours(Graph<U>) - Static method in class es.uam.eps.ir.relison.links.linkprediction.filter.LinkPredFastFilters
Filter that only allows links that already exist in the graph.
onlyNewLinks(Graph<U>) - Static method in class es.uam.eps.ir.relison.links.linkprediction.filter.LinkPredFastFilters
Filter that only allows links that do not exist in the graph.
ONLYOWN - Static variable in class es.uam.eps.ir.relison.grid.diffusion.selection.SelectionMechanismIdentifiers
Identifier for selecting only pieces of information they have created.
OnlyOwnInformationSelectionMechanism<U extends java.io.Serializable,​I extends java.io.Serializable,​P> - Class in es.uam.eps.ir.relison.diffusion.selections
Selection mechanism that does not propagate any information piece created by other users (only pieces owned by the propagating user).
OnlyOwnInformationSelectionMechanism(int) - Constructor for class es.uam.eps.ir.relison.diffusion.selections.OnlyOwnInformationSelectionMechanism
Constructor.
OnlyOwnInformationSelectionMechanism(int, int) - Constructor for class es.uam.eps.ir.relison.diffusion.selections.OnlyOwnInformationSelectionMechanism
Constructor
OnlyOwnSelectionConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F> - Class in es.uam.eps.ir.relison.grid.diffusion.selection
Configures a selection mechanism that only propagates the information created by the user.
OnlyOwnSelectionConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.selection.OnlyOwnSelectionConfigurator
 
onlyReciprocal(Graph<U>) - Static method in class es.uam.eps.ir.relison.links.linkprediction.filter.LinkPredFastFilters
Filter that only allows pairs of nodes whose reciprocal exists.
ONLYREPR - Static variable in class es.uam.eps.ir.relison.grid.diffusion.filter.FilterIdentifiers
Identifier for the filter that only keeps repropagated information by other users.
OnlyRepropagatedPiecesFilter<U extends java.io.Serializable,​I extends java.io.Serializable,​F> - Class in es.uam.eps.ir.relison.diffusion.data.filter
Filter that removes information pieces that are not propagated by other users.
OnlyRepropagatedPiecesFilter() - Constructor for class es.uam.eps.ir.relison.diffusion.data.filter.OnlyRepropagatedPiecesFilter
 
OnlyRepropagatedPiecesFilterConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F> - Class in es.uam.eps.ir.relison.grid.diffusion.filter
Configures a filter which keeps only those pieces which have been repropagated in a real setting.
OnlyRepropagatedPiecesFilterConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.filter.OnlyRepropagatedPiecesFilterConfigurator
 
onlyTrainUsers(Graph<U>, Graph<U>) - Static method in class es.uam.eps.ir.relison.graph.Adapters
Given two graphs (test and training graphs), generates a new graph containing only the users present in the second one.
onlyUsers(Set<U>) - Static method in class es.uam.eps.ir.relison.links.linkprediction.filter.LinkPredFastFilters
Limits the set of users to consider to a set of them.
oos - Variable in class es.uam.eps.ir.relison.diffusion.io.backup.BinarySimulationWriter
Object output stream for writing into file.
optimalNumComms - Variable in class es.uam.eps.ir.relison.sna.community.detection.modularity.AbstractFastGreedy
The optimal number of communities.
optimalNumComms - Variable in class es.uam.eps.ir.relison.sna.community.detection.modularity.balanced.AlternativeGiniFastGreedy
The optimal number of communities.
optimalNumComms - Variable in class es.uam.eps.ir.relison.sna.community.detection.modularity.balanced.GiniWeightedFastGreedy
The optimal number of communities.
optimalNumComms - Variable in class es.uam.eps.ir.relison.sna.community.detection.modularity.GirvanNewman
The optimal number of communities.
or(Predicate<Pair<U>>...) - Static method in class es.uam.eps.ir.relison.links.linkprediction.filter.LinkPredFastFilters
Filter that combines several filters.
order - Variable in class es.uam.eps.ir.relison.links.recommendation.filler.IdFiller
A list containing the selected order for the items.
order - Variable in class es.uam.eps.ir.relison.links.recommendation.filler.RandomFiller
A list containing the selected order for the items.
OrderedListCombiner - Class in es.uam.eps.ir.relison.utils.listcombiner
Methods and algorithms for combining ordered lists.
OrderedListCombiner() - Constructor for class es.uam.eps.ir.relison.utils.listcombiner.OrderedListCombiner
 
orient - Variable in class es.uam.eps.ir.relison.diffusion.selections.IndependentCascadeModelSelectionMechanism
Neighborhood where the information pieces come from.
orient - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.GlobalLHNIndex
The orientation selection for the adjacency matrix.
orient - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.Katz
Edge orientation to take.
orient - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.LocalPathIndex
The orientation for the adjacency matrix.
orient - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.MatrixForest
The orientation for the Laplacian matrix.
orient - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.PseudoInverseCosine
The orientation for the Laplacian matrix.
orient - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.graph.DegreeGiniReranker
Selected orientation for the Degree Gini
orient - Variable in class es.uam.eps.ir.relison.sna.metrics.vertex.Coreness
The orientation to choose for the edges.
orient - Variable in class es.uam.eps.ir.relison.sna.metrics.vertex.EigenvectorCentrality
The orientation of the paths.
orient - Variable in class es.uam.eps.ir.relison.sna.metrics.vertex.FreeDiscovery
Orientation.
orient - Variable in class es.uam.eps.ir.relison.sna.metrics.vertex.KatzCentrality
The orientation of the paths.
orient - Variable in class es.uam.eps.ir.relison.sna.metrics.vertex.LocalReciprocityRate
Orientation of the edges.
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.contentbased.CentroidCBGridSearch
Identifier for the orientation.
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.GlobalLHNIndexGridSearch
Identifier for the orientation selection for the adjacency matrix.
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.KatzGridSearch
Identifier for the orientation selection for the adjacency matrix.
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.LocalPathIndexGridSearch
Identifier for the orientation selection for the adjacency matrix.
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.MatrixForestGridSearch
Identifier for the orientation selection for the adjacency matrix.
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.PseudoInverseCosineGridSearch
Identifier for the orientation selection for the adjacency matrix.
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.degree.CompleteCommunityDegreeGiniGridSearch
Identifier for the degree selection
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.degree.InterCommunityDegreeGiniGridSearch
Identifier for the degree selection
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.degree.sizenormalized.SizeNormalizedCompleteCommunityDegreeGiniGridSearch
Identifier for the degree selection
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.comm.global.gini.degree.sizenormalized.SizeNormalizedInterCommunityDegreeGiniGridSearch
Identifier for the degree selection
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.comm.indiv.CommDegreeGridSearch
Identifier for the orientation
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.comm.indiv.VolumeGridSearch
Identifier for the orientation
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.graph.DegreeAssortativityGridSearch
Identifier for the orientation
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.graph.DegreeGiniGridSearch
Identifier for the degree selection
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.vertex.ComplementaryDegreeGridSearch
Identifier for the orientation
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.vertex.ComplementaryInverseDegreeGridSearch
Identifier for the orientation
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.vertex.CorenessGridSearch
Identifier for the orientation
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.vertex.DegreeGridSearch
Identifier for the orientation
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.vertex.EigenvectorCentralityGridSearch
Identifier for the orientation
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.vertex.FreeDiscoveryGridSearch
 
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.vertex.InverseDegreeGridSearch
Identifier for the orientation
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.vertex.KatzCentralityGridSearch
Identifier for the orientation
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.vertex.LocalReciprocityRateGridSearch
Identifier for the orientation
ORIENT - Static variable in class es.uam.eps.ir.relison.grid.sna.vertex.VertexLengthGridSearch
Identifier for the orientation
orientation - Variable in class es.uam.eps.ir.relison.diffusion.propagation.AllNeighborsPropagationMechanism
The orientation for selecting the neighbors.
orientation - Variable in class es.uam.eps.ir.relison.diffusion.propagation.AllRecommendedNeighborsPropagationMechanism
The orientation for selecting the neighbors.
orientation - Variable in class es.uam.eps.ir.relison.diffusion.propagation.PullPushStrategyPropagationMechanism
Edge direction of the neighbors to ask for information.
orientation - Variable in class es.uam.eps.ir.relison.diffusion.propagation.PullPushStrategyPureRecommenderPropagationMechanism
The orientation for selecting the neighborhood.
orientation - Variable in class es.uam.eps.ir.relison.diffusion.propagation.PullPushStrategyRecommenderPropagationMechanism
Edge direction of the neighbors to ask for information.
orientation - Variable in class es.uam.eps.ir.relison.diffusion.propagation.PullStrategyPropagationMechanism
The orientation for selecting the neighbors.
orientation - Variable in class es.uam.eps.ir.relison.diffusion.propagation.PushStrategyPropagationMechanism
The orientation for selecting the neighbors.
orientation - Variable in class es.uam.eps.ir.relison.diffusion.selections.BatchRecommenderSelectionMechanism
Neighborhood the information pieces come from.
orientation - Variable in class es.uam.eps.ir.relison.diffusion.selections.LimitedCountThresholdSelectionMechanism
Orientation for selecting the neighborhood.
orientation - Variable in class es.uam.eps.ir.relison.diffusion.selections.LimitedProportionThresholdSelectionMechanism
Orientation for selecting the neighborhood.
orientation - Variable in class es.uam.eps.ir.relison.diffusion.selections.ProportionThresholdSelectionMechanism
Orientation for selecting the neighborhood.
orientation - Variable in class es.uam.eps.ir.relison.diffusion.selections.PureRecommenderSelectionMechanism
Neighborhood the information pieces come from.
orientation - Variable in class es.uam.eps.ir.relison.diffusion.selections.RecommenderSelectionMechanism
It indicates the neighborhood that sends the information pieces.
orientation - Variable in class es.uam.eps.ir.relison.diffusion.sight.AllRecommendedSightMechanism
Orientation for indicating whih neighbors of the user propagate the information.
orientation - Variable in class es.uam.eps.ir.relison.diffusion.sight.AllTrainSightMechanism
Orientation for indicating whih neighbors of the user propagate the information.
orientation - Variable in class es.uam.eps.ir.relison.diffusion.sight.RecommendedSightMechanism
Orientation for indicating whih neighbors of the user propagate the information.
orientation - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.distance.ShortestDistance
Direction of the paths for computing the distance
orientation - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.randomwalk.PropFlow
Orientation of the edges.
orientation - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.communities.InterCommunityDegreeGiniComplement
Community Gini orientation selection
orientation - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.local.communities.InterCommunityDegreeGiniComplement
The orientation which indicates which community degree to use
orientation - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.degree.AbstractCommunityDegreeGiniComplement
Neighborhood selection
orientation - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.local.communities.InterCommunityDegreeGiniComplement.CommGiniUserReranker
Edge orientation.
orientation - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.local.communities.InterCommunityDegreeGiniComplement
Orientation of the edges.
orientation - Variable in class es.uam.eps.ir.relison.sna.metrics.communities.graph.gini.degree.CommunityDegreeGini
The degree to take in the community graph.
orientation - Variable in class es.uam.eps.ir.relison.sna.metrics.communities.graph.gini.degree.sizenormalized.SizeNormalizedCommunityDegreeGini
The degree to take in the community graph.
orientation - Variable in class es.uam.eps.ir.relison.sna.metrics.communities.indiv.CommunityDegree
Indicates if the degree to obtain is inDegree, outDegree or the full degree of the community graph.
orientation - Variable in class es.uam.eps.ir.relison.sna.metrics.communities.indiv.Volume
Indicates if the degree to use is inDegree, outDegree or the full degree of the community graph.
orientation - Variable in class es.uam.eps.ir.relison.sna.metrics.complementary.vertex.ComplementaryDegree
The orientation in which the score is computed.
orientation - Variable in class es.uam.eps.ir.relison.sna.metrics.complementary.vertex.ComplementaryInverseDegree
The orientation in which the score is computed.
orientation - Variable in class es.uam.eps.ir.relison.sna.metrics.graph.DegreeGini
Orientation of the edges.
orientation - Variable in class es.uam.eps.ir.relison.sna.metrics.vertex.Degree
The orientation in which the score is computed.
orientation - Variable in class es.uam.eps.ir.relison.sna.metrics.vertex.InverseDegree
The orientation in which the score is computed.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.propagation.AllNeighborsPropagationConfigurator
Identifier for the neighbors towards whom we want to propagate the information.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.propagation.AllRecommendedNeighborsPropagationConfigurator
Identifier for the neighbors towards whom we want to propagate the information.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.propagation.PullPropagationConfigurator
Identifier for the neighbors towards whom we want to propagate the information.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.propagation.PullPushPropagationConfigurator
Identifier for the neighbors towards whom we want to propagate the information.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.propagation.PullPushPureRecommenderPropagationConfigurator
Identifier for the neighbors towards whom we want to propagate the information.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.propagation.PullPushRecommenderPropagationConfigurator
Identifier for the neighbors towards whom we want to propagate the information.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.propagation.PushPropagationConfigurator
Identifier for the neighbors towards whom we want to propagate the information.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.selection.BatchRecommenderSelectionConfigurator
Identifier for the direction propagated information pieces come from.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.selection.LimitedCountThresholdSelectionConfigurator
Identifier for the direction propagated information pieces come from.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.selection.LimitedProportionThresholdSelectionConfigurator
Identifier for the direction propagated information pieces come from.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.selection.ProportionThresholdSelectionConfigurator
Identifier for the direction propagated information pieces come from.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.selection.PureRecommenderSelectionConfigurator
Identifier for the direction propagated information pieces come from.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.selection.RecommenderSelectionConfigurator
Identifier for the direction propagated information pieces come from.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.sight.AllRecommendedSightConfigurator
Identifier for the direction propagated information pieces come from.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.sight.AllTrainSightConfigurator
Identifier for the direction propagated information pieces come from.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.diffusion.sight.RecommendedSightConfigurator
Identifier for the direction propagated information pieces come from.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.ShortestDistanceGridSearch
Identifier for the orientation of the paths from the origin to the source
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.randomwalks.PropFlowGridSearch
Identifier for the edge orientation
ORIENTATION - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.CompleteCommunityDegreeGiniRerankerGridSearch
Identifier for the neighborhood selection.
ORIENTATION - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.CompleteCommunityOuterDegreeGiniRerankerGridSearch
Identifier for the neighborhood selection.
ORIENTATION - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.InterCommunityDegreeGiniRerankerGridSearch
Identifier for the neighborhood selection.
ORIENTATION - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.InterCommunityOuterDegreeGiniRerankerGridSearch
Identifier for the neighborhood selection.
ORIENTATION - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.sizenorm.SizeNormCompleteCommunityDegreeGiniRerankerGridSearch
Identifier for the neighborhood selection.
ORIENTATION - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.sizenorm.SizeNormCompleteCommunityOuterDegreeGiniRerankerGridSearch
Identifier for the neighborhood selection.
ORIENTATION - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.sizenorm.SizeNormInterCommunityDegreeGiniRerankerGridSearch
Identifier for the neighborhood selection.
ORIENTATION - Variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.comms.gini.degree.sizenorm.SizeNormInterCommunityOuterDegreeGiniRerankerGridSearch
Identifier for the neighborhood selection.
ORIENTATION - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.swap.graph.DegreeGiniComplementRerankerGridSearch
Identifier for the neighborhood selection.
ORIENTATION_TYPE - Static variable in class es.uam.eps.ir.relison.grid.BasicTypeIdentifiers
Type identifier for edge orientations
orientationValues - Variable in class es.uam.eps.ir.relison.grid.Grid
Edge orientation values for the different parameters
orientationValues - Variable in class es.uam.eps.ir.relison.grid.Parameters
Edge orientation values for the different parameters
origin - Variable in class es.uam.eps.ir.relison.sna.metrics.pair.ExpandedNeighborCountedOverlap
True if we have to obtain the d2 neighbors of the origin user, false if we have to do it for the destination.
origin - Variable in class es.uam.eps.ir.relison.sna.metrics.pair.ExpandedNeighborOverlap
True if we have to obtain the distance neighbors of the origin user, false if we have to do it for the destination.
ORIGIN - Static variable in class es.uam.eps.ir.relison.grid.sna.pair.ExpandedFOAFCountGridSearch
Identifier for the parameter indicating whether we take the distance two neighborhood of the first or the second node.
ORIGIN - Static variable in class es.uam.eps.ir.relison.grid.sna.pair.ExpandedFOAFGridSearch
Identifier for the parameter indicating whether we take the distance two neighborhood of the first or the second node.
OriginalDirectEdgeMetricReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.local.edge
Reranker strategy that optimizes the average value of an edge metric.
OriginalDirectEdgeMetricReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.local.edge
Reranker that optimizes the average value of an edge metric.
OriginalDirectEdgeMetricReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, PairMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.local.edge.OriginalDirectEdgeMetricReranker
Constructor.
OriginalDirectEdgeMetricReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, PairMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.local.edge.OriginalDirectEdgeMetricReranker
Constructor.
OriginalDirectEdgeMetricReranker.OriginalDirectGraphMetricEdgeReranker - Class in es.uam.eps.ir.relison.links.recommendation.reranking.local.edge
Class that reranks an individual recommendation using the original value of the edge metric.
OriginalDirectGraphMetricEdgeReranker(Recommendation<U, U>, int, Graph<U>, PairMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.local.edge.OriginalDirectEdgeMetricReranker.OriginalDirectGraphMetricEdgeReranker
Constructor.
OriginalDirectUserMetricReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.user
Global reranker that optimizes the average value of vertex metric.
OriginalDirectUserMetricReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.local.user
Reranker that optimizes the average value of vertex metric.
OriginalDirectUserMetricReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.local.user
Reranker that optimizes the average value of vertex metric.
OriginalDirectUserMetricReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, VertexMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.user.OriginalDirectUserMetricReranker
Constructor.
OriginalDirectUserMetricReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, VertexMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.local.user.OriginalDirectUserMetricReranker
Constructor.
OriginalDirectUserMetricReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, VertexMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.local.user.OriginalDirectUserMetricReranker
Constructor.
OriginalDirectUserMetricReranker.OriginalDirectUserMetricUserReranker - Class in es.uam.eps.ir.relison.links.recommendation.reranking.local.user
The user reranker.
OriginalDirectUserMetricUserReranker(Recommendation<U, U>, int, Graph<U>, VertexMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.local.user.OriginalDirectUserMetricReranker.OriginalDirectUserMetricUserReranker
Constructor.
OriginalInverseEdgeMetricReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.local.edge
Reranker strategy that minimizes the average value of an edge metric.
OriginalInverseEdgeMetricReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.local.edge
Reranker that minimizes the average value of an edge metric.
OriginalInverseEdgeMetricReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, PairMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.local.edge.OriginalInverseEdgeMetricReranker
Constructor.
OriginalInverseEdgeMetricReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, PairMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.local.edge.OriginalInverseEdgeMetricReranker
Constructor.
OriginalInverseEdgeMetricReranker.OriginalInverseGraphMetricEdgeReranker - Class in es.uam.eps.ir.relison.links.recommendation.reranking.local.edge
Class that reranks an individual recommendation using the inverse value of an edge metric.
OriginalInverseGraphMetricEdgeReranker(Recommendation<U, U>, int, Graph<U>, PairMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.local.edge.OriginalInverseEdgeMetricReranker.OriginalInverseGraphMetricEdgeReranker
Constructor.
OriginalInverseUserMetricReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.user
Global reranker that minimizes the average value of vertex metric.
OriginalInverseUserMetricReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.local.user
Reranker that minimizes the average value of vertex metric.
OriginalInverseUserMetricReranker<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.local.user
Reranker that minimizes the average value of vertex metric.
OriginalInverseUserMetricReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, VertexMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.user.OriginalInverseUserMetricReranker
Constructor.
OriginalInverseUserMetricReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, VertexMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.local.user.OriginalInverseUserMetricReranker
Constructor.
OriginalInverseUserMetricReranker(double, int, Supplier<Normalizer<U>>, Graph<U>, VertexMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.local.user.OriginalInverseUserMetricReranker
Constructor.
OriginalInverseUserMetricReranker.OriginalInverseUserMetricUserReranker - Class in es.uam.eps.ir.relison.links.recommendation.reranking.local.user
The individual user reranker.
OriginalInverseUserMetricUserReranker(Recommendation<U, U>, int, Graph<U>, VertexMetric<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.local.user.OriginalInverseUserMetricReranker.OriginalInverseUserMetricUserReranker
Constructor.
originFunction - Variable in class es.uam.eps.ir.relison.sna.metrics.graph.PearsonCorrelation
Function for computing the values for each origin node in the link.
originInstances - Variable in class es.uam.eps.ir.relison.links.data.letor.InstanceSet
Instances identified by the origin node of the edge.
origInstances - Variable in class es.uam.eps.ir.relison.links.data.ml.weka.WekaInstanceSet
A map that links the (u,v) link with the instance, indexed by the origin node.
OUT - es.uam.eps.ir.relison.graph.edges.EdgeOrientation
Orientation for selecting the outgoing neighborhood (adjacent nodes).
outDegree - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.globalranking.communities.ModularityComplement
The relation between the users and their out-degree.
outDegree - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.local.communities.WeakTies.ModularityUserReranker
The relation between the users and their out-degree.
outDegree(U) - Method in interface es.uam.eps.ir.relison.graph.multigraph.DirectedMultiGraph
 
outDegree(V) - Method in interface es.uam.eps.ir.relison.graph.DirectedGraph
Obtains the out-degree of a node.
outDegree(V) - Method in interface es.uam.eps.ir.relison.graph.Graph
Calculates the out-degree of a node.
outDegree(V) - Method in interface es.uam.eps.ir.relison.graph.UndirectedGraph
 
outer - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.degree.AbstractCommunityDegreeGiniComplement
Indicates if the reranker promotes the links.
outer - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.AbstractCommunityEdgeGiniComplement
True if we want to force links to go outside communities, false otherwise.
outer - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.sizenormalized.SizeNormalizedCompleteCommunityEdgeGiniComplement
True if we want to force links outside communities.
outer - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.sizenormalized.SizeNormalizedInterCommunityEdgeGiniComplement
True if we want to force links outside communities, false otherwise.
outer - Variable in class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.sizenormalized.SizeNormalizedSemiCompleteCommunityEdgeGiniComplement
True if we want to force links outside communities, false otherwise.
OuterAlternativeSemiCompleteCommunityEdgeGiniComplement<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge
Swap reranker that optimizes the Gini index of the distribution of edges between communities.
OuterAlternativeSemiCompleteCommunityEdgeGiniComplement(double, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>, boolean) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.OuterAlternativeSemiCompleteCommunityEdgeGiniComplement
Constructor.
OUTERCDEGREEGINI - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerIdentifiers
Identifier for the swap reranker promoting complete community degree Gini, forcing edges out of the community.
OUTERCEDGEGINI - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerIdentifiers
Identifier for the swap reranker promoting the complete community edge Gini complement, forcing edges out of the community.
OuterCompleteCommunityDegreeGiniComplement<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.degree
Swap reranker for promoting the balance in the degree distribution for the different communities.
OuterCompleteCommunityDegreeGiniComplement(double, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>, boolean, EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.degree.OuterCompleteCommunityDegreeGiniComplement
Constructor.
OuterCompleteCommunityEdgeGiniComplement<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge
Swap reranker that optimizes the Gini index of the distribution of edges between communities.
OuterCompleteCommunityEdgeGiniComplement(double, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>, boolean) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.OuterCompleteCommunityEdgeGiniComplement
Constructor.
OUTERICDEGREEGINI - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerIdentifiers
Identifier for the swap reranker promoting inter-community degree Gini complement, forcing edges out of the community.
OUTERICEDGEGINI - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerIdentifiers
Identifier for the swap reranker promoting the inter-community edge Gini complement, forcing edges out of the community.
OuterInterCommunityDegreeGiniComplement<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.degree
Swap reranker for promoting the balance in the degree distribution for the different communities.
OuterInterCommunityDegreeGiniComplement(double, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>, EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.degree.OuterInterCommunityDegreeGiniComplement
Constructor.
OuterInterCommunityEdgeGiniComplement<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge
Swap reranker that optimizes the Gini index of the distribution of edges between communities.
OuterInterCommunityEdgeGiniComplement(double, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.OuterInterCommunityEdgeGiniComplement
Constructor.
OUTERSCEDGEGINI - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerIdentifiers
Identifier for the swap reranker promoting the semi-complete community edge Gini complement, forcing edges out of the community.
OuterSemiCompleteCommunityEdgeGiniComplement<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge
Swap reranker that optimizes the Gini index of the distribution of edges between communities.
OuterSemiCompleteCommunityEdgeGiniComplement(double, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>, boolean) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.OuterSemiCompleteCommunityEdgeGiniComplement
Constructor.
OuterSizeNormalizedCompleteCommunityDegreeGiniComplement<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.degree.sizenormalized
Swap reranker for promoting the balance in the degree distribution for the different communities.
OuterSizeNormalizedCompleteCommunityDegreeGiniComplement(double, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>, boolean, EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.degree.sizenormalized.OuterSizeNormalizedCompleteCommunityDegreeGiniComplement
Constructor.
OuterSizeNormalizedCompleteCommunityEdgeGiniComplement<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.sizenormalized
Swap reranker for promoting the balance in the degree distribution for the different communities.
OuterSizeNormalizedCompleteCommunityEdgeGiniComplement(double, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>, boolean) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.sizenormalized.OuterSizeNormalizedCompleteCommunityEdgeGiniComplement
Constructor.
OuterSizeNormalizedInterCommunityDegreeGiniComplement<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.degree.sizenormalized
Swap reranker for promoting the balance in the degree distribution for the different communities.
OuterSizeNormalizedInterCommunityDegreeGiniComplement(double, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>, EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.degree.sizenormalized.OuterSizeNormalizedInterCommunityDegreeGiniComplement
Constructor.
OuterSizeNormalizedInterCommunityEdgeGiniComplement<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.sizenormalized
Swap reranker for promoting the balance in the degree distribution for the different communities.
OuterSizeNormalizedInterCommunityEdgeGiniComplement(double, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.sizenormalized.OuterSizeNormalizedInterCommunityEdgeGiniComplement
Constructor.
OuterSizeNormalizedSemiCompleteCommunityEdgeGiniComplement<U> - Class in es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.sizenormalized
Swap reranker for promoting the balance in the degree distribution for the different communities.
OuterSizeNormalizedSemiCompleteCommunityEdgeGiniComplement(double, int, Supplier<Normalizer<U>>, Graph<U>, Communities<U>, boolean) - Constructor for class es.uam.eps.ir.relison.links.recommendation.reranking.global.swap.comm.gini.edge.sizenormalized.OuterSizeNormalizedSemiCompleteCommunityEdgeGiniComplement
Constructor.
OUTERSNCDEGREEGINI - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerIdentifiers
Identifier for the swap reranker promoting the size-normalized complete community degree Gini complement, forcing edges out of the community.
OUTERSNCEDGEGINI - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerIdentifiers
Identifier for the size-normalized complete community edge Gini complement, forcing edges out of the community.
OUTERSNICDEGREEGINI - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerIdentifiers
Identifier for the swap reranker promoting size-normalized inter-community degree Gini complement, forcing edges out of the community.
OUTERSNICEDGEGINI - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerIdentifiers
Identifier for the size-normalized inter-community edge Gini complement, forcing edges out of the community.
OUTERSNSCEDGEGINI - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.rerankers.RerankerIdentifiers
Identifier for the size-normalized semi-complete community edge Gini complement, forcing edges out of the community.
outs - Variable in class es.uam.eps.ir.relison.sna.metrics.pair.ClusteringCoefficientIncrement
Outgoing links.
ownFeats - Variable in class es.uam.eps.ir.relison.diffusion.metrics.features.indiv.AbstractExternalFeatureIndividualSimulationMetric
The set of own parameters for each user.
ownFeatures - Variable in class es.uam.eps.ir.relison.diffusion.metrics.features.global.AbstractExternalFeatureGlobalSimulationMetric
The set of own features for each user.
ownInfo - Variable in class es.uam.eps.ir.relison.diffusion.data.FastUser
Map that contains the information created by this user.
ownSelection - Variable in class es.uam.eps.ir.relison.diffusion.selections.Selection
Selection of own information pieces to propagate.
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