add surrogate type to common getProperty

This commit is contained in:
Donovan Rynne 2024-04-20 15:33:11 +10:00
parent 401df8ee45
commit c1225d67c7
1 changed files with 2 additions and 0 deletions

View File

@ -282,6 +282,8 @@ public abstract class MutualInfoMultiVariateCommon implements
return Boolean.toString(normalise);
} else if (propertyName.equalsIgnoreCase(PROP_ADD_NOISE)) {
return Double.toString(noiseLevel);
} else if (propertyName.equalsIgnoreCase(PROP_SURROGATE_TYPE)){
return surrogate_type;
} else {
// No property was recognised here
return null;