Module: DTW
- Defined in:
- lib/dtwrb.rb,
lib/dtwrb/bands.rb,
lib/dtwrb/errors.rb,
lib/dtwrb/medoid.rb,
lib/dtwrb/sample.rb,
lib/dtwrb/aligner.rb,
lib/dtwrb/metrics.rb,
lib/dtwrb/version.rb,
lib/dtwrb/resolver.rb,
lib/dtwrb/sequence.rb,
lib/dtwrb/alignment.rb,
lib/dtwrb/resampler.rb,
lib/dtwrb/barycenter.rb,
lib/dtwrb/statistics.rb,
lib/dtwrb/barycenter_averaging.rb,
sig/dtwrb.rbs
Defined Under Namespace
Modules: Bands, Metrics, Resampler, Resolver, Sequence, Statistics, _Band, _Estimator, _Metric
Classes: Aligner, Alignment, Barycenter, BarycenterAveraging, DimensionMismatchError, EmptyInputError, Error, InvalidSequenceError, Medoid, Sample, UnknownStrategyError
Constant Summary
collapse
- VERSION =
"1.0.0"
Class Method Summary
collapse
-
.align(sequence_a, sequence_b, metric: Metrics::DEFAULT, band: Bands::DEFAULT) ⇒ Alignment
-
.barycenter(sequences, length: nil, metric: Metrics::DEFAULT, band: Bands::DEFAULT, **options) ⇒ Barycenter
-
.distance(sequence_a, sequence_b, metric: Metrics::DEFAULT, band: Bands::DEFAULT) ⇒ ::Float
-
.medoid(sequences, metric: Metrics::DEFAULT, band: Bands::DEFAULT, sample_size: Medoid::DEFAULT_SAMPLE_SIZE) ⇒ sequence
Class Method Details
.align(sequence_a, sequence_b, metric: Metrics::DEFAULT, band: Bands::DEFAULT) ⇒ Alignment
.barycenter(sequences, length: nil, metric: Metrics::DEFAULT, band: Bands::DEFAULT, **options) ⇒ Barycenter
.distance(sequence_a, sequence_b, metric: Metrics::DEFAULT, band: Bands::DEFAULT) ⇒ ::Float
.medoid(sequences, metric: Metrics::DEFAULT, band: Bands::DEFAULT, sample_size: Medoid::DEFAULT_SAMPLE_SIZE) ⇒ sequence