|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
public final class VolumeBorderBasedShrink
ShrinkDistanceBased. calculates the volume loss from the left or right
support or core region border to the new value, divided by the support or
core spread d1_i*Prod(i!=k)d2_k/Prod(k)d2_k = d1_i/d2_i.
| Field Summary |
|---|
| Fields inherited from interface org.knime.base.node.mine.bfn.fuzzy.shrink.Shrink |
|---|
SHRINK_KEY, SHRINKS |
| Method Summary | |
|---|---|
static Shrink |
getInstance()
|
double |
leftCoreLoss(double value,
MembershipFunction mem)
leftCoreLoss(.). |
double |
leftSuppLoss(double value,
MembershipFunction mem)
leftSuppLoss(.). |
double |
rightCoreLoss(double value,
MembershipFunction mem)
rightCoreLoss(.). |
double |
rightSuppLoss(double value,
MembershipFunction mem)
rightSuppLoss(.). |
String |
toString()
Returns the string representation VolumeBorderBased for this shrink function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static Shrink getInstance()
public double leftSuppLoss(double value,
MembershipFunction mem)
leftSuppLoss in interface Shrinkvalue - current valuemem - holds parameter of fuzzy membership function
public double leftCoreLoss(double value,
MembershipFunction mem)
leftCoreLoss in interface Shrinkvalue - current valuemem - holds parameter of fuzzy membership function
public double rightSuppLoss(double value,
MembershipFunction mem)
rightSuppLoss in interface Shrinkvalue - current valuemem - holds parameter of fuzzy membership function
public double rightCoreLoss(double value,
MembershipFunction mem)
rightCoreLoss in interface Shrinkvalue - current valuemem - holds parameter of fuzzy trapezoid membership function
public final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||