Java Code Examples for weka.core.RevisionUtils#extract()

The following examples show how to use weka.core.RevisionUtils#extract() . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: LibSVM.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 5523 $");
}
 
Example 2
Source File: C45Split.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 8034 $");
}
 
Example 3
Source File: sIB.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 5538 $");
}
 
Example 4
Source File: MarginCurve.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 8034 $");
}
 
Example 5
Source File: LibSVMSaver.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 8034 $");
}
 
Example 6
Source File: RandomForest.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 9186 $");
}
 
Example 7
Source File: NaiveBayesUpdateable.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 8034 $");
}
 
Example 8
Source File: Wavelet.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 5547 $");
}
 
Example 9
Source File: ConverterUtils.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 9285 $");
}
 
Example 10
Source File: NaiveBayesMultinomial.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 8034 $");
}
 
Example 11
Source File: Groovy.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 8034 $");
}
 
Example 12
Source File: ConjunctiveRule.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 5529 $");
}
 
Example 13
Source File: Maths.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 5953 $");
}
 
Example 14
Source File: SequentialDatabase.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 1.4 $");
}
 
Example 15
Source File: BIFReader.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 8034 $");
}
 
Example 16
Source File: AbstractAssociator.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return            the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 8034 $");
}
 
Example 17
Source File: IsotonicRegression.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 5523 $");
}
 
Example 18
Source File: NaiveBayes.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 8034 $");
}
 
Example 19
Source File: LibSVMLoader.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 8034 $");
}
 
Example 20
Source File: ComplementNaiveBayes.java    From tsml with GNU General Public License v3.0 2 votes vote down vote up
/**
 * Returns the revision string.
 * 
 * @return		the revision
 */
public String getRevision() {
  return RevisionUtils.extract("$Revision: 5516 $");
}