Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.math.linearalgebra.LinearEquationSystem

Packages that use LinearEquationSystem
de.lmu.ifi.dbs.elki.algorithm.result Package to collect result classes for the results of algorithms. 
de.lmu.ifi.dbs.elki.algorithm.result.clustering Package to collect result classes for the results of clustering algorithms. 
de.lmu.ifi.dbs.elki.normalization Provides classes and methods for normalizations (and reconstitution) of data sets. 
 

Uses of LinearEquationSystem in de.lmu.ifi.dbs.elki.algorithm.result
 

Fields in de.lmu.ifi.dbs.elki.algorithm.result declared as LinearEquationSystem
private  LinearEquationSystem CorrelationAnalysisSolution.linearEquationSystem
          Stores the solution equations.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.result that return LinearEquationSystem
 LinearEquationSystem CorrelationAnalysisSolution.getNormalizedLinearEquationSystem(Normalization<V> normalization)
          Returns the linear equation system for printing purposes.
 

Constructors in de.lmu.ifi.dbs.elki.algorithm.result with parameters of type LinearEquationSystem
CorrelationAnalysisSolution(LinearEquationSystem solution, Database<V> db, Matrix strongEigenvectors, Matrix weakEigenvectors, Matrix similarityMatrix, Vector centroid)
          Provides a new CorrelationAnalysisSolution holding the specified matrix.
CorrelationAnalysisSolution(LinearEquationSystem solution, Database<V> db, Matrix strongEigenvectors, Matrix weakEigenvectors, Matrix similarityMatrix, Vector centroid, NumberFormat nf)
          Provides a new CorrelationAnalysisSolution holding the specified matrix and number format.
 

Uses of LinearEquationSystem in de.lmu.ifi.dbs.elki.algorithm.result.clustering
 

Fields in de.lmu.ifi.dbs.elki.algorithm.result.clustering with type parameters of type LinearEquationSystem
private  Map<Integer,List<LinearEquationSystem>> SubspaceClusterMap.dependencies
          The map holding the basis vectors of the clusters.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.result.clustering that return LinearEquationSystem
private  LinearEquationSystem SubspaceClusterMap.runDerivator(Database<ParameterizationFunction> database, int dimensionality, Set<Integer> ids)
          Runs the derivator on the specified inerval and assigns all points having a distance less then the standard deviation of the derivator model to the model to this model.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.result.clustering that return types with arguments of type LinearEquationSystem
 List<LinearEquationSystem> SubspaceClusterMap.getDependencies(Integer subspaceDimension)
          Returns the list of dependencies to which this map maps the specified subspaceDimension.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.result.clustering with parameters of type LinearEquationSystem
private  void CASHResult.write(int clusterDimensionality, Set<Integer> clusterIDs, LinearEquationSystem clusterDependency, PrintStream out, Normalization<ParameterizationFunction> normalization, List<AttributeSettings> settings)
          Writes a cluster to the designated print stream.
 

Uses of LinearEquationSystem in de.lmu.ifi.dbs.elki.normalization
 

Methods in de.lmu.ifi.dbs.elki.normalization that return LinearEquationSystem
 LinearEquationSystem AttributeWiseRealVectorNormalization.transform(LinearEquationSystem linearEquationSystem)
           
 LinearEquationSystem MultiRepresentedObjectNormalization.transform(LinearEquationSystem linearEquationSystem)
           
 LinearEquationSystem DummyNormalization.transform(LinearEquationSystem linearEquationSystem)
           
 LinearEquationSystem Normalization.transform(LinearEquationSystem linearEquationSystem)
          Transforms a linear equation system describing linear dependencies derived on the normalized space into a linear equation system describing linear dependencies quantitatively adapted to the original space.
 

Methods in de.lmu.ifi.dbs.elki.normalization with parameters of type LinearEquationSystem
 LinearEquationSystem AttributeWiseRealVectorNormalization.transform(LinearEquationSystem linearEquationSystem)
           
 LinearEquationSystem MultiRepresentedObjectNormalization.transform(LinearEquationSystem linearEquationSystem)
           
 LinearEquationSystem DummyNormalization.transform(LinearEquationSystem linearEquationSystem)
           
 LinearEquationSystem Normalization.transform(LinearEquationSystem linearEquationSystem)
          Transforms a linear equation system describing linear dependencies derived on the normalized space into a linear equation system describing linear dependencies quantitatively adapted to the original space.
 


Release 0.1 (2008-07-10_1838)