object
EntityUtils
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
-
final
def
asInstanceOf[T0]: T0
-
def
bagToString(bag: BagOfWords, k: Int = 8): String
-
def
bucketBy[E <: HierEntity](entities: Iterable[E], f: (E) ⇒ Seq[String]): HashMap[String, ArrayBuffer[E]]
-
def
bucketByCoAuthorsAndTopics(entities: Iterable[AuthorEntity]): HashMap[String, ArrayBuffer[AuthorEntity]]
-
def
checkIntegrity(entities: Iterable[HierEntity]): Unit
-
def
clone(): AnyRef
-
def
clusteringSizeDistribution[E <: HierEntity](entities: Seq[E]): Map[Int, Int]
-
def
collapseOn[E <: HierEntity](entities: Seq[E], collapser: (E) ⇒ Option[String], newEntity: () ⇒ E, propagater: (E) ⇒ Unit): Seq[E]
-
def
collapseOnCanopyAndCoAuthors(entities: Seq[AuthorEntity], numCoAuthors: Int = 1): Seq[AuthorEntity]
-
-
-
-
-
def
defaultEntityContext(e: Entity): String
-
def
defaultFeaturesToPrint(e: Entity): Seq[String]
-
def
defaultFeaturesToPrintForAuthors(e: Entity): Seq[String]
-
def
displayForEdits(edits: EditSetVariable): String
-
def
entityString(e: Entity, result: StringBuffer, depth: Int = 0, represent: (Entity) ⇒ String = (e:Entity)=>"", context: (Entity) ⇒ String = (e:Entity)=>""): Unit
-
def
entityString(e: Entity, represent: (Entity) ⇒ String, context: (Entity) ⇒ String): String
-
def
entityStringPretty(e: Entity, flatRepresent: (Entity) ⇒ String, featuresToPrint: Option[(Entity) ⇒ Seq[String]], perLevelIndent: String = " ", result: StringBuffer = new StringBuffer, depth: Int = 0): String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
export[T <: HierEntity](file: File, es: Seq[T]): Unit
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
linkChildToParent(child: Entity, parent: Entity)(implicit d: variable.DiffList): Unit
-
def
makeSingletons[E <: HierEntity](entities: Seq[E]): Seq[E]
-
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newId: String
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
null2empty(s: String): String
-
def
prettyPrintAuthor(e: AuthorEntity): Unit
-
def
prettyPrintAuthors(entities: Seq[AuthorEntity]): Unit
-
def
printAuthors(entities: Seq[AuthorEntity], includeSingletons: Boolean = true): Unit
-
def
printAuthorsForAnalysis(entities: Seq[AuthorEntity], errorsOnly: Boolean = true, includeSingletons: Boolean = false): Unit
-
def
printClusteringStats[T <: HierEntity](entities: Seq[T]): Unit
-
def
printEntities(entities: Seq[Entity], includeSingletons: Boolean = true, represent: (Entity) ⇒ String = (e:Entity)=>"", context: (Entity) ⇒ String = (e:Entity)=>""): Unit
-
def
printPapers(entities: Seq[PaperEntity], includeSingletons: Boolean = true): Unit
-
def
printableClusteringStats[E <: HierEntity](entities: Seq[E]): String
-
def
propagateBagUp(entity: Entity)(implicit d: variable.DiffList): Unit
-
def
propagateRemoveBag(parting: Entity, formerParent: Entity)(implicit d: variable.DiffList): Unit
-
def
purity(truths: BagOfTruths): Double
-
def
purity(e: Entity): Double
-
def
reExtractNames(fullName: FullName): Unit
-
val
shortDecimal: DecimalFormat
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
topk(bag: HashMap[String, Double], k: Int = 18): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
writeCanopies(col: MongoCubbieCollection[AuthorCubbie], outDirPath: String, numFiles: Int): Unit