class DatasetMetadata extends WritableAnnotatorComponent
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DatasetMetadata
- WritableAnnotatorComponent
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DatasetMetadata(labels: Array[String], attrs: Array[Attr], attrFeatures: Array[AttrFeature], transitions: Array[Transition], featuresStat: Array[AttrStat])
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val attr2Features: IndexedSeq[Array[AttrFeature]]
- lazy val attr2Id: Map[String, Int]
- val attrFeatures: Array[AttrFeature]
- lazy val attrFeatures2Id: Map[(Int, Int), Int]
- val attrs: Array[Attr]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val featuresStat: Array[AttrStat]
- def filterFeatures(featureIds: Seq[Int]): DatasetMetadata
Leaves only features that in featureIds list
Leaves only features that in featureIds list
- featureIds
\- feature ids to leave
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val label2Id: Map[String, Int]
- val labels: Array[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def serialize: SerializedAnnotatorComponent[_ <: WritableAnnotatorComponent]
- Definition Classes
- DatasetMetadata → WritableAnnotatorComponent
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val transFeature2Id: Map[Transition, Int]
- val transitions: Array[Transition]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)