Package org.dmg.pmml._40

Examples of org.dmg.pmml._40.MatrixType


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setMultipleModelMethod(MULTIPLEMODELMETHOD newMultipleModelMethod) {
    MULTIPLEMODELMETHOD oldMultipleModelMethod = multipleModelMethod;
    multipleModelMethod = newMultipleModelMethod == null ? MULTIPLE_MODEL_METHOD_EDEFAULT : newMultipleModelMethod;
    boolean oldMultipleModelMethodESet = multipleModelMethodESet;
    multipleModelMethodESet = true;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, _40Package.SEGMENTATION_TYPE__MULTIPLE_MODEL_METHOD, oldMultipleModelMethod, multipleModelMethod, !oldMultipleModelMethodESet));
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void unsetMultipleModelMethod() {
    MULTIPLEMODELMETHOD oldMultipleModelMethod = multipleModelMethod;
    boolean oldMultipleModelMethodESet = multipleModelMethodESet;
    multipleModelMethod = MULTIPLE_MODEL_METHOD_EDEFAULT;
    multipleModelMethodESet = false;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.UNSET, _40Package.SEGMENTATION_TYPE__MULTIPLE_MODEL_METHOD, oldMultipleModelMethod, MULTIPLE_MODEL_METHOD_EDEFAULT, oldMultipleModelMethodESet));
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetMatrix(MatrixType newMatrix, NotificationChain msgs) {
    MatrixType oldMatrix = matrix;
    matrix = newMatrix;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.DOCUMENT_TERM_MATRIX_TYPE__MATRIX, oldMatrix, newMatrix);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetMatrix(MatrixType newMatrix, NotificationChain msgs) {
    MatrixType oldMatrix = matrix;
    matrix = newMatrix;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.CONFUSION_MATRIX_TYPE__MATRIX, oldMatrix, newMatrix);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetMatrix(MatrixType newMatrix, NotificationChain msgs) {
    MatrixType oldMatrix = matrix;
    matrix = newMatrix;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.PREDICTOR_TYPE__MATRIX, oldMatrix, newMatrix);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetMatrix(MatrixType newMatrix, NotificationChain msgs) {
    MatrixType oldMatrix = matrix;
    matrix = newMatrix;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.CORRELATION_METHODS_TYPE__MATRIX, oldMatrix, newMatrix);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetMatrix(MatrixType newMatrix, NotificationChain msgs) {
    MatrixType oldMatrix = matrix;
    matrix = newMatrix;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.CORRELATION_VALUES_TYPE__MATRIX, oldMatrix, newMatrix);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetMatrix(MatrixType newMatrix, NotificationChain msgs) {
    MatrixType oldMatrix = matrix;
    matrix = newMatrix;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.COMPARISONS_TYPE__MATRIX, oldMatrix, newMatrix);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetMatrix(MatrixType newMatrix, NotificationChain msgs) {
    MatrixType oldMatrix = matrix;
    matrix = newMatrix;
    if (eNotificationRequired()) {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, _40Package.COVARIANCES_TYPE__MATRIX, oldMatrix, newMatrix);
      if (msgs == null) msgs = notification; else msgs.add(notification);
    }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  @Override
  public String getText(Object object) {
    MatrixType matrixType = (MatrixType)object;
    return getString("_UI_MatrixType_type") + " " + matrixType.getDiagDefault();
  }
View Full Code Here

TOP

Related Classes of org.dmg.pmml._40.MatrixType

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.