Class MLConstants
java.lang.Object
es.uam.eps.ir.relison.links.data.ml.MLConstants
public class MLConstants
extends java.lang.Object
Constants for Machine Learning algorithms.
-
Field Summary
Fields Modifier and Type Field Description static int
NEGATIVECLASS
Identifier for the negative class.static int
POSITIVECLASS
Identifier for the positive class. -
Constructor Summary
Constructors Constructor Description MLConstants()
-
Method Summary
-
Field Details
-
POSITIVECLASS
public static final int POSITIVECLASSIdentifier for the positive class.- See Also:
- Constant Field Values
-
NEGATIVECLASS
public static final int NEGATIVECLASSIdentifier for the negative class.- See Also:
- Constant Field Values
-
-
Constructor Details
-
MLConstants
public MLConstants()
-