|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.generator.FeatureGenerator
edu.udo.cs.yale.generator.BinaryNumericalGenerator
edu.udo.cs.yale.generator.MinMaxGenerator
public class MinMaxGenerator
This class has two numerical input attributes and one output attribute. Depending on the mode specified in the constructor the result will be the minimum or maximum of the input attributes.
Field Summary | |
---|---|
static java.lang.String[] |
FUNCTION_NAMES
|
static int |
MAX
|
static int |
MIN
|
private int |
mode
|
Fields inherited from class edu.udo.cs.yale.generator.FeatureGenerator |
---|
resultAttributes, SELECTION_MODE_ALL, SELECTION_MODE_RESTRICTIVE |
Constructor Summary | |
---|---|
MinMaxGenerator()
|
|
MinMaxGenerator(int mode)
|
Method Summary | |
---|---|
double |
calculateValue(double value1,
double value2)
|
boolean |
equals(java.lang.Object o)
A FeatureGenerator equals another FeatureGenerator if its class is equal and its arguments are equal and its function names are equal. |
java.lang.String |
getFunction()
Sets the function name. |
Attribute[] |
getOutputAttributes(ExampleTable input)
Returns the generated attributes types. |
boolean |
isCommutative()
Must return true if this generator is commutative. |
boolean |
isSelfApplicable()
Must return true if this generator is self applicable. |
FeatureGenerator |
newInstance()
Subclasses must implement this method so that a new instance of this generator class is returned. |
void |
setFunction(java.lang.String name)
Sets the function name. |
Methods inherited from class edu.udo.cs.yale.generator.BinaryNumericalGenerator |
---|
generate, getInputAttributes, getInputCandidates, toString |
Methods inherited from class edu.udo.cs.yale.generator.FeatureGenerator |
---|
argumentsSet, checkCompatibility, createGeneratorForFunction, generateAll, getArgument, getExampleTable, getSelectionMode, selectGenerator, setArguments, setExampleTable, setSelectionMode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int MIN
public static final int MAX
public static final java.lang.String[] FUNCTION_NAMES
private int mode
Constructor Detail |
---|
public MinMaxGenerator(int mode)
public MinMaxGenerator()
Method Detail |
---|
public Attribute[] getOutputAttributes(ExampleTable input)
FeatureGenerator
getOutputAttributes
in class BinaryNumericalGenerator
public boolean isSelfApplicable()
BinaryNumericalGenerator
isSelfApplicable
in class BinaryNumericalGenerator
public boolean isCommutative()
BinaryNumericalGenerator
isCommutative
in class BinaryNumericalGenerator
public FeatureGenerator newInstance()
FeatureGenerator
newInstance
in class FeatureGenerator
public double calculateValue(double value1, double value2)
calculateValue
in class BinaryNumericalGenerator
public void setFunction(java.lang.String name)
FeatureGenerator
setFunction
in class FeatureGenerator
public java.lang.String getFunction()
FeatureGenerator
getFunction
in class FeatureGenerator
public boolean equals(java.lang.Object o)
FeatureGenerator
equals
in class FeatureGenerator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |