Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.UnableToComplyException

Packages that use UnableToComplyException
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Package to collect correlation clustering algorithms suitable as a task for the KDDTask main routine. 
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.algorithm.result.clustering.biclustering Package to collect result classes for the results of biclustering algorithms. 
de.lmu.ifi.dbs.elki.database Package collects variants of databases and related classes. 
de.lmu.ifi.dbs.elki.preprocessing Package collects preprocessors used for data preparation in a first step of various algorithms or distance measures. 
de.lmu.ifi.dbs.elki.utilities Package collects various classes and methods of global utility. 
 

Uses of UnableToComplyException in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation that throw UnableToComplyException
private  Database<ParameterizationFunction> CASH.buildDB(int dim, Matrix basis, Set<Integer> ids, Database<ParameterizationFunction> database)
          Builds a dim-1 dimensional database where the objects are projected into the specified subspace.
private  Database<RealVector> CASH.buildDerivatorDB(Database<ParameterizationFunction> database, CASHInterval interval)
          Builds a database for the derivator consisting of the ids in the specified interval.
private  SubspaceClusterMap CASH.doRun(Database<ParameterizationFunction> database, Progress progress)
          Runs the CASH algorithm on the specified database, this method is recursively called until only noise is left.
private  Matrix CASH.runDerivator(Database<ParameterizationFunction> database, int dim, CASHInterval interval, 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.
 

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

Methods in de.lmu.ifi.dbs.elki.algorithm.result that throw UnableToComplyException
 void AprioriResult.output(File out, Normalization<BitVector> normalization, List<AttributeSettings> settings)
          Prints the frequent itemsets annotating their reqpective frequency.
 void Result.output(File out, Normalization<O> normalization, List<AttributeSettings> settings)
          Writes the clustering result to the given file.
 void PartitionResults.output(File out, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void PointerRepresentation.output(File out, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void AbstractResult.output(File out, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void KNNDistanceOrderResult.output(File out, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void KNNJoinResult.output(File out, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void CorrelationAnalysisSolution.output(File out, Normalization<V> normalization, List<AttributeSettings> settings)
           
 void AprioriResult.output(PrintStream outStream, Normalization<BitVector> normalization, List<AttributeSettings> settings)
           
 void Result.output(PrintStream outStream, Normalization<O> normalization, List<AttributeSettings> settings)
          Writes the clustering result to the given stream.
 void PartitionResults.output(PrintStream outStream, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void PointerRepresentation.output(PrintStream outStream, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void KNNDistanceOrderResult.output(PrintStream outStream, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void KNNJoinResult.output(PrintStream outStream, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void CorrelationAnalysisSolution.output(PrintStream outStream, Normalization<V> normalization, List<AttributeSettings> settings)
          Writes the clustering result to the given stream.
 

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

Methods in de.lmu.ifi.dbs.elki.algorithm.result.clustering that throw UnableToComplyException
private  Database<RealVector> SubspaceClusterMap.buildDerivatorDB(Database<ParameterizationFunction> database, Set<Integer> ids)
          Builds a database for the derivator consisting of the ids in the specified interval.
 void PartitionClusteringResults.output(File out, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void Clusters.output(File out, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void ClusterOrder.output(File out, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void ClustersPlusNoise.output(File out, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void HierarchicalClusters.output(File dir, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void CASHResult.output(File out, Normalization<ParameterizationFunction> normalization, List<AttributeSettings> settings)
           
 void ClustersPlusNoisePlusCorrelationAnalysis.output(File out, Normalization<V> normalization, List<AttributeSettings> settings)
           
 void HierarchicalAxesParallelCorrelationClusters.output(File dir, Normalization<V> normalization, List<AttributeSettings> settings)
           
 void PartitionClusteringResults.output(PrintStream outStream, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void Clusters.output(PrintStream outStream, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void ClusterOrder.output(PrintStream outStream, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void ClustersPlusNoise.output(PrintStream outStream, Normalization<O> normalization, List<AttributeSettings> settings)
           
 void HierarchicalClusters.output(PrintStream outStream, Normalization<O> normalization, List<AttributeSettings> settings)
          Writes the cluster order to the given stream.
 void CASHResult.output(PrintStream outStream, Normalization<ParameterizationFunction> normalization, List<AttributeSettings> settings)
          todo Writes the clustering result to the given stream.
 void SubspaceClusterModel.output(PrintStream outStream, Normalization<V> normalization, List<AttributeSettings> settings)
           
 void HierarchicalAxesParallelCorrelationClusters.output(PrintStream outStream, Normalization<V> normalization, List<AttributeSettings> settings)
           
 void EMModel.output(PrintStream outStream, Normalization<V> normalization, List<AttributeSettings> settings)
           
 void CLIQUEModel.output(PrintStream outStream, Normalization<V> normalization, List<AttributeSettings> settings)
           
 

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

Methods in de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering that throw UnableToComplyException
 void Biclustering.output(File out, Normalization<V> normalization, List<AttributeSettings> settings)
           
 void Biclustering.output(PrintStream outStream, Normalization<V> normalization, List<AttributeSettings> settings)
           
 

Uses of UnableToComplyException in de.lmu.ifi.dbs.elki.database
 

Methods in de.lmu.ifi.dbs.elki.database that throw UnableToComplyException
 void Database.insert(List<ObjectAndAssociations<O>> objectsAndAssociationsList)
          Initializes the database by inserting the specified objects and their associations into the database.
 void AbstractDatabase.insert(List<ObjectAndAssociations<O>> objectsAndAssociationsList)
           
 void SpatialIndexDatabase.insert(List<ObjectAndAssociations<O>> objectsAndAssociationsList)
          Calls the super method and afterwards inserts the specified objects into the underlying index structure.
 void MetricalIndexDatabase.insert(List<ObjectAndAssociations<O>> objectsAndAssociationsList)
          Calls the super method and afterwards inserts the specified objects into the underlying index structure.
 Integer Database.insert(ObjectAndAssociations<O> objectAndAssociations)
          Inserts the given object into the database.
 Integer InvertedListDatabase.insert(ObjectAndAssociations<O> objectAndAssociations)
           
 Integer AbstractDatabase.insert(ObjectAndAssociations<O> objectAndAssociations)
           
 Integer SpatialIndexDatabase.insert(ObjectAndAssociations<O> objectAndAssociations)
          Calls the super method and afterwards inserts the specified object into the underlying index structure.
 Integer MetricalIndexDatabase.insert(ObjectAndAssociations<O> objectAndAssociations)
          Calls the super method and afterwards inserts the specified object into the underlying index structure.
 Map<Integer,Database<O>> Database.partition(Map<Integer,List<Integer>> partitions)
          Returns a Map of partition IDs to Databases according to the specified Map of partition IDs to Lists of IDs.
 Map<Integer,Database<O>> AbstractDatabase.partition(Map<Integer,List<Integer>> partitions)
           
 Map<Integer,Database<O>> Database.partition(Map<Integer,List<Integer>> partitions, Class<? extends Database<O>> dbClass, String[] dbParameters)
          Returns a Map of partition IDs to Databases of the specified class according to the specified Map of partition IDs to Lists of IDs.
 Map<Integer,Database<O>> AbstractDatabase.partition(Map<Integer,List<Integer>> partitions, Class<? extends Database<O>> dbClass, String[] dbParameters)
           
protected  Integer AbstractDatabase.setNewID(O object)
          Provides a new id for the specified database object suitable as key for a new insertion and sets this id in the specified database object.
 

Uses of UnableToComplyException in de.lmu.ifi.dbs.elki.preprocessing
 

Methods in de.lmu.ifi.dbs.elki.preprocessing that throw UnableToComplyException
private  BitSet DiSHPreprocessor.determinePreferenceVector(Database<V> database, Set<Integer>[] neighborIDs, StringBuffer msg)
          Determines the preference vector according to the specified neighbor ids.
private  BitSet DiSHPreprocessor.determinePreferenceVectorByApriori(Database<V> database, Set<Integer>[] neighborIDs, StringBuffer msg)
          Determines the preference vector with the apriori strategy.
 

Uses of UnableToComplyException in de.lmu.ifi.dbs.elki.utilities
 

Methods in de.lmu.ifi.dbs.elki.utilities that throw UnableToComplyException
static
<T> T
Util.instantiate(Class<T> type, String className)
          Returns a new instance of the given type for the specified className.
 


Release 0.1 (2008-07-10_1838)