Uses of Interface
org.ujmp.core.mapmatrix.MapMatrix
-
-
Uses of MapMatrix in org.ujmp.core
Fields in org.ujmp.core declared as MapMatrix Modifier and Type Field Description private MapMatrix<java.lang.String,java.lang.Object>
AbstractMatrix. metaData
Methods in org.ujmp.core that return MapMatrix Modifier and Type Method Description MapMatrix<java.lang.String,java.lang.Object>
AbstractMatrix. getMetaData()
MapMatrix<?,?>
AbstractMatrix. toMapMatrix()
Methods in org.ujmp.core with parameters of type MapMatrix Modifier and Type Method Description void
AbstractMatrix. setMetaData(MapMatrix<java.lang.String,java.lang.Object> metaData)
-
Uses of MapMatrix in org.ujmp.core.annotation
Methods in org.ujmp.core.annotation that return MapMatrix Modifier and Type Method Description MapMatrix<java.lang.String,java.lang.Object>
HasMetaData. getMetaData()
Methods in org.ujmp.core.annotation with parameters of type MapMatrix Modifier and Type Method Description void
HasMetaData. setMetaData(MapMatrix<java.lang.String,java.lang.Object> metaData)
-
Uses of MapMatrix in org.ujmp.core.benchmark
Classes in org.ujmp.core.benchmark that implement MapMatrix Modifier and Type Class Description class
BenchmarkConfig
-
Uses of MapMatrix in org.ujmp.core.calculation
Fields in org.ujmp.core.calculation declared as MapMatrix Modifier and Type Field Description private MapMatrix<java.lang.String,java.lang.Object>
AbstractCalculation. annotation
Methods in org.ujmp.core.calculation that return MapMatrix Modifier and Type Method Description MapMatrix<java.lang.String,java.lang.Object>
AbstractCalculation. getMetaData()
MapMatrix<java.lang.String,java.lang.Object>
Calculation. getMetaData()
Methods in org.ujmp.core.calculation with parameters of type MapMatrix Modifier and Type Method Description void
AbstractCalculation. setMetaData(MapMatrix<java.lang.String,java.lang.Object> annotation)
void
Calculation. setMetaData(MapMatrix<java.lang.String,java.lang.Object> metaData)
-
Uses of MapMatrix in org.ujmp.core.collections.list
Methods in org.ujmp.core.collections.list that return types with arguments of type MapMatrix Modifier and Type Method Description abstract java.util.List<MapMatrix<K,V>>
AbstractMapMatrixList. getList()
-
Uses of MapMatrix in org.ujmp.core.doublematrix.calculation.general.decomposition
Methods in org.ujmp.core.doublematrix.calculation.general.decomposition that return MapMatrix Modifier and Type Method Description MapMatrix<java.lang.String,Matrix>
SVDTask. call()
-
Uses of MapMatrix in org.ujmp.core.doublematrix.impl
Fields in org.ujmp.core.doublematrix.impl declared as MapMatrix Modifier and Type Field Description private MapMatrix<java.lang.String,java.lang.Double>
SparseFeatureVector. values
-
Uses of MapMatrix in org.ujmp.core.filematrix
Classes in org.ujmp.core.filematrix that implement MapMatrix Modifier and Type Class Description class
ZipEntryMatrix
-
Uses of MapMatrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return MapMatrix Modifier and Type Method Description MapMatrix<?,?>
Conversions. toMapMatrix()
-
Uses of MapMatrix in org.ujmp.core.io
Fields in org.ujmp.core.io declared as MapMatrix Modifier and Type Field Description private MapMatrix<java.lang.String,java.lang.Object>
UJMPContentHandler. root
Methods in org.ujmp.core.io with parameters of type MapMatrix Modifier and Type Method Description static void
ExportMatrixXML. toWriter(java.io.Writer writer, MapMatrix<?,?> map, java.lang.Object... parameters)
-
Uses of MapMatrix in org.ujmp.core.longmatrix.calculation
Fields in org.ujmp.core.longmatrix.calculation declared as MapMatrix Modifier and Type Field Description private MapMatrix<java.lang.String,java.lang.Long>
DocTerm. wordMapping
-
Uses of MapMatrix in org.ujmp.core.mapmatrix
Classes in org.ujmp.core.mapmatrix that implement MapMatrix Modifier and Type Class Description class
AbstractMapMatrix<K,V>
class
DefaultMapMatrix<K,V>
Methods in org.ujmp.core.mapmatrix that return MapMatrix Modifier and Type Method Description MapMatrix<K,V>
AbstractMapMatrix. clone()
MapMatrix<K,V>
MapMatrix. clone()
-
Uses of MapMatrix in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory that return MapMatrix Modifier and Type Method Description <K,V>
MapMatrix<K,V>AbstractMatrixFactory. linkToMap(java.util.Map<K,V> map)
-
Uses of MapMatrix in org.ujmp.core.objectmatrix.calculation
Methods in org.ujmp.core.objectmatrix.calculation that return MapMatrix Modifier and Type Method Description static MapMatrix<java.lang.String,java.lang.Object>
Transpose. transposeAnnotation(MapMatrix<java.lang.String,java.lang.Object> annotation, long[] newSize)
static MapMatrix<java.lang.String,java.lang.Object>
Transpose. transposeAnnotation(MapMatrix<java.lang.String,java.lang.Object> aorig, long[] newSize, int swap1, int swap2)
Methods in org.ujmp.core.objectmatrix.calculation with parameters of type MapMatrix Modifier and Type Method Description static MapMatrix<java.lang.String,java.lang.Object>
Transpose. transposeAnnotation(MapMatrix<java.lang.String,java.lang.Object> annotation, long[] newSize)
static MapMatrix<java.lang.String,java.lang.Object>
Transpose. transposeAnnotation(MapMatrix<java.lang.String,java.lang.Object> aorig, long[] newSize, int swap1, int swap2)
-
Uses of MapMatrix in org.ujmp.core.text
Subinterfaces of MapMatrix in org.ujmp.core.text Modifier and Type Interface Description interface
TextToken
Classes in org.ujmp.core.text that implement MapMatrix Modifier and Type Class Description class
DefaultTextToken
-
Uses of MapMatrix in org.ujmp.core.util
Classes in org.ujmp.core.util that implement MapMatrix Modifier and Type Class Description class
UJMPSettings
Fields in org.ujmp.core.util declared as MapMatrix Modifier and Type Field Description private MapMatrix<java.lang.String,java.lang.Object>
UJMPContentHandler. root
Methods in org.ujmp.core.util with parameters of type MapMatrix Modifier and Type Method Description private static void
CommandLineUtil. addArgument(MapMatrix<java.lang.String,java.lang.Object> matrix, java.lang.String s)
private static void
CommandLineUtil. addKeyValue(MapMatrix<java.lang.String,java.lang.Object> matrix, java.lang.String key, java.lang.Object value)
static void
CommandLineUtil. parse(MapMatrix<java.lang.String,java.lang.Object> matrix, java.lang.String... args)
static void
CommandLineUtil. printOptions(MapMatrix<java.lang.String,java.lang.Object> config)
static java.lang.String
JsonUtil. toJson(MapMatrix<?,?> m)
-
Uses of MapMatrix in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement MapMatrix Modifier and Type Class Description class
HttpMatrix
class
LocalhostMatrix
class
NetworkInterfaceMatrix
class
NetworkMatrix
class
RemoteHostMatrix
class
RunningThreadsMatrix
class
SubnetMatrix
class
SystemEnvironmentMatrix
class
SystemPropertiesMatrix
-
Uses of MapMatrix in org.ujmp.gui.util
Classes in org.ujmp.gui.util that implement MapMatrix Modifier and Type Class Description class
MatrixUIDefaults
-
Uses of MapMatrix in org.ujmp.jdbc.map
Classes in org.ujmp.jdbc.map that implement MapMatrix Modifier and Type Class Description class
JDBCMapMatrix<K,V>
-
Uses of MapMatrix in org.ujmp.mail
Classes in org.ujmp.mail that implement MapMatrix Modifier and Type Class Description class
MessageMatrix
-