lnsc.unsup
Interface OnlineUnsupervisedLearning

All Known Implementing Classes:
OnlineSPMSELearning

public interface OnlineUnsupervisedLearning

Defines the interface for online supervised learning algorithm.


Method Summary
 void train(double[] inputPattern)
          Train whatever associate functions it as for a single patterns.
 

Method Detail

train

public void train(double[] inputPattern)
Train whatever associate functions it as for a single patterns.