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

B

b - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.BM25Similarity
Parameter that tunes the effect of the neighborhood size.
b - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.BM25
Parameter that tunes the effect of the neighborhood size.
b - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.Katz
Dampening factor.
b - Variable in class es.uam.eps.ir.relison.links.recommendation.updateable.ir.UpdateableBM25
Parameter that tunes the effect of the neighborhood size.
B - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.BM25GridSearch
Identifier for parameter b
B - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.EBM25GridSearch
Identifier for parameter b
B - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.KatzGridSearch
Identifier for the dump factor of longer length paths.
B - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.pathbased.LocalPathIndexGridSearch
Identifier for the dump factor of longer length paths.
BACKUP - Static variable in class es.uam.eps.ir.relison.examples.diffusion.Diffusion
 
BackupSimulation - Class in es.uam.eps.ir.relison.diffusion.data
Representation of the backup of a simulation.
BackupSimulation() - Constructor for class es.uam.eps.ir.relison.diffusion.data.BackupSimulation
Constructor.
backward - Variable in class es.uam.eps.ir.relison.content.index.AbstractIndex
Mapping from contents to identifiers.
balance(InstanceSet<U>) - Method in interface es.uam.eps.ir.relison.links.data.ml.balance.Balancer
Given an unbalanced dataset, creates a new dataset where every class has the same number of examples.
balance(InstanceSet<U>) - Method in class es.uam.eps.ir.relison.links.data.ml.balance.SMOTEBalancer
 
BalancedFastGreedy<U> - Class in es.uam.eps.ir.relison.sna.community.detection.modularity.balanced
Community detection algorithm for obtaining balanced communities, based on the FastGreedy algorithm by M.E.J.
BalancedFastGreedy(int) - Constructor for class es.uam.eps.ir.relison.sna.community.detection.modularity.balanced.BalancedFastGreedy
Constructor.
BALANCEDFASTGREEDY - Static variable in class es.uam.eps.ir.relison.grid.community.CommunityDetectionIdentifiers
Identifier of the Balanced FastGreedy community detection approach.
BalancedFastGreedyConfigurator<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.
BalancedFastGreedyConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.community.modularity.balanced.BalancedFastGreedyConfigurator
 
Balancer<U> - Interface in es.uam.eps.ir.relison.links.data.ml.balance
Definition of an algorithm that modifies a set of instances, so the classes are balanced.
BARABASI - Static variable in class es.uam.eps.ir.relison.examples.graphgen.GraphGenerationAlgorithms
Identifier for preferential attachment graph generators.
BarabasiGenerator<U> - Class in es.uam.eps.ir.relison.graph.generator.random
Generator for graphs following the Barabasi-Albert Preferential Attachment model for graphs.
BarabasiGenerator() - Constructor for class es.uam.eps.ir.relison.graph.generator.random.BarabasiGenerator
 
BASIC - Static variable in class es.uam.eps.ir.relison.grid.diffusion.filter.FilterIdentifiers
Identifier for the basic filter (does nothing)
BasicFilter<U extends java.io.Serializable,​I extends java.io.Serializable,​F> - Class in es.uam.eps.ir.relison.diffusion.data.filter
Basic implementation of a filter.
BasicFilter() - Constructor for class es.uam.eps.ir.relison.diffusion.data.filter.BasicFilter
 
BasicFilterConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F> - Class in es.uam.eps.ir.relison.grid.diffusion.filter
Class for configuring a basic filter, which does not modify the data.
BasicFilterConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.filter.BasicFilterConfigurator
 
BasicTypeIdentifiers - Class in es.uam.eps.ir.relison.grid
Basic type identifiers for reading parameters from configuration files.
BasicTypeIdentifiers() - Constructor for class es.uam.eps.ir.relison.grid.BasicTypeIdentifiers
 
BatchRecommenderSelectionConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F> - Class in es.uam.eps.ir.relison.grid.diffusion.selection
Configures a selection mechanism that propagates a fixed number of own information pieces, and repropagates pieces which have been received through recommended links with a certain probability, and through not recommended links with other.
BatchRecommenderSelectionConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.selection.BatchRecommenderSelectionConfigurator
 
BatchRecommenderSelectionMechanism<U extends java.io.Serializable,​I extends java.io.Serializable,​P> - Class in es.uam.eps.ir.relison.diffusion.selections
Selects a set of information pieces to propagate depending on the recommendations.
BatchRecommenderSelectionMechanism(int, int, double, EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.diffusion.selections.BatchRecommenderSelectionMechanism
Constructor.
BatchRecommenderSelectionMechanism(int, int, int, double, EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.diffusion.selections.BatchRecommenderSelectionMechanism
Constructor.
beta - Variable in class es.uam.eps.ir.relison.graph.generator.random.WattsStrogatzGenerator
Rewiring probability
beta - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.pathbased.LocalPathIndex
Dampening factor.
BETWEENNESS - Static variable in class es.uam.eps.ir.relison.grid.sna.pair.PairMetricIdentifiers
Identifier for the betweenness metric.
BETWEENNESS - Static variable in class es.uam.eps.ir.relison.grid.sna.vertex.VertexMetricIdentifiers
Identifier for the betweenness metric.
BidirectionalRumorSpreadingModelConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F> - Class in es.uam.eps.ir.relison.grid.diffusion.protocol
Configures a bidirectional rumor spreading diffusion protocol.
BidirectionalRumorSpreadingModelConfigurator() - Constructor for class es.uam.eps.ir.relison.grid.diffusion.protocol.BidirectionalRumorSpreadingModelConfigurator
 
BidirectionalRumorSpreadingModelProtocol<U extends java.io.Serializable,​I extends java.io.Serializable,​F> - Class in es.uam.eps.ir.relison.diffusion.protocols
Adaptation of the pull-push protocol.
BidirectionalRumorSpreadingModelProtocol(int, int, int) - Constructor for class es.uam.eps.ir.relison.diffusion.protocols.BidirectionalRumorSpreadingModelProtocol
Constructor.
BIDIRRUMORSPREADING - Static variable in class es.uam.eps.ir.relison.grid.diffusion.protocol.ProtocolIdentifiers
Identifier for the bidirectional rumor spreading protocol.
BinaryDataReader - Class in es.uam.eps.ir.relison.diffusion.io
Reads data from a binary file.
BinaryDataReader() - Constructor for class es.uam.eps.ir.relison.diffusion.io.BinaryDataReader
 
BinaryDataWriter - Class in es.uam.eps.ir.relison.diffusion.io
Writes data in a binary file.
BinaryDataWriter() - Constructor for class es.uam.eps.ir.relison.diffusion.io.BinaryDataWriter
 
BinaryGraphReader - Class in es.uam.eps.ir.relison.io.graph
Class for reading graph from binary files
BinaryGraphReader() - Constructor for class es.uam.eps.ir.relison.io.graph.BinaryGraphReader
 
BinaryGraphWriter - Class in es.uam.eps.ir.relison.io.graph
Writes a graph into a binary file.
BinaryGraphWriter() - Constructor for class es.uam.eps.ir.relison.io.graph.BinaryGraphWriter
 
binarySearch(int, int, boolean) - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedPairwiseRelation
Given a pair (firstIdx, secondIdx), finds it in the graph using binary search.
binarySearch(int, int, boolean) - Method in class es.uam.eps.ir.relison.index.fast.FastUnweightedRelation
Given a pair (firstIdx, secondIdx), finds it in the graph using binary search.
binarySearch(int, int, W, boolean) - Method in class es.uam.eps.ir.relison.index.fast.FastWeightedRelation
Given a pair (firstIdx, secondIdx), finds it in the graph using binary search.
BinarySimulationReader<U extends java.io.Serializable,​I extends java.io.Serializable,​P> - Class in es.uam.eps.ir.relison.diffusion.io.backup
Reads a simulation from a file.
BinarySimulationReader() - Constructor for class es.uam.eps.ir.relison.diffusion.io.backup.BinarySimulationReader
 
BinarySimulationWriter<U extends java.io.Serializable,​I extends java.io.Serializable,​P> - Class in es.uam.eps.ir.relison.diffusion.io.backup
Writes a simulation into a file.
BinarySimulationWriter() - Constructor for class es.uam.eps.ir.relison.diffusion.io.backup.BinarySimulationWriter
Constructor.
bipartiteGraph - Variable in class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.bipartite.BipartiteRecommender
The bipartite representation of the graph.
BipartiteRecommender<U> - Class in es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.bipartite
Abstract class which represents a bipartite recommender.
BipartiteRecommender(FastGraph<U>, boolean) - Constructor for class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.bipartite.BipartiteRecommender
Constructor.
bir() - Method in class es.uam.eps.relison.links.recommendation.test.RecommenderTest
BIR algorithm
BIR<U> - Class in es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir
Binary independent retrieval algorithm, using a term-based query processing mechanism.
BIR - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmIdentifiers
Identifier for the Binary Independent Retrieval (BIR) algorithm.
BIR(FastGraph<U>, EdgeOrientation, EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.BIR
Constructor
BIRGridSearch<U> - Class in es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir
Grid search generator for Binary Independent Retrieval (BIR) algorithm.
BIRGridSearch() - Constructor for class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.BIRGridSearch
 
BIRSimilarity - Class in es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir
Similarity based on the BIR method from Information Retrieval.
BIRSimilarity(FastGraph<?>, EdgeOrientation, EdgeOrientation) - Constructor for class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.BIRSimilarity
Constructor.
bm25() - Method in class es.uam.eps.relison.links.recommendation.test.RecommenderTest
BM25 algorithm
BM25<U> - Class in es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir
Adaptation of the BM-25 Information Retrieval Algorithm for user recommendation.
BM25 - Static variable in class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.AlgorithmIdentifiers
Identifier for the BM25 algorithm.
BM25(FastGraph<U>, EdgeOrientation, EdgeOrientation, EdgeOrientation, double, double) - Constructor for class es.uam.eps.ir.relison.links.recommendation.algorithms.standalone.ir.BM25
Constructor.
BM25GridSearch<U> - Class in es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir
Grid search generator for the BM25 algorithm.
BM25GridSearch() - Constructor for class es.uam.eps.ir.relison.grid.links.recommendation.algorithms.standalone.ir.BM25GridSearch
 
BM25Similarity - Class in es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir
Similarity based on the BM25 method from Information Retrieval.
BM25Similarity(FastGraph<?>, EdgeOrientation, EdgeOrientation, EdgeOrientation, double, double) - Constructor for class es.uam.eps.ir.relison.links.recommendation.algorithms.knn.similarities.ir.BM25Similarity
Constructor.
BOOLEAN_TYPE - Static variable in class es.uam.eps.ir.relison.grid.BasicTypeIdentifiers
Type identifier for booleans
booleanValues - Variable in class es.uam.eps.ir.relison.grid.Grid
Boolean values for the different parameters.
booleanValues - Variable in class es.uam.eps.ir.relison.grid.Parameters
Boolean values for the different parameters.
builder - Variable in class es.uam.eps.ir.relison.content.index.individual.WrapperIndividualContentIndexBuilder
A builder.
builder - Variable in class es.uam.eps.ir.relison.content.index.lucene.LuceneBuilder
Index writer.
buildTimestampPieces() - Method in class es.uam.eps.ir.relison.diffusion.data.Data
Builds the relationship between timestamps and pairs (user, piece).
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