case class TstpProofStats[T <: FileData](name: T, dagSize: BigInt, treeSize: BigInt, depth: Int, rule_histogram: Map[RuleName, Int], clause_frequency: Map[ClauseId, Int], reused_axioms: Map[RuleName, (String, Int)], reused_derived: Map[RuleName, (String, Int)], clause_sizes: Statistic[Int], clause_weights: Statistic[Int]) extends CommonProofStats[T] with Serializable with Product
Statistical data for a gapt.proofs.sketch.RefutationSketch sketch
- T
a subtype of FileData that represents the location and metadata of a TSTP file
- name
the name of the problem
- dagSize
the same as sketch.dagSize
- treeSize
the same as sketch.treeSize
- depth
the same as sketch.depth
- rule_histogram
map from a rule's name to how often the rule appears in the proof
- clause_frequency
a map from the clause id to how often the clause appears
- reused_axioms
the frequency of all leaf nodes that are used at least once
- reused_derived
the frequency of all inner nodes that are used at least once
- clause_sizes
statistics over the length of clauses in the proof
- Annotations
- @SerialVersionUID()
- Source
- common.scala
- Alphabetic
- By Inheritance
- TstpProofStats
- Product
- Equals
- CommonProofStats
- CSVConvertible
- Serializable
- Serializable
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
TstpProofStats(name: T, dagSize: BigInt, treeSize: BigInt, depth: Int, rule_histogram: Map[RuleName, Int], clause_frequency: Map[ClauseId, Int], reused_axioms: Map[RuleName, (String, Int)], reused_derived: Map[RuleName, (String, Int)], clause_sizes: Statistic[Int], clause_weights: Statistic[Int])
- name
the name of the problem
- dagSize
the same as sketch.dagSize
- treeSize
the same as sketch.treeSize
- depth
the same as sketch.depth
- rule_histogram
map from a rule's name to how often the rule appears in the proof
- clause_frequency
a map from the clause id to how often the clause appears
- reused_axioms
the frequency of all leaf nodes that are used at least once
- reused_derived
the frequency of all inner nodes that are used at least once
- clause_sizes
statistics over the length of clauses in the proof
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from TstpProofStats[T] to any2stringadd[TstpProofStats[T]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (TstpProofStats[T], B)
- Implicit
- This member is added by an implicit conversion from TstpProofStats[T] to ArrowAssoc[TstpProofStats[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
clause_frequency: Map[ClauseId, Int]
- Definition Classes
- TstpProofStats → CommonProofStats
-
val
clause_sizes: Statistic[Int]
- Definition Classes
- TstpProofStats → CommonProofStats
-
val
clause_weights: Statistic[Int]
- Definition Classes
- TstpProofStats → CommonProofStats
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
csvHeader(): CSVRow[String]
Returns the csv header decribing the data
Returns the csv header decribing the data
- Definition Classes
- TstpProofStats → CSVConvertible
-
val
dagSize: BigInt
- Definition Classes
- TstpProofStats → CommonProofStats
-
def
dagSizeByDepth(): BigDecimal
Computes dagSize / depth
Computes dagSize / depth
- Definition Classes
- CommonProofStats
-
val
depth: Int
- Definition Classes
- TstpProofStats → CommonProofStats
-
def
derived_statistics(): Option[Statistic[Int]]
Computes statistics how often derived axioms are reused
Computes statistics how often derived axioms are reused
- Definition Classes
- CommonProofStats
-
def
ensuring(cond: (TstpProofStats[T]) ⇒ Boolean, msg: ⇒ Any): TstpProofStats[T]
- Implicit
- This member is added by an implicit conversion from TstpProofStats[T] to Ensuring[TstpProofStats[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (TstpProofStats[T]) ⇒ Boolean): TstpProofStats[T]
- Implicit
- This member is added by an implicit conversion from TstpProofStats[T] to Ensuring[TstpProofStats[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): TstpProofStats[T]
- Implicit
- This member is added by an implicit conversion from TstpProofStats[T] to Ensuring[TstpProofStats[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): TstpProofStats[T]
- Implicit
- This member is added by an implicit conversion from TstpProofStats[T] to Ensuring[TstpProofStats[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from TstpProofStats[T] to StringFormat[TstpProofStats[T]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
name: T
- Definition Classes
- TstpProofStats → CommonProofStats
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
reused_axioms: Map[RuleName, (String, Int)]
- Definition Classes
- TstpProofStats → CommonProofStats
-
val
reused_derived: Map[RuleName, (String, Int)]
- Definition Classes
- TstpProofStats → CommonProofStats
-
def
reused_statistics(): Option[Statistic[Int]]
Computes statistics how often axioms are reused
Computes statistics how often axioms are reused
- Definition Classes
- CommonProofStats
-
val
rule_histogram: Map[RuleName, Int]
- Definition Classes
- TstpProofStats → CommonProofStats
-
def
sizeRatio(): BigDecimal
Computes treeSize / dagSize
Computes treeSize / dagSize
- Definition Classes
- CommonProofStats
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toCSV(): CSVRow[String]
Converts the data to a CSV row
Converts the data to a CSV row
- Definition Classes
- TstpProofStats → CSVConvertible
-
val
treeSize: BigInt
- Definition Classes
- TstpProofStats → CommonProofStats
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (TstpProofStats[T], B)
- Implicit
- This member is added by an implicit conversion from TstpProofStats[T] to ArrowAssoc[TstpProofStats[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
This is the API documentation for GAPT.
The main package is gapt.