-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated algorithm loggin in recomendation
- Loading branch information
Showing
4 changed files
with
45 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
namespace ReasnAPI.Models.Recomendation | ||
{ | ||
public class TagInfo | ||
{ | ||
public string Tag_Name { get; set; } | ||
Check warning on line 5 in Server/ReasnAPI/ReasnAPI/Models/Recomendation/TagInfo.cs GitHub Actions / dotnet-tests (ubuntu-latest)
Check warning on line 5 in Server/ReasnAPI/ReasnAPI/Models/Recomendation/TagInfo.cs GitHub Actions / dotnet-tests (macos-latest)
|
||
public string Interest_Name { get; set; } | ||
Check warning on line 6 in Server/ReasnAPI/ReasnAPI/Models/Recomendation/TagInfo.cs GitHub Actions / dotnet-tests (ubuntu-latest)
Check warning on line 6 in Server/ReasnAPI/ReasnAPI/Models/Recomendation/TagInfo.cs GitHub Actions / dotnet-tests (macos-latest)
|
||
public double Value { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters