org.jdmp.core.variable
Interface Variable
-
- All Superinterfaces:
- BaseGenericMatrix<Matrix>, BaseMatrix, BaseMatrixProperties, BasicDoubleCalculations, BasicEntrywiseDoubleCalculations, BooleanCalculations, CanPerformCalculations, Clearable, java.lang.Cloneable, java.util.Collection<Matrix>, java.lang.Comparable<Matrix>, Conversions, CoordinateFunctions, CoreObject, CreatorDoubleCalculations, DecompositionDoubleCalculations, DiscretizeCalculations, DistanceMeasures, DoubleCalculations, EntrywiseDoubleCalculations, ExtendedMatrixProperties, GeneralDoubleCalculations, GenericMatrix2D<Matrix>, GettersAndSetters, HasDescription, HasGUIObject, HasId, HasLabel, HasMetaData, HyperbolicDoubleCalculations, IntCalculations, java.lang.Iterable<Matrix>, java.util.List<Matrix>, ListMatrix<Matrix>, Matrix, Matrix2D, MiscEntrywiseDoubleCalculations, MiscGeneralDoubleCalculations, MissingValueDoubleCalculations, ObjectCalculations, RoundingDoubleCalculations, java.io.Serializable, StatisticalDoubleCalculations, StringCalculations, TrigonometricDoubleCalculations
- All Known Implementing Classes:
- AbstractVariable, DefaultVariable
public interface Variable extends CoreObject, ListMatrix<Matrix>
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringACCURACYstatic java.lang.StringBYTESstatic java.lang.StringCOMPRESSEDstatic java.lang.StringCONFUSIONstatic java.lang.StringCONTENTstatic java.lang.StringCOUNTstatic java.lang.StringDECOMPRESSEDstatic java.lang.StringDIFFERENCEstatic java.lang.StringDIMENSIONstatic java.lang.StringERRORCOUNTstatic VariableFactoryFactorystatic java.lang.StringFMEASUREstatic java.lang.StringFMEASUREMACROstatic java.lang.StringHASHstatic java.lang.StringIGNORENANstatic java.lang.StringINPUTstatic java.lang.StringLINKSstatic java.lang.StringPRECISIONstatic java.lang.StringPREDICTEDstatic java.lang.StringPROBABILITYstatic java.lang.StringRECALLstatic java.lang.StringRMSEstatic java.lang.StringSCOREstatic java.lang.StringSENSITIVITYstatic java.lang.StringSOURCEstatic java.lang.StringSPECIFICITYstatic java.lang.StringSUGGESTEDTAGSstatic java.lang.StringTAGSstatic java.lang.StringTARGETstatic java.lang.StringTARGETCLASSstatic java.lang.StringTARGETLABELstatic java.lang.StringTOTALstatic java.lang.StringTYPEstatic java.lang.StringURLstatic java.lang.Class<?>[]VARIABLEARRAYstatic java.lang.StringWEIGHT-
Fields inherited from interface org.ujmp.core.Matrix
chol, divideMatrix, divideScalar, eig, inv, lu, minusMatrix, minusScalar, mtimes, plusMatrix, plusScalar, qr, solve, svd, timesMatrix, timesScalar, transpose
-
Fields inherited from interface org.ujmp.core.BaseMatrix
ALL, COLUMN, LINK, NEW, NONE, ORIG, ROW, X, Y, Z
-
Fields inherited from interface org.ujmp.core.annotation.HasMetaData
DIMENSIONMETADATA
-
Fields inherited from interface org.ujmp.core.interfaces.HasDescription
DESCRIPTION
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Variableclone()MatrixgetAsListMatrix()-
Methods inherited from interface org.ujmp.core.listmatrix.ListMatrix
getLast
-
Methods inherited from interface org.ujmp.core.genericmatrix.GenericMatrix2D
getObject, getObject, setObject, setObject
-
Methods inherited from interface org.ujmp.core.Matrix
exportTo, fireValueChanged, fireValueChanged, fireValueChanged, importFrom, save, save, share, share, toHtml
-
Methods inherited from interface org.ujmp.core.BaseMatrix
getFactory
-
Methods inherited from interface org.ujmp.core.interfaces.BaseMatrixProperties
allValues, equals, equalsAnnotation, equalsContent, getColumnCount, getColumnList, getDimensionCount, getRowCount, getRowList, getSize, getSize, getValueCount, getValueType, getZCount, isColumnVector, isDiagonal, isEmpty, isMultidimensionalMatrix, isReadOnly, isResizable, isRowVector, isScalar, isSingular, isSparse, isSquare, isSymmetric, isTransient, setSize, toString
-
Methods inherited from interface org.ujmp.core.interfaces.CoreObject
getCoreObjectId
-
Methods inherited from interface org.ujmp.core.interfaces.HasGUIObject
getGUIObject, showGUI
-
Methods inherited from interface org.ujmp.core.interfaces.CoordinateFunctions
allCoordinates, availableCoordinates, containsCoordinates, getCoordinatesOfMaximum, getCoordinatesOfMinimum, nonZeroCoordinates, selectedCoordinates, selectedCoordinates
-
Methods inherited from interface org.ujmp.core.interfaces.GettersAndSetters
getAsBigDecimal, getAsBigInteger, getAsBoolean, getAsByte, getAsByteArray, getAsChar, getAsDate, getAsDouble, getAsFloat, getAsInt, getAsLong, getAsMatrix, getAsObject, getAsShort, getAsString, getPreferredObject, setAsBigDecimal, setAsBigInteger, setAsBoolean, setAsByte, setAsByteArray, setAsChar, setAsDate, setAsDouble, setAsFloat, setAsInt, setAsLong, setAsMatrix, setAsObject, setAsShort, setAsString, toBigDecimalArray, toBigIntegerArray, toBooleanArray, toByteArray, toCharArray, toDateArray, toDoubleArray, toFloatArray, toIntArray, toLongArray, toObjectArray, toShortArray, toStringArray
-
Methods inherited from interface org.ujmp.core.doublematrix.calculation.basic.BasicDoubleCalculations
atimes, divide, divide, divide, divide, minus, minus, minus, minus, mtimes, mtimes, plus, plus, plus, plus, times, times, times, times
-
Methods inherited from interface org.ujmp.core.doublematrix.calculation.entrywise.basic.BasicEntrywiseDoubleCalculations
abs, exp, log, log10, log2, logistic, power, power, sign, sqrt
-
Methods inherited from interface org.ujmp.core.doublematrix.calculation.entrywise.rounding.RoundingDoubleCalculations
ceil, floor, round
-
Methods inherited from interface org.ujmp.core.doublematrix.calculation.entrywise.hyperbolic.HyperbolicDoubleCalculations
cosh, sinh, tanh, tanh
-
Methods inherited from interface org.ujmp.core.doublematrix.calculation.entrywise.trigonometric.TrigonometricDoubleCalculations
cos, sin, tan
-
Methods inherited from interface org.ujmp.core.doublematrix.calculation.entrywise.creators.CreatorDoubleCalculations
eye, nans, ones, rand, randn, zeros
-
Methods inherited from interface org.ujmp.core.doublematrix.calculation.entrywise.misc.MiscEntrywiseDoubleCalculations
grayScale
-
Methods inherited from interface org.ujmp.core.doublematrix.calculation.general.statistical.StatisticalDoubleCalculations
corrcoef, cov, cumprod, cumsum, diff, indexOfMax, indexOfMin, max, mean, min, mutualInf, pairedTTest, prod, std, sum, var
-
Methods inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.DecompositionDoubleCalculations
chol, eig, eigSymm, ginv, inv, invSPD, invSymm, lu, pinv, pinv, princomp, qr, solve, solveSPD, solveSymm, svd, svd
-
Methods inherited from interface org.ujmp.core.doublematrix.calculation.general.missingvalues.MissingValueDoubleCalculations
addMissing, countMissing, deleteColumnsWithMissingValues, deleteRowsWithMissingValues, impute
-
Methods inherited from interface org.ujmp.core.doublematrix.calculation.general.misc.MiscGeneralDoubleCalculations
append, appendHorizontally, appendVertically, center, fadeIn, fadeOut, normalize, replaceMissingBy, standardize
-
Methods inherited from interface org.ujmp.core.doublematrix.calculation.general.discretize.DiscretizeCalculations
discretize, discretize, discretizeToBoolean, discretizeToColumns
-
Methods inherited from interface org.ujmp.core.booleanmatrix.calculation.BooleanCalculations
and, and, eq, eq, ge, ge, gt, gt, le, le, lt, lt, ne, ne, not, or, or, xor, xor
-
Methods inherited from interface org.ujmp.core.stringmatrix.calculation.StringCalculations
convertEncoding, lowerCase, removePunctuation, removeWords, replaceRegex, replaceRegex, stem, tfIdf, translate, upperCase
-
Methods inherited from interface org.ujmp.core.objectmatrix.calculation.ObjectCalculations
bootstrap, bootstrap, convert, delete, delete, delete, deleteColumns, deleteColumns, deleteRows, deleteRows, diag, extractAnnotation, fill, flipdim, includeAnnotation, replace, reshape, select, select, select, selectColumns, selectColumns, selectRows, selectRows, shuffle, sortrows, squeeze, subMatrix, swap, toColumnVector, toRowVector, transpose, transpose, transpose, tril, triu, unique, uniqueValueCount
-
Methods inherited from interface org.ujmp.core.interfaces.DistanceMeasures
chebyshevDistanceTo, cosineSimilarity, cosineSimilarityTo, euklideanDistance, euklideanDistanceTo, manhattenDistance, manhattenDistanceTo, minkowskiDistance, minkowskiDistanceTo
-
Methods inherited from interface org.ujmp.core.annotation.HasMetaData
getColumnForLabel, getColumnLabel, getDimensionLabel, getDimensionMetaData, getMetaData, getMetaData, getMetaDataDimensionMatrix, getMetaDataDouble, getMetaDataMatrix, getMetaDataString, getPositionForLabel, getRowForLabel, getRowLabel, setColumnLabel, setDimensionLabel, setDimensionMetaData, setMetaData, setMetaData, setMetaDataDimensionMatrix, setRowLabel
-
Methods inherited from interface org.ujmp.core.interfaces.HasLabel
getLabel, getLabelObject, setLabel
-
Methods inherited from interface org.ujmp.core.interfaces.HasDescription
getDescription, setDescription
-
Methods inherited from interface org.ujmp.core.interfaces.Conversions
toBigDecimalMatrix, toBigIntegerMatrix, toBooleanMatrix, toByteMatrix, toCharMatrix, toDoubleMatrix, toFloatMatrix, toIntMatrix, toListMatrix, toLongMatrix, toMapMatrix, toObjectMatrix, toSetMatrix, toShortMatrix, toStringMatrix
-
Methods inherited from interface org.ujmp.core.interfaces.ExtendedMatrixProperties
bigDecimalValue, bigIntegerValue, booleanValue, byteValue, charValue, containsBigDecimal, containsBigInteger, containsBoolean, containsByte, containsChar, containsDate, containsDouble, containsFloat, containsInt, containsLong, containsMissingValues, containsNull, containsObject, containsShort, containsString, dateValue, det, doubleValue, floatValue, getAbsoluteValueMean, getAbsoluteValueSum, getEuklideanValue, getMaxValue, getMeanValue, getMinValue, getRMS, getStdValue, getValueSum, intValue, isSPD, longValue, norm1, norm2, normF, normInf, pdet, rank, setContent, shortValue, stringValue, trace
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-
-
-
Field Detail
-
VARIABLEARRAY
static final java.lang.Class<?>[] VARIABLEARRAY
-
TAGS
static final java.lang.String TAGS
- See Also:
- Constant Field Values
-
TOTAL
static final java.lang.String TOTAL
- See Also:
- Constant Field Values
-
URL
static final java.lang.String URL
- See Also:
- Constant Field Values
-
CONTENT
static final java.lang.String CONTENT
- See Also:
- Constant Field Values
-
LINKS
static final java.lang.String LINKS
- See Also:
- Constant Field Values
-
TYPE
static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
SOURCE
static final java.lang.String SOURCE
- See Also:
- Constant Field Values
-
DIMENSION
static final java.lang.String DIMENSION
- See Also:
- Constant Field Values
-
IGNORENAN
static final java.lang.String IGNORENAN
- See Also:
- Constant Field Values
-
TARGET
static final java.lang.String TARGET
- See Also:
- Constant Field Values
-
INPUT
static final java.lang.String INPUT
- See Also:
- Constant Field Values
-
DIFFERENCE
static final java.lang.String DIFFERENCE
- See Also:
- Constant Field Values
-
RMSE
static final java.lang.String RMSE
- See Also:
- Constant Field Values
-
PREDICTED
static final java.lang.String PREDICTED
- See Also:
- Constant Field Values
-
WEIGHT
static final java.lang.String WEIGHT
- See Also:
- Constant Field Values
-
SCORE
static final java.lang.String SCORE
- See Also:
- Constant Field Values
-
PROBABILITY
static final java.lang.String PROBABILITY
- See Also:
- Constant Field Values
-
COUNT
static final java.lang.String COUNT
- See Also:
- Constant Field Values
-
SUGGESTEDTAGS
static final java.lang.String SUGGESTEDTAGS
- See Also:
- Constant Field Values
-
BYTES
static final java.lang.String BYTES
- See Also:
- Constant Field Values
-
SENSITIVITY
static final java.lang.String SENSITIVITY
- See Also:
- Constant Field Values
-
SPECIFICITY
static final java.lang.String SPECIFICITY
- See Also:
- Constant Field Values
-
PRECISION
static final java.lang.String PRECISION
- See Also:
- Constant Field Values
-
RECALL
static final java.lang.String RECALL
- See Also:
- Constant Field Values
-
FMEASURE
static final java.lang.String FMEASURE
- See Also:
- Constant Field Values
-
ERRORCOUNT
static final java.lang.String ERRORCOUNT
- See Also:
- Constant Field Values
-
CONFUSION
static final java.lang.String CONFUSION
- See Also:
- Constant Field Values
-
ACCURACY
static final java.lang.String ACCURACY
- See Also:
- Constant Field Values
-
FMEASUREMACRO
static final java.lang.String FMEASUREMACRO
- See Also:
- Constant Field Values
-
COMPRESSED
static final java.lang.String COMPRESSED
- See Also:
- Constant Field Values
-
DECOMPRESSED
static final java.lang.String DECOMPRESSED
- See Also:
- Constant Field Values
-
HASH
static final java.lang.String HASH
- See Also:
- Constant Field Values
-
TARGETCLASS
static final java.lang.String TARGETCLASS
- See Also:
- Constant Field Values
-
TARGETLABEL
static final java.lang.String TARGETLABEL
- See Also:
- Constant Field Values
-
Factory
static final VariableFactory Factory
-
-
DataMelt 3.0 © DataMelt by jWork.ORG