public static enum WeightedCrossEntropy.WCeMMType extends Enum<WeightedCrossEntropy.WCeMMType>
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasFourInputs() | 
| static WeightedCrossEntropy.WCeMMType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static WeightedCrossEntropy.WCeMMType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final WeightedCrossEntropy.WCeMMType BASIC
public static final WeightedCrossEntropy.WCeMMType BASIC_EPS
public static WeightedCrossEntropy.WCeMMType[] values()
for (WeightedCrossEntropy.WCeMMType c : WeightedCrossEntropy.WCeMMType.values()) System.out.println(c);
public static WeightedCrossEntropy.WCeMMType 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 nullpublic boolean hasFourInputs()
Copyright © 2021 The Apache Software Foundation. All rights reserved.