Vector<T>
Vector(Reconciler, PipelineColumn[])
ToString()
ApproximatedKernelMap(Vector<Single>, Int32, Boolean, KernelBase, Nullable<Int32>)
ConcatWith<T>(Vector<T>, ScalarOrVector<T>[])
ConcatWith<T>(Vector<T>, ScalarOrVectorOrVarVector<T>[])
IsMissingValue(Vector<Double>)
IsMissingValue(Vector<Single>)
LatentDirichletAllocation(Vector<Single>, Int32, Single, Single, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, OnFit)
Normalize(Vector<Double>, Boolean, Int64, OnFitAffine<ImmutableArray<Double>>)
Normalize(Vector<Single>, Boolean, Int64, OnFitAffine<ImmutableArray<Single>>)
NormalizeByBinning(Vector<Double>, Int32, Boolean, Int64, OnFitBinned<ImmutableArray<Double>>)
NormalizeByBinning(Vector<Single>, Int32, Boolean, Int64, OnFitBinned<ImmutableArray<Single>>)
NormalizeByCumulativeDistribution(Vector<Double>, Boolean, Boolean, Int64, OnFitCumulativeDistribution<ImmutableArray<Double>>)
NormalizeByCumulativeDistribution(Vector<Single>, Boolean, Boolean, Int64, OnFitCumulativeDistribution<ImmutableArray<Single>>)
NormalizeGlobalContrast(Vector<Single>, Boolean, Boolean, Single)
NormalizeLpNorm(Vector<Single>, NormFunction, Boolean)
NormalizeMeanVariance(Vector<Double>, Boolean, Boolean, Int64, OnFitAffine<ImmutableArray<Double>>)
NormalizeMeanVariance(Vector<Single>, Boolean, Boolean, Int64, OnFitAffine<ImmutableArray<Single>>)
OneHotEncoding(Vector<String>, OneHotVectorOutputKind, KeyOrdinality, Int32, OnFit)
OneHotHashEncoding(Vector<String>, OneHotHashVectorOutputKind, Int32, UInt32, Boolean, Int32)
ProjectToPrincipalComponents(Vector<Single>, String, Int32, Int32, Boolean, Nullable<Int32>)
ReplaceNaNValues(Vector<Double>, ReplacementMode, Boolean)
ReplaceNaNValues(Vector<Single>, ReplacementMode, Boolean)
SelectFeaturesBasedOnCount(Vector<Double>, Int64)
SelectFeaturesBasedOnCount(Vector<Single>, Int64)
SelectFeaturesBasedOnCount(Vector<String>, Int64)
SelectFeaturesBasedOnMutualInformation(Vector<Boolean>, Scalar<Boolean>, Int32, Int32)
SelectFeaturesBasedOnMutualInformation(Vector<Boolean>, Scalar<Single>, Int32, Int32)
SelectFeaturesBasedOnMutualInformation(Vector<Double>, Scalar<Boolean>, Int32, Int32)
SelectFeaturesBasedOnMutualInformation(Vector<Double>, Scalar<Single>, Int32, Int32)
SelectFeaturesBasedOnMutualInformation(Vector<Single>, Scalar<Boolean>, Int32, Int32)
SelectFeaturesBasedOnMutualInformation(Vector<Single>, Scalar<Single>, Int32, Int32)
ToBaggedVector<TKey>(Vector<Key<TKey>>)
ToBaggedVector<TKey, TValue>(Vector<Key<TKey, TValue>>)
ToBinaryVector<TKey>(Vector<Key<TKey>>)
ToBinaryVector<TKey, TValue>(Vector<Key<TKey, TValue>>)
ToFloat(Vector<Boolean>)
ToFloat(Vector<Byte>)
ToFloat(Vector<Double>)
ToFloat(Vector<Int16>)
ToFloat(Vector<Int32>)
ToFloat(Vector<Int64>)
ToFloat(Vector<SByte>)
ToFloat(Vector<String>)
ToFloat(Vector<UInt16>)
ToFloat(Vector<UInt32>)
ToFloat(Vector<UInt64>)
ToKey(Vector<Boolean>, KeyOrdinality, Int32, OnFit)
ToKey(Vector<Byte>, KeyOrdinality, Int32, OnFit)
ToKey(Vector<Double>, KeyOrdinality, Int32, OnFit)
ToKey(Vector<Int16>, KeyOrdinality, Int32, OnFit)
ToKey(Vector<Int32>, KeyOrdinality, Int32, OnFit)
ToKey(Vector<Int64>, KeyOrdinality, Int32, OnFit)
ToKey(Vector<SByte>, KeyOrdinality, Int32, OnFit)
ToKey(Vector<Single>, KeyOrdinality, Int32, OnFit)
ToKey(Vector<String>, KeyOrdinality, Int32, OnFit)
ToKey(Vector<UInt16>, KeyOrdinality, Int32, OnFit)
ToKey(Vector<UInt32>, KeyOrdinality, Int32, OnFit)
ToKey(Vector<UInt64>, KeyOrdinality, Int32, OnFit)
ToKey<T>(Vector<Key<T, Boolean>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(Vector<Key<T, Byte>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(Vector<Key<T, Double>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(Vector<Key<T, Int16>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(Vector<Key<T, Int32>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(Vector<Key<T, Int64>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(Vector<Key<T, SByte>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(Vector<Key<T, Single>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(Vector<Key<T, String>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(Vector<Key<T, UInt16>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(Vector<Key<T, UInt32>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(Vector<Key<T, UInt64>>, KeyOrdinality, Int32, OnFit)
ToValue<TKey, TValue>(Vector<Key<TKey, TValue>>)
ToVector<TKey>(Vector<Key<TKey>>)
ToVector<TKey, TValue>(Vector<Key<TKey, TValue>>)
netcoreapp2.1
namespace Microsoft.ML.StaticPipe
{
public abstract class Vector<T> : PipelineColumn
{
public override ? ToString();
}
}
.NET | 5.06.07.08.09.010.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to netcoreapp2.1 | |
Assembly | Microsoft.ML.StaticPipe , Version=1.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | Microsoft.ML.StaticPipe (0.14.0) netstandard2.0 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API