A Model that concatenates the factors of multiple contained models.
A 1-neighbor Factor whose statistics have type Tensor, and whose score is the dot product between this Tensor and a "weightsSet" parameter Tensor.
A 2-neighbor Factor whose statistics have type Tensor, and whose score is the dot product between this Tensor and a "weightsSet" parameter Tensor.
A 3-neighbor Factor whose statistics have type Tensor, and whose score is the dot product between this Tensor and a "weightsSet" parameter Tensor.
A 4-neighbor Factor whose statistics have type Tensor, and whose score is the dot product between this Tensor and a "weightsSet" parameter Tensor.
A 1-neighbor Factor whose neighbor has Tensor values, and whose statistics are the outer product of those values, and whose score is the dot product between this Tensor and a "weightsSet" parameter Tensor.
A 2-neighbor Factor whose neighbors have Tensor values, and whose statistics are the outer product of those values, and whose score is the dot product between this Tensor and a "weightsSet" parameter Tensor.
A 3-neighbor Factor whose neighbors have Tensor values, and whose statistics are the outer product of those values, and whose score is the dot product between this Tensor and a "weightsSet" parameter Tensor.
A 4-neighbor Factor whose neighbors have Tensor values, and whose statistics are the outer product of those values, and whose score is the dot product between this Tensor and a "weightsSet" parameter Tensor.
A Family whose Factors have scores calculated as a dot-product between sufficient statistics WeightsMap and the Family's weightsSet Tensor.
A single factor in a factor graph.
A Factor with one neighboring variable
The only abstract things are _1, _2, statistics(Values), and StatisticsType
The only abstract things are _1, _2, _3, statistics(Values), and StatisticsType
The only abstract things are _1, _2, _3, statistics(Values), and StatisticsType
A 1-neighbor Factor whose statistics have type Tuple1.
A Model that explicitly stores all factors, with an efficient map from variables to their neighboring factors.
An iterable collection for efficiently holding a single Factor.
In FACTORIE a Model is a source of factors.
An object with a "parameters" method, which returns a WeightsSet holding the multiple Tensors that make up the parameters.
A template for creating Factors.
A Template that creates Factors with one neighbor.
A Model whose Factors come from Templates.
A 1-neighbor Factor whose statistics have type Tensor.
A 2-neighbor Factor whose statistics have type Tensor.
A 3-neighbor Factor whose statistics have type Tensor.
A 4-neighbor Factor whose statistics have type Tensor.
A trait for 1-neighbor Factor whose neighbor has Tensor values, and whose statistics are the outer product of those values.
A trait for 2-neighbor Factor whose neighbors have Tensor values, and whose statistics are the outer product of those values.
A trait for 3-neighbor Factor whose neighbors have Tensor values, and whose statistics are the outer product of those values.
A trait for 4-neighbor Factor whose neighbors have Tensor values, and whose statistics are the outer product of those values.
A 1-neighbor Factor whose neighbor has Tensor values, and whose statistics are the outer product of those values.
A 2-neighbor Factor whose neighbors have Tensor values, and whose statistics are the outer product of those values.
A 3-neighbor Factor whose neighbors have Tensor values, and whose statistics are the outer product of those values.
A 4-neighbor Factor whose neighbors have Tensor values, and whose statistics are the outer product of those values.
A Family whose Factors have statistics that are WeightsMap.
A collection of Tensors each associated with a Weights key.
A 2-neighbor Factor whose statistics have type Tuple2.
A 3-neighbor Factor whose statistics have type Tuple2.
A 4-neighbor Factor whose statistics have type Tuple2.
A TensorVar that is also used as a key in a TensorSet.
A TensorSet in which the Tensors are not stored in the Weights objects, but in a map inside this object.
A TensorSet used for holding parameters.
A Cubbie for serializing a WeightsSet.