
com.microsoft.azure.synapse.ml.vw.featurizer.ElementFeaturizer.scala Maven / Gradle / Ivy
The newest version!
// Copyright (C) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in project root for information.
package com.microsoft.azure.synapse.ml.vw.featurizer
import scala.collection.mutable
trait ElementFeaturizer[E] {
def featurize(idx: Int,
value: E,
indices: mutable.ArrayBuilder[Int],
values: mutable.ArrayBuilder[Double]): Unit
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy