All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dmg.pmml.neural_network.NeuralEntity Maven / Gradle / Ivy

There is a newer version: 1.6.5
Show newest version
/*
 * Copyright (c) 2019 Villu Ruusmann
 */
package org.dmg.pmml.neural_network;

import javax.xml.bind.annotation.XmlTransient;

import org.dmg.pmml.Entity;

@XmlTransient
abstract
public class NeuralEntity extends Entity {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy