VarVector<T>
VarVector(Reconciler, PipelineColumn[])
ToString()
ConcatWith<T>(VarVector<T>, ScalarOrVectorOrVarVector<T>[])
IsMissingValue(VarVector<Double>)
IsMissingValue(VarVector<Single>)
OneHotHashEncoding(VarVector<String>, OneHotHashVectorOutputKind, Int32, UInt32, Boolean, Int32)
ProduceHashedNgrams(VarVector<Key<UInt32, String>>, Int32, Int32, Int32, Boolean, UInt32, Boolean, Int32)
ProduceNgrams<TKey>(VarVector<Key<TKey, String>>, Int32, Int32, Boolean, Int32, WeightingCriteria)
RemoveDefaultStopWords(VarVector<String>, Language)
ReplaceNaNValues(VarVector<Double>, ReplacementMode)
ReplaceNaNValues(VarVector<Single>, ReplacementMode)
ToBaggedVector<TKey>(VarVector<Key<TKey>>)
ToBaggedVector<TKey, TValue>(VarVector<Key<TKey, TValue>>)
ToBinaryVector<TKey>(VarVector<Key<TKey>>)
ToBinaryVector<TKey, TValue>(VarVector<Key<TKey, TValue>>)
ToFloat(VarVector<Boolean>)
ToFloat(VarVector<Byte>)
ToFloat(VarVector<Double>)
ToFloat(VarVector<Int16>)
ToFloat(VarVector<Int32>)
ToFloat(VarVector<Int64>)
ToFloat(VarVector<SByte>)
ToFloat(VarVector<String>)
ToFloat(VarVector<UInt16>)
ToFloat(VarVector<UInt32>)
ToFloat(VarVector<UInt64>)
ToKey(VarVector<Boolean>, KeyOrdinality, Int32, OnFit)
ToKey(VarVector<Byte>, KeyOrdinality, Int32, OnFit)
ToKey(VarVector<Double>, KeyOrdinality, Int32, OnFit)
ToKey(VarVector<Int16>, KeyOrdinality, Int32, OnFit)
ToKey(VarVector<Int32>, KeyOrdinality, Int32, OnFit)
ToKey(VarVector<Int64>, KeyOrdinality, Int32, OnFit)
ToKey(VarVector<SByte>, KeyOrdinality, Int32, OnFit)
ToKey(VarVector<Single>, KeyOrdinality, Int32, OnFit)
ToKey(VarVector<String>, KeyOrdinality, Int32, OnFit)
ToKey(VarVector<UInt16>, KeyOrdinality, Int32, OnFit)
ToKey(VarVector<UInt32>, KeyOrdinality, Int32, OnFit)
ToKey(VarVector<UInt64>, KeyOrdinality, Int32, OnFit)
ToKey<T>(VarVector<Key<T, Boolean>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(VarVector<Key<T, Byte>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(VarVector<Key<T, Double>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(VarVector<Key<T, Int16>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(VarVector<Key<T, Int32>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(VarVector<Key<T, Int64>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(VarVector<Key<T, SByte>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(VarVector<Key<T, Single>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(VarVector<Key<T, String>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(VarVector<Key<T, UInt16>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(VarVector<Key<T, UInt32>>, KeyOrdinality, Int32, OnFit)
ToKey<T>(VarVector<Key<T, UInt64>>, KeyOrdinality, Int32, OnFit)
ToValue<TKey, TValue>(VarVector<Key<TKey, TValue>>)
ToVector<TKey>(VarVector<Key<TKey>>)
ToVector<TKey, TValue>(VarVector<Key<TKey, TValue>>)
WordEmbeddings(VarVector<String>, PretrainedModelKind)
WordEmbeddings(VarVector<String>, String)
net6.0
namespace Microsoft.ML.StaticPipe
{
public static class NgramEstimatorStaticExtensions : Object
{
public static Vector<?> ProduceNgrams<TKey>(this VarVector<Key<TKey, ?>> input, ? ngramLength = 1, ? skipLength = 0, ? useAllLengths = true, ? maximumNgramsCount = 10000000, WeightingCriteria weighting = 0);
}
}
.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 net6.0 | |
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 API is supported on all platforms. |
- Built-in API
- Package-provided API