epic
.
sequences
.
SemiCRF
ConstraintSemiCRF
Related Doc:
package SemiCRF
trait
ConstraintSemiCRF
[
L
,
W
]
extends
SemiCRF
[
L
,
W
] with
Factory
[
L
,
W
]
Linear Supertypes
Factory
[
L
,
W
],
Factory
[
W
],
Has2
[
IndexedSeq
[
W
],
LabeledSpanConstraints
[
L
]],
SemiCRF
[
L
,
W
],
Serializable
,
Serializable
,
AnyRef
,
Any
Known Subclasses
BaseModelConstraintSemiCRF
,
IdentityConstraintSemiCRF
Ordering
Alphabetic
By Inheritance
Inherited
ConstraintSemiCRF
Factory
Factory
Has2
SemiCRF
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
constraints
(
seg:
Segmentation
[
L
,
W
]
,
keepGold:
Boolean
=
true
)
:
LabeledSpanConstraints
[
L
]
abstract
def
constraints
(
w:
IndexedSeq
[
W
]
)
:
LabeledSpanConstraints
[
L
]
Definition Classes
ConstraintSemiCRF
→
Factory
→
Factory
abstract
def
labelIndex
:
OptionIndex
[
L
]
Definition Classes
SemiCRF
abstract
def
scorer
(
w:
IndexedSeq
[
W
]
)
:
Anchoring
[
L
,
W
]
Definition Classes
SemiCRF
Concrete 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
def
bestSequence
(
w:
IndexedSeq
[
W
]
,
id:
String
=
""
)
:
Segmentation
[
L
,
W
]
Definition Classes
SemiCRF
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
get
(
h:
IndexedSeq
[
W
]
)
:
LabeledSpanConstraints
[
L
]
Definition Classes
Factory
→
Factory
→
Has2
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
goldMarginal
(
segmentation:
IndexedSeq
[(
L
,
Span
)]
,
w:
IndexedSeq
[
W
]
)
:
Marginal
[
L
,
W
]
Definition Classes
SemiCRF
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
marginal
(
w:
IndexedSeq
[
W
]
)
:
Marginal
[
L
,
W
]
Definition Classes
SemiCRF
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
|
(
other:
Factory
[
W
]
)
:
UnionFactory
[
W
]
Definition Classes
Factory
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
Factory
[
L
,
W
]
Inherited from
Factory
[
W
]
Inherited from
Has2
[
IndexedSeq
[
W
],
LabeledSpanConstraints
[
L
]]
Inherited from
SemiCRF
[
L
,
W
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped