edu.udo.cs.miningmart.operator.uep
Class GroupingGivenMinCardinality

java.lang.Object
  extended by edu.udo.cs.miningmart.operator.ExecutableOperator
      extended by edu.udo.cs.miningmart.operator.FeatureConstruction
          extended by edu.udo.cs.miningmart.operator.uep.Grouping
              extended by edu.udo.cs.miningmart.operator.uep.GroupingGivenMinCardinality

public class GroupingGivenMinCardinality
extends Grouping

M4 Compiler

Copyright: Copyright (c) 2002

Company: University Dortmund

Version:
$Id: GroupingGivenMinCardinality.java,v 1.7 2006/09/27 15:00:04 euler Exp $
Author:
Felix Koschin

Nested Class Summary
 class GroupingGivenMinCardinality.MyData
           
 
Constructor Summary
GroupingGivenMinCardinality()
           
 
Method Summary
 java.lang.String[] generateGroups(Column theTargetAttributeColumn)
           
 Value getMinCardinality()
           
 Value getMinCardinalityType()
           
 
Methods inherited from class edu.udo.cs.miningmart.operator.uep.Grouping
generateLabels, generateSQL, useQuotes
 
Methods inherited from class edu.udo.cs.miningmart.operator.FeatureConstruction
compileStatement, createStatement, execute, generateColumnForOp, getCurrentLoopNumber, getTheInputConcept, getTheOutputAttribute, getTheOutputAttribute, getTheTargetAttribute, getTheTargetAttribute, load, writeResults
 
Methods inherited from class edu.udo.cs.miningmart.operator.ExecutableOperator
autoPrint, checkConditions, doPrint, doPrint, executeBusinessSingleValueSqlRead, executeBusinessSingleValueSqlReadL, executeBusinessSqlRead, executeBusinessSqlWrite, executeM4SingleValueSqlRead, executeM4SingleValueSqlReadL, executeM4SqlRead, executeM4SqlWrite, getArtificalColumnName, getBusinessDbms, getHighestLoopNr, getM4Db, getM4Dbms, getM4ObjectFromCache, getName, getNextM4SequenceValue, getNumberOfLoops, getOperator, getOpParamsIterator, getParameter, getParameter, getParameterObjectsOfAllLoops, getSingleParameter, getSingleParameter, getStep, giveWarningForChangedInputData, handleAssertions, isDeselectedParameter, isLoopable, isManual, isStepable, print, putM4ObjectToCache, showCreateStatement, storedProceduresAvailable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupingGivenMinCardinality

public GroupingGivenMinCardinality()
Method Detail

getMinCardinality

public Value getMinCardinality()
                        throws M4CompilerError
Throws:
M4CompilerError

getMinCardinalityType

public Value getMinCardinalityType()
                            throws M4CompilerError
Throws:
M4CompilerError

generateGroups

public java.lang.String[] generateGroups(Column theTargetAttributeColumn)
                                  throws M4CompilerError
Throws:
M4CompilerError


Copyright © 2001-2005