SampleFloat32x4 class

ANN sample based in Float32x4 data.

Inheritance

Constructors

SampleFloat32x4(SignalFloat32x4 input, SignalFloat32x4 output, Scale<double> scale)
factory
SampleFloat32x4.from(List<double> input, List<double> output, Scale<double> scale)
factory
SampleFloat32x4.fromNormalized(List<double> input, List<double> output, Scale<double> scale)
factory
SampleFloat32x4.fromString(String s, Scale<double> scale, bool normalized)
factory
SampleFloat32x4.normalized(SignalFloat32x4 input, SignalFloat32x4 output, Scale<double> scale)

Properties

hashCode int
The hash code for this object.
no setterinherited
input SignalFloat32x4
Input values.
finalinherited
inputSignalLevel double
The signal level of the input. Used to sort samples.
no setterinherited
output SignalFloat32x4
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<double>
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(SignalFloat32x4 signal) SignalFloat32x4
Normalize signal using scale.
inherited
normalizeWithScale(SignalFloat32x4 signal, Scale<double> scale) SignalFloat32x4
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 SampleFloat32x4
final

Static Methods

toList(List<List<List<double>>> pairs, Scale<double> scale) List<SampleFloat32x4>
toListFromString(List<String> pairs, Scale<double> scale, bool normalized) List<SampleFloat32x4>