|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdata.PenaltyFunctionComparer
public class PenaltyFunctionComparer
| Constructor Summary | |
|---|---|
PenaltyFunctionComparer()
|
|
| Method Summary | |
|---|---|
int |
compare(DataPoint point1,
DataPoint point2)
|
double[] |
getPenaltyParameters()
Returns the penaltyParameters. |
void |
setPenaltyParameters(double[] penaltyParameters)
Sets the penaltyParameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public PenaltyFunctionComparer()
| Method Detail |
|---|
public double[] getPenaltyParameters()
public void setPenaltyParameters(double[] penaltyParameters)
penaltyParameters - the given penaltyParameters.
public int compare(DataPoint point1,
DataPoint point2)
compare in interface java.util.Comparator<DataPoint>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||