Java weka.classifiers.functions.neural NeuralConnection fields, constructors, methods, implement or subclass

Example usage for Java weka.classifiers.functions.neural NeuralConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.classifiers.functions.neural NeuralConnection.

The text is from its open source code.

Field

intPURE_INPUT
This unit is a pure input unit.
intOUTPUT
This unit is an output unit.

Method

booleanconnect(NeuralConnection s, NeuralConnection t)
Connects two units together.
intgetType()