|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.learner.functions.neuralnet.ActivationFunction
com.rapidminer.operator.learner.functions.neuralnet.LinearFunction
public class LinearFunction
This function represents a linear activation function by calculating the identity function on the weighted sum. The linear activation function is usually used for the output layer of regression problems.
| Constructor Summary | |
|---|---|
LinearFunction()
|
|
| Method Summary | |
|---|---|
double |
calculateError(InnerNode node,
Example example)
Calculates the error. |
double |
calculateValue(InnerNode node,
Example example)
Calculates the value. |
java.lang.String |
getTypeName()
Delivers the name of this activation function. |
| Methods inherited from class com.rapidminer.operator.learner.functions.neuralnet.ActivationFunction |
|---|
update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinearFunction()
| Method Detail |
|---|
public java.lang.String getTypeName()
ActivationFunction
getTypeName in class ActivationFunction
public double calculateValue(InnerNode node,
Example example)
ActivationFunction
calculateValue in class ActivationFunction
public double calculateError(InnerNode node,
Example example)
ActivationFunction
calculateError in class ActivationFunction
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||