Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ transpose
Method
transpose
JSAT/src/jsat/linear/DenseMatrix.java:555–561 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
553
}
554
555
@Override
556
public
DenseMatrix transpose()
557
{
558
DenseMatrix toReturn =
new
DenseMatrix(cols(), rows());
559
this.transpose(toReturn);
560
return
toReturn;
561
}
562
563
@Override
564
public
void
transpose(Matrix C)
Callers
6
testTransform2_2
Method · 0.95
testTransform2_2_prewhite
Method · 0.95
testTransform2_3
Method · 0.95
EigenValueDecomposition
Method · 0.95
qr
Method · 0.95
train
Method · 0.95
Calls
5
cols
Method · 0.95
rows
Method · 0.95
get
Method · 0.95
min
Method · 0.45
set
Method · 0.45
Tested by
3
testTransform2_2
Method · 0.76
testTransform2_2_prewhite
Method · 0.76
testTransform2_3
Method · 0.76