All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download all versions of comparators JAR files with all dependencies

Search JAR files by class name

comparators from group de.cit-ec.tcs.alignment (version 3.1.1)

This module defines the interfaces for Comparators in the TCS Alignment Toolbox. A Comparator has the purpose of defining the dissimilarity between elements in the input sequences of an Alignment. More specific information on Comparators can be found in the 'Comparator' interface. You can find a lot of helpful standard implementations of Comparators in the comparators-lib module. In the TCS Alignment Toolbox we require the output values of Comparators to lie in the range [0,1]. Many natural dissimilarities on value sets do not meet this criterion, such that additional normalization has to be applied. To that end this package also contains a Normalizer interface for functions that map real values from the range [0, infinity) to the range [0,1]. This package also provides a few convenience implementations of the Comparator interface to make the implementation of custom Comparators simpler, namely: SkipExtendedComparator, ParameterLessSkipExtendedComparator, ComparisonBasedSkipExtendedComparator, and ParameterLessComparisonBasedSkipExtendedComparator. Finally the TCS Alignment Toolbox also provides the means to learn parameters of Comparators. To enable that Comparators must implement the DerivableComparator interface to properly define the parameters that can be learned and the gradient of the dissimilarity with respect to these parameters. Gradients are stored using the Gradient interface as well as some convenience implementations of said interface, namely EmptyGradient, SingletonGradient, ArrayGradient and ListGradient.

Group: de.cit-ec.tcs.alignment Artifact: comparators
Show documentation Show source 
 

0 downloads

comparators from group de.cit-ec.tcs.alignment (version 3.1.0)

This module defines the interfaces for Comparators in the TCS Alignment Toolbox. A Comparator has the purpose of defining the dissimilarity between elements in the input sequences of an Alignment. More specific information on Comparators can be found in the 'Comparator' interface. You can find a lot of helpful standard implementations of Comparators in the comparators-lib module. In the TCS Alignment Toolbox we require the output values of Comparators to lie in the range [0,1]. Many natural dissimilarities on value sets do not meet this criterion, such that additional normalization has to be applied. To that end this package also contains a Normalizer interface for functions that map real values from the range [0, infinity) to the range [0,1]. This package also provides a few convenience implementations of the Comparator interface to make the implementation of custom Comparators simpler, namely: SkipExtendedComparator, ParameterLessSkipExtendedComparator, ComparisonBasedSkipExtendedComparator, and ParameterLessComparisonBasedSkipExtendedComparator. Finally the TCS Alignment Toolbox also provides the means to learn parameters of Comparators. To enable that Comparators must implement the DerivableComparator interface to properly define the parameters that can be learned and the gradient of the dissimilarity with respect to these parameters. Gradients are stored using the Gradient interface as well as some convenience implementations of said interface, namely EmptyGradient, SingletonGradient, ArrayGradient and ListGradient.

Group: de.cit-ec.tcs.alignment Artifact: comparators
Show documentation Show source 
 

0 downloads

comparators from group de.cit-ec.tcs.alignment (version 3.0.1)

This module defines the interfaces for Comparators in the TCS Alignment Toolbox. A Comparator has the purpose of defining the dissimilarity between elements in the input sequences of an Alignment. More specific information on Comparators can be found in the 'Comparator' interface. You can find a lot of helpful standard implementations of Comparators in the comparators-lib module. In the TCS Alignment Toolbox we require the output values of Comparators to lie in the range [0,1]. Many natural dissimilarities on value sets do not meet this criterion, such that additional normalization has to be applied. To that end this package also contains a Normalizer interface for functions that map real values from the range [0, infinity) to the range [0,1]. This package also provides a few convenience implementations of the Comparator interface to make the implementation of custom Comparators simpler, namely: SkipExtendedComparator, ParameterLessSkipExtendedComparator, ComparisonBasedSkipExtendedComparator, and ParameterLessComparisonBasedSkipExtendedComparator. Finally the TCS Alignment Toolbox also provides the means to learn parameters of Comparators. To enable that Comparators must implement the DerivableComparator interface to properly define the parameters that can be learned and the gradient of the dissimilarity with respect to these parameters. Gradients are stored using the Gradient interface as well as some convenience implementations of said interface, namely EmptyGradient, SingletonGradient, ArrayGradient and ListGradient.

Group: de.cit-ec.tcs.alignment Artifact: comparators
Show documentation Show source 
 

0 downloads

comparators from group de.cit-ec.tcs.alignment (version 3.0.0)

This module defines the interfaces for Comparators in the TCS Alignment Toolbox. A Comparator has the purpose of defining the dissimilarity between elements in the input sequences of an Alignment. More specific information on Comparators can be found in the 'Comparator' interface. You can find a lot of helpful standard implementations of Comparators in the comparators-lib module. In the TCS Alignment Toolbox we require the output values of Comparators to lie in the range [0,1]. Many natural dissimilarities on value sets do not meet this criterion, such that additional normalization has to be applied. To that end this package also contains a Normalizer interface for functions that map real values from the range [0, infinity) to the range [0,1]. This package also provides a few convenience implementations of the Comparator interface to make the implementation of custom Comparators simpler, namely: SkipExtendedComparator, ParameterLessSkipExtendedComparator, ComparisonBasedSkipExtendedComparator, and ParameterLessComparisonBasedSkipExtendedComparator. Finally the TCS Alignment Toolbox also provides the means to learn parameters of Comparators. To enable that Comparators must implement the DerivableComparator interface to properly define the parameters that can be learned and the gradient of the dissimilarity with respect to these parameters. Gradients are stored using the Gradient interface as well as some convenience implementations of said interface, namely EmptyGradient, SingletonGradient, ArrayGradient and ListGradient.

Group: de.cit-ec.tcs.alignment Artifact: comparators
Show documentation Show source 
 

0 downloads

comparators from group de.cit-ec.tcs.alignment (version 2.1.2)

This module defines the interfaces for comparators in the TCS Alignment Toolbox. A comparator is in essence a function that defines a dissimilarity on a value set. The possible value sets are defined in the sequence module. In the TCS Alignment Toolbox we require the output values of comparators to lie in the range [0,1]. Many natural dissimilarities on value sets do not meet this criterion, such that additional normalization has to be applied. To that end this package also contains a Normalizer interface for functions that map real values from the range [0, infinity) to the range [0,1]. Finally the TCS Alignment Toolbox also provides the means to learn parameters of comparators. To enable that comparators must implement the DerivableComparator interface or - even better - the SparseDerivableComparator interface to properly define the parameters that can be learned and the derivative of the dissimilarity with respect to these parameters. The SkipExtendedComparator and the ComparisonBasedSkipExtendedComparator class are convenience classes to make the implementation of further comparators easier. You can find a lot of helpful standard implementations of comparators in the comparators-lib module.

Group: de.cit-ec.tcs.alignment Artifact: comparators
Show documentation Show source 
 

0 downloads

comparators from group de.cit-ec.tcs.alignment (version 2.1.0)

This module defines the interfaces for comparators in the TCS Alignment Toolbox. A comparator is in essence a function that defines a dissimilarity on a value set. The possible value sets are defined in the sequence module. In the TCS Alignment Toolbox we require the output values of comparators to lie in the range [0,1]. Many natural dissimilarities on value sets do not meet this criterion, such that additional normalization has to be applied. To that end this package also contains a Normalizer interface for functions that map real values from the range [0, infinity) to the range [0,1]. Finally the TCS Alignment Toolbox also provides the means to learn parameters of comparators. To enable that comparators must implement the DerivableComparator interface or - even better - the SparseDerivableComparator interface to properly define the parameters that can be learned and the derivative of the dissimilarity with respect to these parameters. The SkipExtendedComparator and the ComparisonBasedSkipExtendedComparator class are convenience classes to make the implementation of further comparators easier. You can find a lot of helpful standard implementations of comparators in the comparators-lib module.

Group: de.cit-ec.tcs.alignment Artifact: comparators
Show documentation Show source 
 

0 downloads

comparators from group de.cit-ec.tcs.alignment (version 2.0.0)

This module defines the interfaces for comparators in the TCS Alignment Toolbox. A comparator is in essence a function that defines a dissimilarity on a value set. The possible value sets are defined in the sequence module. In the TCS Alignment Toolbox we require the output values of comparators to lie in the range [0,1]. Many natural dissimilarities on value sets do not meet this criterion, such that additional normalization has to be applied. To that end this package also contains a Normalizer interface for functions that map real values from the range [0, infinity) to the range [0,1]. Finally the TCS Alignment Toolbox also provides the means to learn parameters of comparators. To enable that comparators must implement the DerivableComparator interface or - even better - the SparseDerivableComparator interface to properly define the parameters that can be learned and the derivative of the dissimilarity with respect to these parameters. The SkipExtendedComparator and the ComparisonBasedSkipExtendedComparator class are convenience classes to make the implementation of further comparators easier. You can find a lot of helpful standard implementations of comparators in the comparators-lib module.

Group: de.cit-ec.tcs.alignment Artifact: comparators
Show documentation Show source 
 

0 downloads



Page 1 from 1 (items total 7)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy