Instance Constructors
-
new
EpistemologicalDB(authorCorefModel: AuthorCorefModel, mongoServer: String = "localhost", mongoPort: Int = 27017, mongoDBName: String = "rexa2-cubbie", usePAuths: Boolean = true)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
add(papers: Iterable[PaperEntity], getVenueBag: (String) ⇒ Seq[String]): Unit
-
final
def
asInstanceOf[T0]: T0
-
-
-
def
clone(): AnyRef
-
def
createAuthorsFromPaper(p: PaperEntity): Unit
-
def
drop(): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
filterFieldNameForMongo(s: String): String
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
-
def
inferenceSweep(numEpochs: Int, k: Int, a: Double, b: Double, c: Double, save: Boolean = true): Unit
-
def
insertLabeledRexaMentions(rexaFile: File, getVenueBag: (String) ⇒ Seq[String]): Unit
-
def
insertMentionsFromBibDir(bibDir: File, getVenueBag: (String) ⇒ Seq[String], useKeysAsIds: Boolean = false): Unit
-
def
insertMentionsFromBibDirMultiThreaded(bibDir: File, getVenueBag: (String) ⇒ Seq[String], useKeysAsIds: Boolean = false): Unit
-
def
insertMentionsFromBibFile(bibFile: File, getVenueBag: (String) ⇒ Seq[String], useKeysAsIds: Boolean, bibSplitOnAt: Boolean = false, numEntries: Int = Integer.MAX_VALUE): Unit
-
def
insertMentionsFromDBLP(location: String, getVenueBag: (String) ⇒ Seq[String]): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
def
loadAndEvaluateAuthors(): Unit
-
val
mongoConn: MongoClient
-
val
mongoDB: DB
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
-
def
processAllAuthors(a: Double, b: Double, c: Double, save: Boolean)(implicit random: Random): Unit
-
def
processAllPapers(a: Double, b: Double, c: Double, hashInitialize: Boolean = false)(implicit random: Random): Unit
-
def
processAuthorsFromCanopyFile(file: File, numPerRound: Int): Unit
-
implicit
val
random: Random
-
def
splitFirst(firstName: String): (String, String)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit