Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected TransformationModel(
IEnumerable<Vector<double>> features,
Vector<double> weights
)
Protected Sub New (
features As IEnumerable(Of Vector(Of Double)),
weights As Vector(Of Double)
)
protected:
TransformationModel(
IEnumerable<Vector<double>^>^ features,
Vector<double>^ weights
)
new :
features : IEnumerable<Vector<float>> *
weights : Vector<float> -> TransformationModel
Parameters
- features
- Type: System.Collections.GenericIEnumerableVectorDouble
A sequence of VectorT objects that contain the
A vector containing the weight for each observation.
May be .
dependent variables. - weights
- Type: Extreme.MathematicsVectorDouble
weights may be .
Reference