Constructor
# new MatrixProfile(userId, profile)
Creates a new profile representation for a user.
Parameters:
Name | Type | Description |
---|---|---|
userId |
string
|
The user ID the profile is for. |
profile |
MatrixProfile
|
The profile itself. |