A B C D E F G H I J L M N O P R S T U V W X Z

T

target() - Method in class com.intel.hadoop.graphbuilder.graph.Edge
 
target() - Method in class com.intel.hadoop.graphbuilder.graph.glgraph.EdgeType
 
TARGET - Static variable in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.EdgeTransformMR
 
targets - Variable in class com.intel.hadoop.graphbuilder.graph.glgraph.EdgeListStorage
A list of target vertex ids.
targets() - Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.CombinedEdgeValueType
 
test() - Method in class com.intel.hadoop.graphbuilder.test.graph.SparseGraphStructTest
 
testDecodeInt() - Method in class com.intel.hadoop.graphbuilder.test.graph.VertexRecordTest
 
testEmptyGraph() - Method in class com.intel.hadoop.graphbuilder.test.graph.GLGraphTest
 
testEmptyGraph() - Method in class com.intel.hadoop.graphbuilder.test.graph.SimpleGraphTest
 
testEmptyGraph(int) - Method in class com.intel.hadoop.graphbuilder.test.graph.SparseGraphStructTest
 
testEncodeInt() - Method in class com.intel.hadoop.graphbuilder.test.graph.VertexRecordTest
 
testEncodeString() - Method in class com.intel.hadoop.graphbuilder.test.graph.VertexRecordTest
 
testGoogleGraph() - Method in class com.intel.hadoop.graphbuilder.test.graph.GLGraphTest
 
testGraphFormatter() - Method in class com.intel.hadoop.graphbuilder.test.graph.SimpleGraphTest
 
testIndexOp() - Method in class com.intel.hadoop.graphbuilder.test.util.ParallelTest
Test ParFor a[i] = a[i] + i.
testSmallGraph() - Method in class com.intel.hadoop.graphbuilder.test.graph.GLGraphTest
 
testSmallGraph() - Method in class com.intel.hadoop.graphbuilder.test.graph.SimpleGraphTest
 
testSmallGraph() - Method in class com.intel.hadoop.graphbuilder.test.graph.SparseGraphStructTest
 
testSort() - Method in class com.intel.hadoop.graphbuilder.test.util.ParallelTest
Test counting: ParFor counter[a[i]] = a.filter(x == a[i]).size()
TFIDFGraphEnd2End - Class in com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph
An end 2 end job flow for creating an Document-Word bipartie graph, with TFIDF on the edge from a wikipedia xml dump.
TFIDFGraphEnd2End() - Constructor for class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.TFIDFGraphEnd2End
 
time_since_last() - Method in class com.intel.hadoop.graphbuilder.util.Timer
 
time_since_last_millis() - Method in class com.intel.hadoop.graphbuilder.util.Timer
 
Timer - Class in com.intel.hadoop.graphbuilder.util
A simple timer class that can be used for benchmarking/timing up to microsecond resolution.
Timer() - Constructor for class com.intel.hadoop.graphbuilder.util.Timer
Initialize the timer with the current time.
toJSONObj() - Method in class com.intel.hadoop.graphbuilder.graph.glgraph.SparseGraphStruct
 
toJSONString() - Method in class com.intel.hadoop.graphbuilder.types.DoubleType
 
toJSONString() - Method in class com.intel.hadoop.graphbuilder.types.FloatType
 
toJSONString() - Method in class com.intel.hadoop.graphbuilder.types.IntType
 
toJSONString() - Method in class com.intel.hadoop.graphbuilder.types.LongType
 
toJSONString() - Method in class com.intel.hadoop.graphbuilder.types.StringType
 
toString() - Method in class com.intel.hadoop.graphbuilder.graph.Edge
 
toString() - Method in class com.intel.hadoop.graphbuilder.graph.glgraph.GLGraph
 
toString() - Method in class com.intel.hadoop.graphbuilder.graph.simplegraph.SimpleGraph
 
toString() - Method in class com.intel.hadoop.graphbuilder.graph.Vertex
 
toString() - Method in class com.intel.hadoop.graphbuilder.graph.VertexRecord
 
toString() - Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.CombinedEdgeValueType
 
toString() - Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.IngressKeyType
 
toString() - Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue.VertexEdgeUnionType
 
toString() - Method in class com.intel.hadoop.graphbuilder.types.DoubleType
 
toString() - Method in class com.intel.hadoop.graphbuilder.types.EmptyType
 
toString() - Method in class com.intel.hadoop.graphbuilder.types.FloatType
 
toString() - Method in class com.intel.hadoop.graphbuilder.types.IntType
 
toString() - Method in class com.intel.hadoop.graphbuilder.types.LongType
 
toString() - Method in class com.intel.hadoop.graphbuilder.types.StringType
 
toString() - Method in class com.intel.hadoop.graphbuilder.util.Pair
 
TransEdgeMapper<VidType extends org.apache.hadoop.io.WritableComparable<VidType>> - Class in com.intel.hadoop.graphbuilder.idnormalize.mapreduce
This mapper class maps each edge as (u,v,data) into (h(v), (D(u), v, data)) where D is the dictionary that contains entry u.
TransEdgeMapper() - Constructor for class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.TransEdgeMapper
 
TransEdgeMapReduceTest - Class in com.intel.hadoop.graphbuilder.test.idnormalize
A runnable TransEdge Mapreduce taking arguments from commandline.
TransEdgeMapReduceTest() - Constructor for class com.intel.hadoop.graphbuilder.test.idnormalize.TransEdgeMapReduceTest
 
TransEdgeMR - Class in com.intel.hadoop.graphbuilder.idnormalize.mapreduce
This MapReduce class translate the rawIds in the edge list into normalized newIds using the partitioned edgelist output from SortEdgeMR and partitioned dictionary output from SortDictMR.
TransEdgeMR(int, String, GraphParser, FieldParser, FieldParser) - Constructor for class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.TransEdgeMR
 
TransEdgeReducer<VidType extends org.apache.hadoop.io.WritableComparable<VidType>> - Class in com.intel.hadoop.graphbuilder.idnormalize.mapreduce
This reducer class takes from mapper the input (h(v), [(D(u_i),v_i, data)...]) and output (D(u_i), D(v_i), data).
TransEdgeReducer() - Constructor for class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.TransEdgeReducer
 
TransformToTFIDF - Class in com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph
A runnable class that transforms a word count value into tfidf value on the edge.
TransformToTFIDF() - Constructor for class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.TransformToTFIDF
 
TransformToTFIDF.Dividefunc - Class in com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph
f : x * y -> x / y
TransformToTFIDF.Dividefunc() - Constructor for class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.TransformToTFIDF.Dividefunc
 
TransformToTFIDF.FloatCountFunc - Class in com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph
f : x * y -> y + 1
TransformToTFIDF.FloatCountFunc() - Constructor for class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.TransformToTFIDF.FloatCountFunc
 
TransformToTFIDF.IDFfunc - Class in com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph
f : tf * df -> tfidf
TransformToTFIDF.IDFfunc() - Constructor for class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.TransformToTFIDF.IDFfunc
 
TransformToTFIDF.Sumfunc - Class in com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph
f : x * y -> x + y
TransformToTFIDF.Sumfunc() - Constructor for class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.TransformToTFIDF.Sumfunc
 
TypeFactory - Class in com.intel.hadoop.graphbuilder.types
 
TypeFactory() - Constructor for class com.intel.hadoop.graphbuilder.types.TypeFactory
 

A B C D E F G H I J L M N O P R S T U V W X Z