Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
minmingzhu committed Jul 29, 2024
1 parent 56539d4 commit 1764c41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class CorrelationHomogenTableSuite extends FunctionsSuite with Logging {
val correlationDAL = new CorrelationDALImpl(1, 1)
val gpuIndices = Array(0)
val result = new CorrelationResult()
correlationDAL.cCorrelationTrainDAL(0, dataTable.getcObejct(), sourceData.length, sourceData(0).length,1, 1, Common.ComputeDevice.HOST.ordinal(), gpuIndices, "", ", result);
correlationDAL.cCorrelationTrainDAL(0, dataTable.getcObejct(), sourceData.length, sourceData(0).length,1, 1, Common.ComputeDevice.HOST.ordinal(), gpuIndices, "", "", result);
val correlationMatrix = TestCommon.getMatrixFromTable(OneDAL.makeHomogenTable(
result.getCorrelationNumericTable), TestCommon.getComputeDevice)

Expand Down

0 comments on commit 1764c41

Please sign in to comment.