[
https://issues.apache.org/jira/browse/SDAP-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16528243#comment-16528243
]
ASF GitHub Bot commented on SDAP-118:
-------------------------------------
lewismc commented on a change in pull request #31: SDAP-118 create a new
ranking module
URL:
https://github.com/apache/incubator-sdap-mudrod/pull/31#discussion_r199279685
##########
File path:
ranking/src/main/java/org/apache/sdap/mudrod/ranking/traindata/ExpertRankTrainData.java
##########
@@ -143,7 +151,7 @@ public static void calculateVec(String[][] arr) {
{
for (int i = 1; i < arr.length - row; i++) {
List<String> colList = new ArrayList<String>(); // create vector to
store all values inside of a column, which is stored inside 2D vector
- for (int col = 0; col < arr[0].length - 1; col++) // Columns go until
the next to last column
+ for (int col = 1; col < arr[0].length - 2; col++) // Columns go until
the next to last column
Review comment:
Why has this changed?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> create a ranking module
> -----------------------
>
> Key: SDAP-118
> URL: https://issues.apache.org/jira/browse/SDAP-118
> Project: Apache Science Data Analytics Platform
> Issue Type: Sub-task
> Components: mudrod
> Affects Versions: 1.0
> Reporter: Yun Li
> Assignee: Yun Li
> Priority: Major
> Fix For: 1.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)