public class BiliniearFeatureTransform extends java.lang.Object implements IDyadFeatureTransform
| Constructor and Description |
|---|
BiliniearFeatureTransform() |
| Modifier and Type | Method and Description |
|---|---|
int |
getTransformedVectorLength(int alternativeLength,
int instanceLength)
Get the length of the vector returned by the transform method.
|
ai.libs.jaicore.math.linearalgebra.Vector |
transform(Dyad dyad)
Transform the instance of the given dyad (models the skill).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPreComputedFeatureTransformspublic ai.libs.jaicore.math.linearalgebra.Vector transform(Dyad dyad)
IDyadFeatureTransformtransform in interface IDyadFeatureTransformdyad - the dyad to transformpublic int getTransformedVectorLength(int alternativeLength,
int instanceLength)
IDyadFeatureTransformgetTransformedVectorLength in interface IDyadFeatureTransformalternativeLength - the length of the alternative vector of the transformed dyadinstanceLength - the length of the instance vector of the transformed dyad