repo stringlengths 1 191 ⌀ | file stringlengths 23 351 | code stringlengths 0 5.32M | file_length int64 0 5.32M | avg_line_length float64 0 2.9k | max_line_length int64 0 288k | extension_type stringclasses 1
value |
|---|---|---|---|---|---|---|
depends | depends-master/src/main/java/depends/extractor/python/union/PythonVersion.java | package depends.extractor.python.union;
public enum PythonVersion {
Autodetect(0),
Python2(2),
Python3(3);
private final int value;
PythonVersion(int value) {
this.value = value;
}
public int getValue() {
return value;
}
}
| 275 | 14.333333 | 39 | java |
depends | depends-master/src/main/java/depends/extractor/python/union/PythonParserBase.java | package depends.extractor.python.union;
import org.antlr.v4.runtime.Parser;
import org.antlr.v4.runtime.TokenStream;
public abstract class PythonParserBase extends Parser
{
public PythonVersion Version = PythonVersion.Autodetect;
protected PythonParserBase(TokenStream input) {
super(input);
}
... | 701 | 25 | 84 | java |
depends | depends-master/src/main/java/depends/extractor/java/JavaBuiltInType.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 5,368 | 62.164706 | 130 | java |
depends | depends-master/src/main/java/depends/extractor/java/JavaImportLookupStrategy.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 3,270 | 29.858491 | 105 | java |
depends | depends-master/src/main/java/depends/extractor/java/JavaFileParser.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 2,924 | 39.625 | 158 | java |
depends | depends-master/src/main/java/depends/extractor/java/JavaListener.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 13,657 | 39.408284 | 163 | java |
depends | depends-master/src/main/java/depends/extractor/java/JavaProcessor.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 2,617 | 28.41573 | 78 | java |
depends | depends-master/src/main/java/depends/extractor/java/JavaHandlerContext.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 1,936 | 34.218182 | 85 | java |
depends | depends-master/src/main/java/depends/extractor/java/context/OpHelper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 2,246 | 35.241935 | 101 | java |
depends | depends-master/src/main/java/depends/extractor/java/context/FormalParameterListContextHelper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 3,743 | 36.44 | 147 | java |
depends | depends-master/src/main/java/depends/extractor/java/context/QualitiedNameContextHelper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 1,873 | 34.358491 | 82 | java |
depends | depends-master/src/main/java/depends/extractor/java/context/ExpressionUsage.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 6,529 | 30.853659 | 130 | java |
depends | depends-master/src/main/java/depends/extractor/java/context/CreatorContextHelper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 1,903 | 33 | 78 | java |
depends | depends-master/src/main/java/depends/extractor/java/context/AnnotationProcessor.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 3,731 | 29.590164 | 112 | java |
depends | depends-master/src/main/java/depends/extractor/java/context/VariableDeclaratorsContextHelper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 2,451 | 36.723077 | 98 | java |
depends | depends-master/src/main/java/depends/extractor/java/context/TypeParameterContextHelper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 1,665 | 36.022222 | 90 | java |
depends | depends-master/src/main/java/depends/extractor/java/context/ClassTypeContextHelper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 3,164 | 34.561798 | 86 | java |
depends | depends-master/src/main/java/depends/extractor/java/context/IdentifierContextHelper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 1,438 | 34.097561 | 78 | java |
depends | depends-master/src/main/java/depends/extractor/golang/GoProcessor.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 2,568 | 27.865169 | 78 | java |
depends | depends-master/src/main/java/depends/extractor/golang/GoImportLookupStrategy.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 3,257 | 30.326923 | 106 | java |
depends | depends-master/src/main/java/depends/extractor/golang/GoBuiltInType.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 1,962 | 39.061224 | 78 | java |
depends | depends-master/src/main/java/depends/extractor/golang/GoFileParser.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 3,079 | 40.066667 | 158 | java |
depends | depends-master/src/main/java/depends/extractor/golang/TypeSpecHelper.java | package depends.extractor.golang;
public class TypeSpecHelper {
private final GoParser.TypeSpecContext ctx;
private final TypeDefHelper typeDefHelper;
public TypeSpecHelper(GoParser.TypeSpecContext ctx) {
this.ctx = ctx;
this.typeDefHelper = new TypeDefHelper(ctx.type_());
}
public... | 479 | 24.263158 | 60 | java |
depends | depends-master/src/main/java/depends/extractor/golang/TypeDefHelper.java | package depends.extractor.golang;
public class TypeDefHelper {
private GoParser.Type_Context type;
public TypeDefHelper(GoParser.Type_Context type_context) {
this.type = type_context;
//go to deepest type definition
while(type.type_()!=null){
this.type = this.type.type_();
... | 707 | 23.413793 | 62 | java |
depends | depends-master/src/main/java/depends/extractor/golang/FieldDeclHelper.java | package depends.extractor.golang;
import org.antlr.v4.runtime.tree.TerminalNode;
import java.util.ArrayList;
import java.util.List;
public class FieldDeclHelper {
private String string;
private String typeName = null;
List<String> identifiers = null;
private String anonymousField = null;
public ... | 1,435 | 25.109091 | 76 | java |
depends | depends-master/src/main/java/depends/extractor/golang/GoParserBase.java | package depends.extractor.golang;
import org.antlr.v4.runtime.*;
import java.util.List;
/**
* All parser methods that used in grammar (p, prev, notLineTerminator, etc.)
* should start with lower case char similar to parser rules.
*/
public abstract class GoParserBase extends Parser
{
protected GoParserBase(To... | 4,369 | 31.857143 | 98 | java |
depends | depends-master/src/main/java/depends/extractor/golang/GoListener.java | package depends.extractor.golang;
import depends.entity.FunctionEntity;
import depends.entity.GenericName;
import depends.entity.VarEntity;
import depends.entity.repo.EntityRepo;
import depends.relations.IBindingResolver;
import org.antlr.v4.runtime.tree.TerminalNode;
import java.util.ArrayList;
public class GoListe... | 5,352 | 38.072993 | 119 | java |
depends | depends-master/src/main/java/depends/extractor/golang/GoHandlerContext.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 1,940 | 34.944444 | 83 | java |
depends | depends-master/src/main/java/depends/format/AbstractFormatDependencyDumper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 1,665 | 33.708333 | 103 | java |
depends | depends-master/src/main/java/depends/format/FileAttributes.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 1,470 | 33.209302 | 78 | java |
depends | depends-master/src/main/java/depends/format/DependencyDumper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 3,224 | 42 | 93 | java |
depends | depends-master/src/main/java/depends/format/detail/DetailTextFormatDependencyDumper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 2,802 | 35.881579 | 100 | java |
depends | depends-master/src/main/java/depends/format/detail/UnsolvedSymbolDumper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 3,367 | 33.721649 | 143 | java |
depends | depends-master/src/main/java/depends/format/xml/XFiles.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 1,437 | 32.44186 | 78 | java |
depends | depends-master/src/main/java/depends/format/xml/XCell.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 1,847 | 28.333333 | 78 | java |
depends | depends-master/src/main/java/depends/format/xml/XmlFormatDependencyDumper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 2,367 | 36 | 111 | java |
depends | depends-master/src/main/java/depends/format/xml/XCells.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 1,429 | 33.047619 | 78 | java |
depends | depends-master/src/main/java/depends/format/xml/XDepend.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 1,654 | 29.090909 | 78 | java |
depends | depends-master/src/main/java/depends/format/xml/XDataBuilder.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 3,066 | 35.951807 | 88 | java |
depends | depends-master/src/main/java/depends/format/xml/XDepObject.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 2,487 | 26.644444 | 78 | java |
depends | depends-master/src/main/java/depends/format/excel/ExcelXlsFormatDependencyDumper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 3,915 | 31.363636 | 113 | java |
depends | depends-master/src/main/java/depends/format/excel/ExcelXlsxFormatDependencyDumper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 3,843 | 31.033333 | 114 | java |
depends | depends-master/src/main/java/depends/format/plantuml/BriefPlantUmlFormatDependencyDumper.java | package depends.format.plantuml;
import java.io.FileNotFoundException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import depends.format.AbstractFormatDependencyDumper;
import depends.matrix.core.DependencyMatrix;
import depends.matrix.core.Dependency... | 2,763 | 30.05618 | 118 | java |
depends | depends-master/src/main/java/depends/format/plantuml/PlantUmlFormatDependencyDumper.java | package depends.format.plantuml;
import java.io.FileNotFoundException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.Set;
import depends.deptypes.DependencyType;
import depends.format.AbstractFormatDependencyDumper;
import depends.matri... | 2,460 | 28.650602 | 121 | java |
depends | depends-master/src/main/java/depends/format/dot/DotFormatDependencyDumper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 2,617 | 33 | 108 | java |
depends | depends-master/src/main/java/depends/format/dot/DotFullnameDependencyDumper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 2,553 | 33.513514 | 110 | java |
depends | depends-master/src/main/java/depends/format/json/JDataBuilder.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 3,427 | 37.516854 | 112 | java |
depends | depends-master/src/main/java/depends/format/json/JsonFormatDependencyDumper.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 2,133 | 31.333333 | 109 | java |
depends | depends-master/src/main/java/depends/format/json/JDepObject.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 2,254 | 29.066667 | 78 | java |
depends | depends-master/src/main/java/depends/format/json/JCellObject.java | /*
MIT License
Copyright (c) 2018-2019 Gang ZHANG
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish... | 2,007 | 26.506849 | 78 | java |
depends | depends-master/src/main/java/depends/format/json/DetailItem.java | package depends.format.json;
import depends.matrix.core.LocationInfo;
public class DetailItem {
private LocationInfo src;
private LocationInfo dest;
private String type;
public DetailItem(LocationInfo src, LocationInfo dest, String type) {
this.src = src;
this.dest = dest;
this.type = type;
}
public Lo... | 460 | 14.366667 | 70 | java |
AHaH | AHaH-master/ahah-clusterer/src/test/java/com/knowmtech/ahah/clusterer/TestConverter.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 3,279 | 39.493827 | 95 | java |
AHaH | AHaH-master/ahah-clusterer/src/test/java/com/knowmtech/ahah/clusterer/BitManipulationTest.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,504 | 35.838235 | 94 | java |
AHaH | AHaH-master/ahah-clusterer/src/test/java/com/knowmtech/ahah/clusterer/TestLRUCache.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 7,635 | 34.516279 | 94 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/IClusterer.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 1,685 | 38.209302 | 94 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/Converter.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,124 | 33.274194 | 94 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/syndata/NoiseInjector.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 4,271 | 30.411765 | 114 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/syndata/RandomSpikeGeneratorDefaultValues.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 1,931 | 41.933333 | 94 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/syndata/RandomSpikePatternGenerator.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 6,656 | 28.197368 | 146 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/circuit/Clusterer.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 3,172 | 33.48913 | 190 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/circuit/ClustererDefaultValues.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 1,870 | 42.511628 | 94 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/circuit/ClustererBuilder.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 3,357 | 24.830769 | 94 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/eval/LabelCount.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,217 | 26.382716 | 94 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/eval/LabelHistory.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 3,024 | 28.950495 | 94 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/eval/SpikesHistory.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 3,199 | 28.62963 | 94 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/eval/VergenceEvaluator.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 5,351 | 33.089172 | 102 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/eval/LabelStatistics.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,762 | 28.709677 | 94 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/functional/Clusterer.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 8,390 | 29.183453 | 140 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/functional/ClustererDefaultValues.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 1,778 | 42.390244 | 94 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/functional/ClustererBuilder.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,922 | 29.447917 | 109 | java |
AHaH | AHaH-master/ahah-clusterer/src/main/java/com/mancrd/ahah/clusterer/functional/InputLineActivation.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,469 | 27.390805 | 94 | java |
AHaH | AHaH-master/ahah-combinatorial/src/main/java/com/mancrd/ahah/combinatorial/BinarySetConverter.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 3,971 | 27.371429 | 100 | java |
AHaH | AHaH-master/ahah-combinatorial/src/main/java/com/mancrd/ahah/combinatorial/CountObject.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 1,690 | 33.510204 | 94 | java |
AHaH | AHaH-master/ahah-combinatorial/src/main/java/com/mancrd/ahah/combinatorial/StrikeSearch.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 3,662 | 27.84252 | 112 | java |
AHaH | AHaH-master/ahah-combinatorial/src/main/java/com/mancrd/ahah/combinatorial/Search.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 1,735 | 36.73913 | 94 | java |
AHaH | AHaH-master/ahah-combinatorial/src/main/java/com/mancrd/ahah/combinatorial/Valuator.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 1,655 | 39.390244 | 94 | java |
AHaH | AHaH-master/ahah-combinatorial/src/main/java/com/mancrd/ahah/combinatorial/StrikeNode.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 3,869 | 22.313253 | 94 | java |
AHaH | AHaH-master/ahah-combinatorial/src/main/java/com/mancrd/ahah/combinatorial/RandomSearch.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,669 | 28.021739 | 144 | java |
AHaH | AHaH-master/ahah-classifier/src/test/java/com/knowmtech/ahah/classifier/TestClassifierSerialization.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,637 | 37.794118 | 96 | java |
AHaH | AHaH-master/ahah-classifier/src/test/java/com/knowmtech/ahah/classifier/TestClassificationEvaluator.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 3,149 | 32.157895 | 94 | java |
AHaH | AHaH-master/ahah-classifier/src/test/java/com/knowmtech/ahah/classifier/TestClassificationRate.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 3,229 | 37 | 94 | java |
AHaH | AHaH-master/ahah-classifier/src/test/java/com/knowmtech/ahah/classifier/map/TroveMapSerializeTest.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 4,154 | 30.961538 | 102 | java |
AHaH | AHaH-master/ahah-classifier/src/test/java/com/knowmtech/ahah/classifier/map/TroveMapTest.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 3,013 | 29.444444 | 102 | java |
AHaH | AHaH-master/ahah-classifier/src/test/java/com/knowmtech/ahah/classifier/map/JavaMapTest.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,697 | 33.151899 | 94 | java |
AHaH | AHaH-master/ahah-classifier/src/test/java/com/knowmtech/ahah/classifier/map/MapTest.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,838 | 32.4 | 94 | java |
AHaH | AHaH-master/ahah-classifier/src/main/java/com/mancrd/ahah/classifier/LinkWeightProcedure.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,753 | 33 | 94 | java |
AHaH | AHaH-master/ahah-classifier/src/main/java/com/mancrd/ahah/classifier/ClassificationEvaluator.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 9,694 | 30.375405 | 130 | java |
AHaH | AHaH-master/ahah-classifier/src/main/java/com/mancrd/ahah/classifier/LinkWeightLabelProcedure.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,445 | 32.972222 | 94 | java |
AHaH | AHaH-master/ahah-classifier/src/main/java/com/mancrd/ahah/classifier/ClassificationRate.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 4,927 | 24.801047 | 153 | java |
AHaH | AHaH-master/ahah-classifier/src/main/java/com/mancrd/ahah/classifier/ClassifierOutput.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 7,991 | 25.729097 | 117 | java |
AHaH | AHaH-master/ahah-classifier/src/main/java/com/mancrd/ahah/classifier/DeleteLabelProcedure.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 1,945 | 35.037037 | 94 | java |
AHaH | AHaH-master/ahah-classifier/src/main/java/com/mancrd/ahah/classifier/Classifier.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 16,760 | 30.446529 | 173 | java |
AHaH | AHaH-master/ahah-classifier/src/main/java/com/mancrd/ahah/classifier/Feature.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,319 | 27.292683 | 94 | java |
AHaH | AHaH-master/ahah-classifier/src/main/java/com/mancrd/ahah/classifier/ClassifierException.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 1,772 | 36.723404 | 94 | java |
AHaH | AHaH-master/ahah-classifier/src/main/java/com/mancrd/ahah/classifier/LabelOutput.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,675 | 26.030303 | 94 | java |
AHaH | AHaH-master/ahah-classifier/src/main/java/com/mancrd/ahah/classifier/LinkMapCountProcedure.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 1,919 | 34.555556 | 94 | java |
AHaH | AHaH-master/ahah-model/src/main/java/com/mancrd/ahah/model/circuit/AHaH21CircuitBuilder.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 3,347 | 23.8 | 94 | java |
AHaH | AHaH-master/ahah-model/src/main/java/com/mancrd/ahah/model/circuit/AHaH21Circuit.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 8,539 | 29.830325 | 112 | java |
AHaH | AHaH-master/ahah-model/src/main/java/com/mancrd/ahah/model/circuit/driver/Triangle.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,527 | 33.630137 | 103 | java |
AHaH | AHaH-master/ahah-model/src/main/java/com/mancrd/ahah/model/circuit/driver/Driver.java | /**
* Copyright (c) 2013 M. Alexander Nugent Consulting <[email protected]>
*
* M. Alexander Nugent Consulting Research License Agreement
* Non-Commercial Academic Use Only
*
* This Software is proprietary. By installing, copying, or otherwise using this
* Software, you agree to be bound by the terms of this lic... | 2,454 | 26.897727 | 95 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.