object SentimentEvaluator
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SentimentEvaluator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accuracy(mat: Array[Array[Int]], isCorrect: (Int, Int) ⇒ Boolean, isUsed: (Int, Int) ⇒ Boolean): String
- def accuracy(mat: Array[Array[Int]]): String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def isCorrectBinary(gold: Int, guess: Int): Boolean
- def isCorrectNormal(gold: Int, guess: Int): Boolean
- def isCorrectTernary(gold: Int, guess: Int): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isUsedAlways(gold: Int, guess: Int): Boolean
- def isUsedBinaryCoarse(gold: Int, guess: Int): Boolean
- def main(args: Array[String]): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def printFromConfusionMatrix(mat: Array[Array[Int]]): Unit
- def readStringMatrix(str: String): Array[Array[Int]]
- def renderNumerDenom(numer: Int, denom: Int): String
- def socherDevRootMatrix: Array[Array[Int]]
- def socherDevSpanMatrix: Array[Array[Int]]
- def socherNonneutralDevRootMatrix: Array[Array[Int]]
- def socherNonneutralDevSpanMatrix: Array[Array[Int]]
- def socherNonneutralTestRootMatrix: Array[Array[Int]]
- def socherNonneutralTestRootMatrixNew: Array[Array[Int]]
- def socherNonneutralTestSpanMatrix: Array[Array[Int]]
- def socherNonneutralTestSpanMatrixNew: Array[Array[Int]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def transpose(arr: Array[Array[Int]]): Array[Array[Int]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )