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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetId()
NeuralConnection[]getInputs()
Use this to get easy access to the inputs.
NeuralMethodgetMethod()
intgetNumInputs()
double[]getWeights()
call this function to get the weights array.
voidsetX(double x)
voidsetY(double y)