Skip to content

Commit

Permalink
Add space to the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrubacher committed Aug 1, 2012
1 parent 2e3c01b commit dda2976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storm-ml/README.markdown
Expand Up @@ -35,6 +35,7 @@ The perceptron is a parametric algorithm that is useful in cases when data is li
We provide a class called MLTopologyBuilder that you can use to quickly build your learning topology.

As we mentioned before in order to use this topology-builder you need to implement a spout that subclasses BaseTrainingSpout for feeding your training data storm.primitives.examples.TrainingSpout is an example) the rest of the template remains the same.

MLTopologyBuilder builder = new MLTopologyBuilder();
builder.setTrainingSpout(new TrainingSpout());

Expand Down

0 comments on commit dda2976

Please sign in to comment.