edu.cmu.ml.rtw.pra.features

BfsPathFinder

abstract class BfsPathFinder[T <: Instance] extends PathFinder[T]

Linear Supertypes
PathFinder[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BfsPathFinder
  2. PathFinder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BfsPathFinder(params: JValue, relation: String, relationMetadata: RelationMetadata, outputter: Outputter, fileUtil: FileUtil = new com.mattg.util.FileUtil())

Abstract Value Members

  1. abstract def getSubgraphForInstance(instance: T): Subgraph

  2. abstract def nodePairMatchesInstance(pair: (Int, Int), instance: T): Boolean

Concrete 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 allowedKeys: Seq[String]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def bfsFromNode(graph: Graph, factory: PathTypeFactory, source: Int, target: Int, unallowedRelations: Set[Int], resultsByPathType: HashMap[PathType, HashSet[(Int, Int)]]): Map[Int, HashSet[PathType]]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createPathTypeFactory(params: JValue, graph: Graph): PathTypeFactory

  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. val factoryParams: JValue

  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findPaths(data: Dataset[T]): Unit

    Definition Classes
    BfsPathFinderPathFinder
  16. def finished(): Unit

    Definition Classes
    BfsPathFinderPathFinder
  17. implicit val formats: DefaultFormats.type

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def getLocalSubgraph(instance: T): Subgraph

    Definition Classes
    BfsPathFinderPathFinder
  20. def getLocalSubgraphs(): Map[T, Subgraph]

    Definition Classes
    BfsPathFinderPathFinder
  21. def getPathCountMap(): Map[T, Map[PathType, Integer]]

    Definition Classes
    BfsPathFinderPathFinder
  22. def getPathCounts(): Map[PathType, Integer]

    Definition Classes
    BfsPathFinderPathFinder
  23. def hashCode(): Int

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

    Definition Classes
    Any
  25. val logLevel: Int

  26. val maxFanOut: Int

  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. val numSteps: Int

  31. var results: Map[T, Subgraph]

  32. def runBfs(data: Dataset[T]): Map[T, Subgraph]

  33. def shouldSkip(source: Int, target: Int, node1: Int, node2: Int, relation: Int, exclude: Set[Int]): Boolean

  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PathFinder[T]

Inherited from AnyRef

Inherited from Any

Ungrouped