Package opennlp.tools.ml.model
Klasse ComparablePredicate
java.lang.Object
opennlp.tools.ml.model.ComparablePredicate
- Alle implementierten Schnittstellen:
Comparable<ComparablePredicate>
A maxent predicate representation which we can use to sort based on the
outcomes. This allows us to make the mapping of features to their parameters
much more compact.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
name
-
outcomes
public final int[] outcomes -
params
public final double[] params
-
-
Konstruktordetails
-
ComparablePredicate
-
-
Methodendetails
-
compareTo
- Angegeben von:
compareTo
in SchnittstelleComparable<ComparablePredicate>
-
hashCode
public int hashCode() -
equals
-
toString
-