| Class | Description |
|---|---|
| FinancialStreamTest | |
| IncrementalLearnerFunction |
Consumes Y and X instances for an
IncrementalBilinearSparseOnlineLearner which are used
to measure loss of an underlying model, and then used to train the underlying model. |
| IncrementalLearnerWorldSelectingEvaluator |
Given a new state from which to train an
IncrementalBilinearSparseOnlineLearner,
This function:
- evaluates an old learner on the new state,
- selects important words from the new learner |
| ModelStats |
Some stats of a model
|
| MongoDBOutputOp<T> |
Writes items from a stream of a mongodb instance
|
| MongoDBQueryStream<T> |
Encapsulates a MongoDB
DBCursor instantiated from a DBObject query |
| SortedImportantWords |
Iterate over words in terms of their importance
|
| StockPriceAggregator |
Given a paired stream of user-word-counts and ticker-price, implement a
SequentialStreamAggregator with a comparator which tests stock
prices. |
| YahooFinanceStream |