Class Linear
java.lang.Object
org.apache.wayang.basic.model.op.Op
org.apache.wayang.basic.model.op.nn.Linear
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Details
-
Linear
public Linear(int inFeatures, int outFeatures, boolean bias) -
Linear
-
Linear
-
Linear
-
-
Method Details
-
getInFeatures
public int getInFeatures() -
getOutFeatures
public int getOutFeatures() -
getBias
public boolean getBias() -
inputsRequired
public int inputsRequired()- Specified by:
inputsRequired
in classOp
-