Package | Description |
---|---|
net.sourceforge.jabm.learning |
A library of algorithms for individual learning.
|
Modifier and Type | Class and Description |
---|---|
class |
SlidingWindowLearner
maintains a sliding window over the trained data series and use the average
of data items falling into the window as the output learned.
|
class |
WidrowHoffLearner
An implementation of the Widrow-Hoff learning algorithm for 1-dimensional
training sets.
|
class |
WidrowHoffLearnerWithMomentum |
Copyright © 2014. All rights reserved.