Example usage for weka.core RevisionUtils extract

List of usage examples for weka.core RevisionUtils extract

Introduction

In this page you can find the example usage for weka.core RevisionUtils extract.

Prototype

public static String extract(String s) 

Source Link

Document

Extracts the revision string.

Usage

From source file:Bilbo.java

License:Open Source License

/**
 * Returns the revision string./*from   w  ww. j av a 2s  . c o m*/
 * 
 * @return      the revision
 */
@Override
public String getRevision() {
    return RevisionUtils.extract("$Revision$");
}

From source file:PrincipalComponents.java

License:Open Source License

/**
 * Returns the revision string./*  www.j av  a2  s.  com*/
 *
 * @return the revision
 */
@Override
public String getRevision() {
    return RevisionUtils.extract("$Revision: 12659 $");
}

From source file:TextDirectoryLoader.java

License:Open Source License

/**
 * Returns the revision string.
 * 
 * @return      the revision
 */
public String getRevision() {
    return RevisionUtils.extract("$Revision: 7088 $");
}

From source file:ArrayLoader.java

License:Open Source License

/**
 * Returns the revision string.
 * 
 * @return      the revision
 */
public String getRevision() {
    return RevisionUtils.extract("$Revision: 1.1 $");
}

From source file:BaggingImprove.java

/**
 * Returns the revision string./*from  w ww.  ja  v a  2s  . c  o m*/
 *
 * @return the revision
 */
@Override
public String getRevision() {
    return RevisionUtils.extract("$Revision: 9370 $");
}

From source file:REPTree.java

License:Open Source License

/**
 * Returns the revision string.
 * 
 * @return      the revision
 */
public String getRevision() {
    return RevisionUtils.extract("$Revision: 6954 $");
}

From source file:LabeledItemSet.java

License:Open Source License

/**
 * Returns the revision string.
 * 
 * @return      the revision
 */
public String getRevision() {
    return RevisionUtils.extract("$Revision: 1.5 $");
}

From source file:MultiClassClassifier.java

License:Open Source License

/**
 * Returns the revision string.
 * 
 * @return      the revision
 */
public String getRevision() {
    return RevisionUtils.extract("$Revision: 1.48 $");
}

From source file:GainRatioAttributeEval1.java

License:Open Source License

/**
 * Returns the revision string.
 * 
 * @return      the revision
 */
public String getRevision() {
    return RevisionUtils.extract("$Revision: 5447 $");
}

From source file:StemmerOverRide.java

License:Open Source License

/**
 * Returns the revision string.
 * 
 */
public String getRevision() {
    return RevisionUtils.extract("$Revision: 1.7 $");
}