arinto

LearningMoa-exec1

Jan 25th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Classifier learner = new HoeffdingTree();
  2. RandomTreeGenerator rtStream = new RandomTreeGenerator();
  3. rtStream.prepareForUse();
  4.  
  5. RandomRBFGeneratorDrift rbfDriftStream = new RandomRBFGeneratorDrift();
  6. rbfDriftStream.speedChangeOption.setValue(0.001);
  7. rbfDriftStream.prepareForUse();
Add Comment
Please, Sign In to add comment