Packages

o

scalation.graphalytics

TestGraphContainer

object TestGraphContainer

The GraphMatcherTest object creates data graph and query graph that can be used to test the results produced by the pattern matching algorithms.

See also

MS Thesis, "A Comparison of Techniques for Graph Analytics on Big Data"

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestGraphContainer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val correctDualResult: Array[Set[Int]]
  2. val correctIsoResult: Set[Array[Int]]
  3. val correctSimpleResult: Array[Set[Int]]
  4. val testGraph: Graph

    The test data graph

  5. val testQuery: Graph

    The test query graph