| Name | Description | Type | Package | Framework |
| And | Performs logic AND operation on input vector. | Class | org.neuroph.core.input | Neuroph |
| Difference | Performs the vector difference operation on input andAuthor:Zoran Sevarac See Also:Serialized Form | Class | org.neuroph.core.input | Neuroph |
| InputFunction | Neuron's input function. | Class | org.neuroph.core.input | Neuroph |
| Max | Performs max function on input vectorAuthor:Zoran Sevarac See Also:Serialized Form | Class | org.neuroph.core.input | Neuroph |
| Min | Performs min function on input vectorAuthor:Zoran Sevarac See Also:Serialized Form | Class | org.neuroph.core.input | Neuroph |
| Or | Performs logic OR operation on input vector. | Class | org.neuroph.core.input | Neuroph |
| Product | Performs multiplication of all input vector elements. | Class | org.neuroph.core.input | Neuroph |
| Sum | Performs summing of all input vector elements. | Class | org.neuroph.core.input | Neuroph |
| SumSqr | Calculates squared sum of all input vector elements. | Class | org.neuroph.core.input | Neuroph |
| WeightedSum | Optimized version of weighted input functionAuthor:Zoran SevaracSee Also:Serialized Form | Class | org.neuroph.core.input | Neuroph |