Class OneHotEncodingTransformer
- java.lang.Object
-
- ai.libs.jaicore.ml.core.dataset.attribute.transformer.OneHotEncodingTransformer
-
- All Implemented Interfaces:
ISingleAttributeTransformer
public class OneHotEncodingTransformer extends java.lang.Object implements ISingleAttributeTransformer
-
-
Constructor Summary
Constructors Constructor Description OneHotEncodingTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]transformAttribute(IAttributeValue<?> attributeToTransform)
-
-
-
Method Detail
-
transformAttribute
public double[] transformAttribute(IAttributeValue<?> attributeToTransform)
- Specified by:
transformAttributein interfaceISingleAttributeTransformer
-
-