mirror of https://github.com/jlizier/jidt
add surrogate type to common getProperty
This commit is contained in:
parent
401df8ee45
commit
c1225d67c7
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue