public static enum MLConstants.RECOMMENDATION_ALGORITHM extends Enum<MLConstants.RECOMMENDATION_ALGORITHM>
| Enum Constant and Description |
|---|
COLLABORATIVE_FILTERING |
COLLABORATIVE_FILTERING_IMPLICIT |
| Modifier and Type | Method and Description |
|---|---|
static MLConstants.RECOMMENDATION_ALGORITHM |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MLConstants.RECOMMENDATION_ALGORITHM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MLConstants.RECOMMENDATION_ALGORITHM COLLABORATIVE_FILTERING
public static final MLConstants.RECOMMENDATION_ALGORITHM COLLABORATIVE_FILTERING_IMPLICIT
public static MLConstants.RECOMMENDATION_ALGORITHM[] values()
for (MLConstants.RECOMMENDATION_ALGORITHM c : MLConstants.RECOMMENDATION_ALGORITHM.values()) System.out.println(c);
public static MLConstants.RECOMMENDATION_ALGORITHM valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 WSO2, Inc.. All rights reserved.