SampleInt32x4 class

Inheritance

Constructors

SampleInt32x4(SignalInt32x4 input, SignalInt32x4 output, Scale<int> scale)
factory
SampleInt32x4.from(List<int> input, List<int> output, Scale<int> scale)
factory
SampleInt32x4.fromNormalized(List<int> input, List<int> output, Scale<int> scale)
factory
SampleInt32x4.fromString(String s, Scale<int> scale, bool normalized)
factory
SampleInt32x4.normalized(SignalInt32x4 input, SignalInt32x4 output, Scale<int> scale)

Properties

hashCode int
The hash code for this object.
no setterinherited
input SignalInt32x4
Input values.
finalinherited
inputSignalLevel double
The signal level of the input. Used to sort samples.
no setterinherited
output SignalInt32x4
Output values.
finalinherited
outputSignalLevel double
The signal level of the output. Used to sort samples.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale Scale<int>
Scale of sample values.
finalinherited

Methods

inputProximityStatistics<P extends Sample<N, E, T, S>>(P other) DataStatistics<num>
inherited
inputStatistics() DataStatistics<num>
Returns a DataStatistics of input.values.
inherited
normalize(SignalInt32x4 signal) SignalInt32x4
Normalize signal using scale.
inherited
normalizeWithScale(SignalInt32x4 signal, Scale<int> scale) SignalInt32x4
Normalize signal using scale.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
outputProximityStatistics<P extends Sample<N, E, T, S>>(P other) DataStatistics<num>
inherited
outputStatistics() DataStatistics<num>
Returns a DataStatistics of output.values.
inherited
proximityStatistics<P extends Sample<N, E, T, S>>(P other) DataStatistics<num>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

DUMMY SampleInt32x4
final

Static Methods

toList(List<List<List<int>>> pairs, Scale<int> scale) List<SampleInt32x4>
toListFromString(List<String> pairs, Scale<int> scale, bool normalized) List<SampleInt32x4>