public class GlobalInteractionConstraints extends water.Iced<GlobalInteractionConstraints>
Constructor and Description |
---|
GlobalInteractionConstraints(java.lang.String[][] userFeatureInteractions,
java.lang.String[] treeFeatureNames) |
Modifier and Type | Method and Description |
---|---|
boolean |
allowedInteractionContainsColumn(int columnIndex) |
water.util.IcedHashSet<water.util.IcedInt> |
getAllAllowedColumnIndices() |
water.util.IcedHashSet<water.util.IcedInt> |
getAllowedInteractionForIndex(int columnIndex) |
public GlobalInteractionConstraints(java.lang.String[][] userFeatureInteractions, java.lang.String[] treeFeatureNames)
public water.util.IcedHashSet<water.util.IcedInt> getAllowedInteractionForIndex(int columnIndex)
public boolean allowedInteractionContainsColumn(int columnIndex)
public water.util.IcedHashSet<water.util.IcedInt> getAllAllowedColumnIndices()