edu.cmu.ml.rtw.pra

graphs

package graphs

Visibility
  1. Public
  2. All

Type Members

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

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

  3. trait EdgeResponse extends GraphResponse

  4. class FreebaseKbFilesCreator extends AnyRef

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

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

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

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

  9. trait Graph extends AnyRef

  10. class GraphBuilder extends AnyRef

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

  12. class GraphCreator extends AnyRef

  13. class GraphDensifier extends AnyRef

  14. class GraphExplorer extends AnyRef

    This is similar to a FeatureGenerator, in that it does the same thing as the first step of PRA, but it does not actually produce a feature matrix.

  15. class GraphInMemory extends Graph

  16. sealed trait GraphMessage extends AnyRef

  17. class GraphOnDisk extends Graph

  18. trait GraphResponse extends AnyRef

  19. trait ISyntheticDataCreatorFactory extends AnyRef

  20. class InMemoryPprComputer extends PprComputer

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

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

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

  24. trait NodeResponse extends GraphResponse

  25. class PcaDecomposer extends AnyRef

  26. trait PprComputer extends AnyRef

  27. class PprNegativeExampleSelector extends AnyRef

  28. class RelationSet extends AnyRef

  29. class RemoteGraph extends Graph

  30. class RemoteGraphServer extends Thread

  31. class SimilarityMatrixCreator extends AnyRef

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

  33. class SyntheticDataCreator extends AnyRef

    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.

  34. class SyntheticDataCreatorFactory extends ISyntheticDataCreatorFactory

Value Members

  1. object GetGraphStats extends GraphMessage with Product with Serializable

  2. object Graph

  3. object PprComputerCreator

  4. object RemoteGraph

  5. object RunRemoteGraphServer

Ungrouped