public final class AlternatingLeastSquare extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AlternatingLeastSquare.CalculateNextMatrix
DoFn for calculating next matrix at each iteration.
|
static class |
AlternatingLeastSquare.ParseLine
Method for parsing the input line.
|
static class |
AlternatingLeastSquare.TrainingDataCombiner
Combiner for the training data.
|
static class |
AlternatingLeastSquare.UngroupSingleVectorList
A DoFn that relays a single vector list.
|
static class |
AlternatingLeastSquare.UpdateUserAndItemMatrix
Composite transform that wraps the transforms inside the loop.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Main function for the ALS BEAM program.
|
public static void main(String[] args)
args - arguments.Copyright © 2018. All rights reserved.