public interface IInstanceNormCalc
Modifier and Type | Method and Description |
---|---|
double |
norm(weka.core.Instance vec)
Calculates the norm of the instance.
|
weka.core.Instance |
normalize(weka.core.Instance inst)
Returns normalized instance.
|
double norm(weka.core.Instance vec) throws Exception
vec
- Exception
weka.core.Instance normalize(weka.core.Instance inst) throws Exception
inst
- -- instance to normalizeException
Copyright © 2019. All Rights Reserved.