public class IncrementalLearningSkeleton extends Object
This may serve as a base of a number of algorithms, e.g. updating an incremental Alternating Least Squares model while also providing the predictions.
This example shows how to use:
Modifier and Type | Class and Description |
---|---|
static class |
IncrementalLearningSkeleton.FiniteNewDataSource
Feeds new data for newData.
|
static class |
IncrementalLearningSkeleton.FiniteTrainingDataSource
Feeds new training data for the partial model builder.
|
static class |
IncrementalLearningSkeleton.PartialModelBuilder
Builds up-to-date partial models on new training data.
|
static class |
IncrementalLearningSkeleton.Predictor
Creates newData using the model produced in batch-processing and the up-to-date partial
model.
|
Constructor and Description |
---|
IncrementalLearningSkeleton() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.