public class Condition
extends water.Iced
Modifier and Type | Class and Description |
---|---|
static class |
Condition.Operator |
static class |
Condition.Type |
Modifier and Type | Field and Description |
---|---|
int[] |
catTreshold |
java.lang.String |
featureName |
java.lang.String[] |
languageCatTreshold |
java.lang.String |
languageCondition |
boolean |
NAsIncluded |
double |
numTreshold |
Condition.Operator |
operator |
Constructor and Description |
---|
Condition(int featureIndex,
Condition.Type type,
Condition.Operator operator,
double numTreshold,
java.lang.String[] languageCatTreshold,
int[] catTreshold,
java.lang.String featureName,
boolean NAsIncluded) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getFeatureIndex() |
int |
getNumCatTreshold() |
double |
getNumTreshold() |
Condition.Operator |
getOperator() |
Condition.Type |
getType() |
int |
hashCode() |
boolean |
isNAsIncluded() |
void |
map(water.fvec.Chunk[] cs,
byte[] out) |
public Condition.Operator operator
public java.lang.String featureName
public boolean NAsIncluded
public java.lang.String languageCondition
public double numTreshold
public java.lang.String[] languageCatTreshold
public int[] catTreshold
public Condition(int featureIndex, Condition.Type type, Condition.Operator operator, double numTreshold, java.lang.String[] languageCatTreshold, int[] catTreshold, java.lang.String featureName, boolean NAsIncluded)
public int getFeatureIndex()
public Condition.Type getType()
public Condition.Operator getOperator()
public boolean isNAsIncluded()
public int getNumCatTreshold()
public double getNumTreshold()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void map(water.fvec.Chunk[] cs, byte[] out)