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