cc.factorie

Factorie

object Factorie

User: apassos Date: 9/27/13 Time: 12:17 PM

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Factorie
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Assignment = variable.Assignment

  2. type Assignment1[A <: Var] = variable.Assignment1[A]

  3. type Assignment2[A <: Var, B <: Var] = variable.Assignment2[A, B]

  4. type Assignment3[A <: Var, B <: Var, C <: Var] = variable.Assignment3[A, B, C]

  5. type Assignment4[A <: Var, B <: Var, C <: Var, D <: Var] = variable.Assignment4[A, B, C, D]

  6. type BinaryFeatureVectorVariable[T] = variable.BinaryFeatureVectorVariable[T]

  7. type BooleanVariable = variable.BooleanVariable

  8. type CategoricalDomain[T] = variable.CategoricalDomain[T]

  9. type CategoricalVariable[T] = variable.CategoricalVariable[T]

  10. type CategoricalVectorDomain[T] = variable.CategoricalVectorDomain[T]

  11. type CategoricalVectorVariable[T] = variable.CategoricalVectorVariable[T]

  12. type CombinedModel = model.CombinedModel

  13. type Cubbie = util.Cubbie

  14. type DenseTensor1 = la.DenseTensor1

  15. type DenseTensor2 = la.DenseTensor2

  16. type DenseTensor3 = la.DenseTensor3

  17. type DenseTensor4 = la.DenseTensor4

  18. type Diff = variable.Diff

  19. type DiffList = variable.DiffList

  20. type DiscreteDomain = variable.DiscreteDomain

  21. type DiscreteVariable = variable.DiscreteVariable

  22. type DotFamilyWithStatistics1[A <: TensorVar] = model.DotFamilyWithStatistics1[A]

  23. type DotFamilyWithStatistics2[A <: TensorVar, B <: TensorVar] = model.DotFamilyWithStatistics2[A, B]

  24. type DotFamilyWithStatistics3[A <: TensorVar, B <: TensorVar, C <: TensorVar] = model.DotFamilyWithStatistics3[A, B, C]

  25. type DotFamilyWithStatistics4[A <: TensorVar, B <: TensorVar, C <: TensorVar, D <: TensorVar] = model.DotFamilyWithStatistics4[A, B, C, D]

  26. type DotTemplateWithStatistics1[A <: TensorVar] = model.DotTemplateWithStatistics1[A]

  27. type DotTemplateWithStatistics2[A <: TensorVar, B <: TensorVar] = model.DotTemplateWithStatistics2[A, B]

  28. type DotTemplateWithStatistics3[A <: TensorVar, B <: TensorVar, C <: TensorVar] = model.DotTemplateWithStatistics3[A, B, C]

  29. type DotTemplateWithStatistics4[A <: TensorVar, B <: TensorVar, C <: TensorVar, D <: TensorVar] = model.DotTemplateWithStatistics4[A, B, C, D]

  30. type Example = optimize.Example

  31. type Factor = model.Factor

  32. type FeatureVectorVariable[T] = variable.FeatureVectorVariable[T]

  33. type GibbsSampler = infer.GibbsSampler

  34. type GlobalLogging = util.GlobalLogging

  35. type HashFeatureVectorVariable = variable.HashFeatureVectorVariable

  36. type HashMapAssignment = variable.HashMapAssignment

  37. type LabeledCategoricalVariable[T] = variable.LabeledCategoricalVariable[T]

  38. type LikelihoodExample[A <: Iterable[Var], B <: Model] = optimize.LikelihoodExample[A, B]

  39. type MHSampler[T] = infer.MHSampler[T]

  40. type Model = model.Model

  41. type Parameters = model.Parameters

  42. type RealVariable = variable.RealVariable

  43. type StructuredSVMExample[A <: Iterable[Var]] = optimize.StructuredSVMExample[A]

  44. type TemplateModel = model.TemplateModel

  45. type Tensor1 = la.Tensor1

  46. type Tensor2 = la.Tensor2

  47. type Tensor3 = la.Tensor3

  48. type Tensor4 = la.Tensor4

  49. type Var = variable.Var

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val BinarySerializer: util.BinarySerializer.type

  7. val GlobalAssignment: variable.GlobalAssignment.type

  8. val HammingObjective: variable.HammingObjective.type

  9. val InferByBP: InferByBPLoopyTreewise.type

  10. val InferByBPChain: infer.InferByBPChain.type

  11. val InferByBPTree: infer.InferByBPTree.type

  12. val InferByGibbsSampling: infer.InferByGibbsSampling.type

  13. val Maximize: infer.Maximize.type

  14. val MaximizeByBP: MaximizeByBPLoopyTreewise.type

  15. val MaximizeByBPChain: infer.MaximizeByBPChain.type

  16. val MaximizeByBPTree: infer.MaximizeByBPTree.type

  17. val MaximizeByIteratedConditionalModes: infer.MaximizeByIteratedConditionalModes.type

  18. val MiniBatchExample: optimize.MiniBatchExample.type

  19. val TargetAssignment: variable.TargetAssignment.type

  20. val Trainer: optimize.Trainer.type

  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped