Package

edu.cmu.ml.rtw.pra

graphs

Permalink

package graphs

Visibility
  1. Public
  2. All

Type Members

  1. case class EdgeAbsent(name: String) extends EdgeResponse with Product with Serializable

    Permalink
  2. case class EdgePresent(id: Int, name: String) extends EdgeResponse with Product with Serializable

    Permalink
  3. trait EdgeResponse extends GraphResponse

    Permalink
  4. class FreebaseKbFilesCreator extends AnyRef

    Permalink
  5. final case class GetEdgeById(id: Int) extends GraphMessage with Product with Serializable

    Permalink
  6. final case class GetEdgeByName(name: String) extends GraphMessage with Product with Serializable

    Permalink
  7. final case class GetNodeById(id: Int) extends GraphMessage with Product with Serializable

    Permalink
  8. final case class GetNodeByName(name: String) extends GraphMessage with Product with Serializable

    Permalink
  9. trait Graph extends AnyRef

    Permalink
  10. class GraphBuilder extends AnyRef

    Permalink
  11. class GraphChiPprComputer extends WalkUpdateFunction[EmptyType, Integer] with PprComputer

    Permalink
  12. class GraphCreator extends Step

    Permalink
  13. class GraphDensifier extends AnyRef

    Permalink
  14. class GraphInMemory extends Graph

    Permalink
  15. sealed trait GraphMessage extends AnyRef

    Permalink
  16. class GraphOnDisk extends Graph

    Permalink
  17. trait GraphResponse extends AnyRef

    Permalink
  18. trait ISyntheticDataCreatorFactory extends AnyRef

    Permalink
  19. class InMemoryPprComputer extends PprComputer

    Permalink
  20. case class Node(edges: TIntObjectHashMap[(TIntArrayList, TIntArrayList)]) extends Product with Serializable

    Permalink
  21. case class NodeAbsent(name: String) extends NodeResponse with Product with Serializable

    Permalink
  22. case class NodePresent(id: Int, name: String, node: Node) extends NodeResponse with Product with Serializable

    Permalink
  23. trait NodeResponse extends GraphResponse

    Permalink
  24. class PcaDecomposer extends AnyRef

    Permalink
  25. trait PprComputer extends AnyRef

    Permalink
  26. class PprNegativeExampleSelector extends AnyRef

    Permalink
  27. class RelationSet extends AnyRef

    Permalink
  28. class RemoteGraph extends Graph

    Permalink
  29. class RemoteGraphServer extends Thread

    Permalink
  30. class SimilarityMatrixCreator extends AnyRef

    Permalink
  31. final case class StatsResponse(numNodes: Int, numEdgeTypes: Int) extends GraphResponse with Product with Serializable

    Permalink
  32. class SyntheticDataCreator extends AnyRef

    Permalink

    Things this doesn't capture very well: - Recursion (if you want to demonstrate where PRA fails with respect to ProPPR) - Mutual exclusivity of certain relations (and maybe other kinds of relation metadata), though PRA doesn't do a great job exploiting this right now, anyway - Characteristics of actual data.

    Things this doesn't capture very well: - Recursion (if you want to demonstrate where PRA fails with respect to ProPPR) - Mutual exclusivity of certain relations (and maybe other kinds of relation metadata), though PRA doesn't do a great job exploiting this right now, anyway - Characteristics of actual data. It'd be nice if you could generate some synthetic data that was based off of what you see in Freebase, for instance, though I'm not really sure how to do that.

  33. class SyntheticDataCreatorFactory extends ISyntheticDataCreatorFactory

    Permalink

Value Members

  1. object GetGraphStats extends GraphMessage with Product with Serializable

    Permalink
  2. object Graph

    Permalink
  3. object PprComputer

    Permalink
  4. object RemoteGraph

    Permalink
  5. object RunRemoteGraphServer

    Permalink

Ungrouped