Package org.dmg.pmml
Class Chebychev
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.Measure
-
- org.dmg.pmml.Distance
-
- org.dmg.pmml.Chebychev
-
- All Implemented Interfaces:
java.io.Serializable,HasExtensions<Chebychev>,HasLocator,Visitable
public class Chebychev extends Distance implements HasExtensions<Chebychev>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Chebychev()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VisitorActionaccept(Visitor visitor)ChebychevaddExtensions(Extension... extensions)java.util.List<Extension>getExtensions()booleanhasExtensions()-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-
-
-
Method Detail
-
hasExtensions
public boolean hasExtensions()
- Specified by:
hasExtensionsin interfaceHasExtensions<Chebychev>
-
getExtensions
public java.util.List<Extension> getExtensions()
- Specified by:
getExtensionsin interfaceHasExtensions<Chebychev>
-
addExtensions
public Chebychev addExtensions(Extension... extensions)
- Specified by:
addExtensionsin interfaceHasExtensions<Chebychev>
-
accept
public VisitorAction accept(Visitor visitor)
-
-