Package org.apache.solr.ltr.model
Interface NeuralNetworkModel.Layer
-
- All Known Implementing Classes:
NeuralNetworkModel.DefaultLayer
- Enclosing class:
- NeuralNetworkModel
public static interface NeuralNetworkModel.Layer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float[]calculateOutput(float[] inputVec)Stringdescribe()intvalidate(int inputDim)
-
-
-
Method Detail
-
calculateOutput
float[] calculateOutput(float[] inputVec)
-
validate
int validate(int inputDim) throws ModelException- Throws:
ModelException
-
describe
String describe()
-
-