edu.cmu.ml.rtw.pra.experiments

Outputter

class Outputter extends AnyRef

Handles outputting results and other information from running PRA to the file system.

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

Instance Constructors

  1. new Outputter(params: JValue, praBase: String, methodName: String, fileUtil: FileUtil = new com.mattg.util.FileUtil())

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val baseDir: String

  8. def begin(): Unit

  9. def clean(): Unit

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def debug(message: String): Unit

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

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

    Definition Classes
    AnyRef → Any
  14. def error(message: String): Unit

  15. def fatal(message: String): Unit

  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. implicit val formats: DefaultFormats.type

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

    Definition Classes
    AnyRef → Any
  19. def getNode(index: Int, graph: Graph): String

  20. def getPathType(pathType: PathType, graph: Graph): String

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def info(message: String): Unit

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def logToFile(message: String): Unit

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

    Definition Classes
    AnyRef
  26. lazy val nodeNames: Map[String, String]

  27. final def notify(): Unit

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

    Definition Classes
    AnyRef
  29. def outputAtLevel(message: String, level: Int): Unit

  30. def outputDataset[T <: Instance](filename: String, data: Dataset[T]): Unit

  31. def outputFeatureMatrix(isTraining: Boolean, matrix: FeatureMatrix, featureNames: Seq[String]): Unit

  32. def outputNodePairScores(filename: String, scores: Seq[(NodePairInstance, Double)], trainingData: Dataset[NodePairInstance]): Unit

  33. def outputNodeScores(filename: String, scores: Seq[(NodeInstance, Double)], trainingData: Dataset[NodeInstance]): Unit

  34. def outputPathCountMap(pathCountMap: Map[NodePairInstance, Map[PathType, Int]], data: Dataset[NodePairInstance]): Unit

  35. def outputPathCounts(pathCounts: Map[PathType, Int]): Unit

  36. def outputPaths(pathTypes: Seq[PathType], graph: Graph): Unit

  37. def outputScores[T <: Instance](scores: Seq[(T, Double)], trainingData: Dataset[T]): Unit

  38. def outputWeights(weights: Seq[Double], featureNames: Seq[String]): Unit

  39. def setLogLevel(level: Int): Unit

  40. def setRelation(_relation: String): Unit

  41. val shouldOutputMatrices: Boolean

  42. val shouldOutputPathCountMap: Boolean

  43. val shouldOutputPathCounts: Boolean

  44. val shouldOutputPaths: Boolean

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

    Definition Classes
    AnyRef
  46. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def warn(message: String): Unit

  51. def writeGlobalParams(_params: JValue): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped