Package org.dmg.pmml

Examples of org.dmg.pmml.CompareFunctionType


*/
class ClusteringUtil
  {
  static AbsoluteDifferenceCompareFunction setComparisonFunction( ClusteringModel model )
    {
    CompareFunctionType compareFunction = model.getComparisonMeasure().getCompareFunction();

    switch( compareFunction )
      {
      case ABS_DIFF:
        return new AbsoluteDifferenceCompareFunction();
View Full Code Here

TOP

Related Classes of org.dmg.pmml.CompareFunctionType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.